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

improve contrast a bit

This commit is contained in:
Andrew Dolgov
2014-01-28 00:37:52 +04:00
parent a1f4151ecd
commit 752b3f6404
3 changed files with 15 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
border-color : #eee;
border-style : solid;
margin : 0px 0px 5px 0px;
background-color : #fafafa;
background-color : #f5f5f5;
}
div.filterTestHolder, div.prefFeedOPMLHolder {
border-width : 1px;
@@ -66,7 +66,7 @@ ul.selfUpdateList, ul.userFeedList {
overflow : auto;
list-style-type : none;
border : 1px solid #eee;
background-color : #fafafa;
background-color : #f5f5f5;
margin : 0px 0px 5px 0px;
padding : 5px;
}
@@ -88,7 +88,7 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a.bookmarklet {
color : #4684ff;
border : 1px solid #eee;
background : #fafafa;
background : #f5f5f5;
padding : 2px;
}
@@ -130,7 +130,7 @@ table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog
}
.claro .dijitToolbar {
background : #fafafa;
background : #f5f5f5;
border-color : #eee;
}