]> git.wh0rd.org - tt-rss.git/commitdiff
add some increased contrast borders to dialogs
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 28 Jan 2014 14:38:29 +0000 (18:38 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 28 Jan 2014 14:38:29 +0000 (18:38 +0400)
css/prefs.css

index a60cdca99ffe064129ec11c54efb4383babdb3c9..b505f47f83bdf139007243118b6ac5ff12367bcc 100644 (file)
@@ -52,7 +52,7 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        height : 300px;
        overflow : auto;
        border-width : 0px 1px 1px 1px;
-       border-color : #eee;
+       border-color : #ddd;
        border-style : solid;
        margin : 0px 0px 5px 0px;
        background-color : white;
@@ -65,7 +65,7 @@ ul.selfUpdateList, ul.userFeedList {
        height : 200px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #eee;
+       border : 1px solid #ddd;
        background-color : #f5f5f5;
        margin : 0px 0px 5px 0px;
        padding : 5px;
@@ -87,7 +87,7 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
 
 a.bookmarklet {
        color : #4684ff;
-       border : 1px solid #eee;
+       border : 1px solid #ddd;
        background : #f5f5f5;
        padding : 2px;
 }