summaryrefslogtreecommitdiffstats
path: root/css/feeds.css
blob: 22a290318f7203a744552c5476333c77b13e92c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.starred-icon {
	background-image: url('%appswebroot%/news/img/starred.png');
}

.subscriptions-icon {
	background-image: url('%appswebroot%/news/img/rss.svg');
}

.unread {
	font-weight: bold;
}

#app-navigation .unread > a {
	padding-right: 32px;
}

#app-navigation .utils {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

#app-navigation .utils > * {
	float: right;
}

#app-navigation .utils button {
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	display: none;
	height: 32px;
	width: 32px;
}

#app-navigation li:hover > .utils button {
	display: block;
}

.folder {
	text-transform: uppercase;
}

.unread-counter {
	padding: 8px 6px 8px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 9pt;
	display: none;
}


.unread .unread-counter {
	display: block;
}


button.action {
	opacity: .5;
}

button.action:hover {
	opacity: 1;
}


#app-navigation li:hover > a {
	padding-right: 98px;
}

#app-navigation li:hover > .utils {
	display: block;
}

#app-navigation li:hover > .utils .unread-counter {
	padding-left: 0;
}

.delete-icon {
	background-image: url('%webroot%/core/img/actions/delete.svg');
}

.mark-read-icon {
	background-image: url('%appswebroot%/news/img/mark_read.svg');
}

.rss-icon {
	background-image: url('%appswebroot%/news/img/rss.svg');
}

#app-navigation .ui-draggable-dragging {
	width: 249px;
}

#app-navigation .multiselect {
	height:20px;
}