1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

increase contrast of various gray elements

This commit is contained in:
Andrew Dolgov
2013-05-14 15:50:23 +04:00
parent ee71a9ff69
commit 81aa9e2b11
3 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -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 {