]> git.wh0rd.org - tt-rss.git/blame - css/prefs.css
fix wrong url() paths to toolbar.png in css
[tt-rss.git] / css / 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;
f127eacb 59 box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
f820f205 60}
a7edcc55
AD
61div.filterTestHolder, div.prefFeedOPMLHolder {
62 border-width : 1px;
f820f205
AD
63}
64
d9afd9b2 65ul.selfUpdateList, ul.userFeedList {
f820f205
AD
66 height : 200px;
67 overflow : auto;
68 list-style-type : none;
69 border : 1px solid #c0c0c0;
70 background-color : #ecf4ff;
71 margin : 0px 0px 5px 0px;
72 padding : 5px;
f127eacb 73 box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
d9afd9b2 74 border-radius : 4px;
f820f205
AD
75}
76
77div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
78 text-align : center;
79 padding : 5px;
81aa9e2b 80 color : #555;
f820f205
AD
81}
82
83div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
84 margin-right : 5px;
85}
86
87#errorButton {
88 color : red;
89}
90
91a.bookmarklet {
92 color : #4684ff;
93 border : 1px solid #ecf4ff;
94 padding : 2px;
95}
96
97table.prefPluginsList td label, table.prefUserList td {
98 cursor : pointer;
99}
100
2f20dd58
AD
101table.prefPluginsList label {
102 white-space : nowrap;
103}
104
105table.prefPluginsList label img {
106 vertical-align : middle;
107}
108
4e53956a
AD
109table.prefErrorLog tr.errrow td {
110 font-size : 10px;
111}
f820f205 112
4e53956a
AD
113table.prefErrorLog tr.errrow td.errno {
114 font-style : italic;
e2261e17 115 font-weight : bold;
4e53956a
AD
116 white-space : nowrap;
117}
e2261e17
AD
118
119table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
81aa9e2b 120 color : #555;
e2261e17
AD
121}
122
c068b98b
AD
123.dijitAccordionContainer-child {
124 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
125}
126