From 752b3f64049b7b3deedea522a46d4058b70b0b46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 00:37:52 +0400 Subject: improve contrast a bit --- css/prefs.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/prefs.css') diff --git a/css/prefs.css b/css/prefs.css index da1f3b6dc..bc546c72e 100644 --- a/css/prefs.css +++ b/css/prefs.css @@ -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; } -- cgit v1.2.3