]> git.wh0rd.org - tt-rss.git/blobdiff - css/prefs.less
pngcrush.sh
[tt-rss.git] / css / prefs.less
index f5b046bff063e02e46c80f0eac15a184a504208e..79653d7abf58d969d70d2870e93c22c88ef0d351 100644 (file)
@@ -51,18 +51,16 @@ body.ttrss_prefs {
        }
 
        tr.title td {
-               border-width : 0px 0px 1px 0px;
-               border-color : #ecf4ff;
-               border-style : solid;
+               border: 0px solid #ecf4ff;
+               border-bottom-width: 1px;
                color : @color-link;
        }
 
        div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
                height : 300px;
                overflow : auto;
-               border-width : 0px 1px 1px 1px;
-               border-color : #ddd;
-               border-style : solid;
+               border: 1px solid #ddd;
+               border-top-width: 0px;
                margin : 0px 0px 5px 0px;
                background-color : white;
        }
@@ -82,7 +80,7 @@ body.ttrss_prefs {
        div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
                text-align : center;
                padding : 5px;
-               color : #555;
+               color : @default-text;
        }
 
        div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
@@ -116,7 +114,7 @@ body.ttrss_prefs {
        }
 
        table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
-               color : #555;
+               color : @default-text;
        }
 
        hr {