From: Andrew Dolgov Date: Sat, 24 Jan 2009 08:55:06 +0000 (+0100) Subject: prefs: change color of inactive tabs X-Git-Tag: git2svn-syncpoint-master~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=772f04040d085075563c3c3151e1dc065a5751b7;p=tt-rss.git prefs: change color of inactive tabs --- diff --git a/tt-rss.css b/tt-rss.css index ddeb44f5..cc98fbd2 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -679,7 +679,7 @@ div.prefsTabSelected:hover { div.prefsTab { float : left; border-width : 1px 1px 0px 1px; - border-color : #88b0f0; + border-color : #C4D1E4; border-style : solid; margin : 0px 0px 0px 5px; padding : 3px 5px 3px 5px;