summaryrefslogtreecommitdiffstats
path: root/css/feeds.css
blob: 245308ed276a4c09e3eaec77feddefb1177e30df (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.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;
}

.feed {
	text-transform: none;	
}

.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;
}

.progress-icon {
	background-image: url('%webroot%/core/img/loading.gif');
}

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

.failed {
	background-color: #EB9DA6 !important;
	text-shadow: none !important;
}

	.failed .message {
		padding: 5px 20px 5px 32px;
		text-transform: none;
		background-color: #E83A4E;
		text-shadow: none;
		color: #fefefe;
	}

	.folder .feed.failed .message {
		padding-left: 48px;
	}