summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 15:50:23 +0400
committerAndrew Dolgov <[email protected]>2013-05-14 15:50:23 +0400
commit81aa9e2b11d2eb3775f1bdb0436389245a08d61e (patch)
treeefa3cfefead677ac45d66793f8e3b4fbed2e5960 /prefs.css
parentee71a9ff69b19b62e6c85958e401df9ba54a60aa (diff)
increase contrast of various gray elements
Diffstat (limited to 'prefs.css')
-rw-r--r--prefs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs.css b/prefs.css
index c3e8116e8..872032666 100644
--- a/prefs.css
+++ b/prefs.css
@@ -74,7 +74,7 @@ ul.selfUpdateList {
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center;
padding : 5px;
- color : gray;
+ color : #555;
}
div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
@@ -99,7 +99,7 @@ ul.userFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
- border : 1px solid gray;
+ border : 1px solid #555;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
@@ -116,7 +116,7 @@ table.prefErrorLog tr.errrow td.errno {
}
table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
- color : gray;
+ color : #555;
}
.dijitAccordionContainer-child {