summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
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 {