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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user