]> git.wh0rd.org - tt-rss.git/blame - prefs.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / prefs.css
CommitLineData
f820f205
AD
1#header a:hover {
2 color : black;
3}
4
5#header img {
6 vertical-align : middle;
7 cursor : pointer;
8}
9
10
11div#pref-tabs .dijitContentPane {
2a868b6b 12 font-size : 13px;
f820f205
AD
13}
14
15div#pref-tabs {
16 margin : 0px 5px 0px 5px;
17}
18
19div#pref-tabs .dijitContentPane h3 {
20 font-size : 14px;
21 font-weight : bold;
22}
23
24#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
25#pref-label-wrap, #pref-label-header, #pref-label-content,
26#pref-user-wrap, #pref-user-header, #pref-user-content,
27#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
28 margin : 0px;
29 padding : 0px;
30 border-width : 0px;
31}
32
33#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
34 padding : 0px;
35}
36
37/* preferences */
38
39table.prefPrefsList h3 {
40 margin-top : 0.5em;
41 margin-bottom : 0px;
42}
43
44tr.title td {
45 border-width : 0px 0px 1px 0px;
46 border-color : #ecf4ff;
47 border-style : solid;
48 color : #4684ff;
49}
50
a7edcc55 51div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
f820f205
AD
52 height : 300px;
53 overflow : auto;
54 border-width : 0px 1px 1px 1px;
55 border-color : #c0c0c0;
56 border-style : solid;
57 margin : 0px 0px 5px 0px;
58 background-color : #ecf4ff;
59}
a7edcc55
AD
60div.filterTestHolder, div.prefFeedOPMLHolder {
61 border-width : 1px;
f820f205
AD
62}
63
64ul.selfUpdateList {
65 height : 200px;
66 overflow : auto;
67 list-style-type : none;
68 border : 1px solid #c0c0c0;
69 background-color : #ecf4ff;
70 margin : 0px 0px 5px 0px;
71 padding : 5px;
72}
73
74div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
75 text-align : center;
76 padding : 5px;
81aa9e2b 77 color : #555;
f820f205
AD
78}
79
80div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
81 margin-right : 5px;
82}
83
84#errorButton {
85 color : red;
86}
87
88a.bookmarklet {
89 color : #4684ff;
90 border : 1px solid #ecf4ff;
91 padding : 2px;
92}
93
94table.prefPluginsList td label, table.prefUserList td {
95 cursor : pointer;
96}
97
98ul.userFeedList {
99 height : 300px;
100 overflow : auto;
101 list-style-type : none;
81aa9e2b 102 border : 1px solid #555;
f820f205
AD
103 background-color : white;
104 margin : 0px 0px 5px 0px;
105 padding : 0px;
106}
107
4e53956a
AD
108table.prefErrorLog tr.errrow td {
109 font-size : 10px;
110}
f820f205 111
4e53956a
AD
112table.prefErrorLog tr.errrow td.errno {
113 font-style : italic;
e2261e17 114 font-weight : bold;
4e53956a
AD
115 white-space : nowrap;
116}
e2261e17
AD
117
118table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
81aa9e2b 119 color : #555;
e2261e17
AD
120}
121
c068b98b
AD
122.dijitAccordionContainer-child {
123 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
124}
125