]> git.wh0rd.org - tt-rss.git/blobdiff - css/prefs.css
remove blue accent from tabs, move some other dijit overrides to dijit.css
[tt-rss.git] / css / prefs.css
index 87203266680aa6dfa488cf9fd261d4dde07913be..a60cdca99ffe064129ec11c54efb4383babdb3c9 100644 (file)
@@ -52,21 +52,21 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        height : 300px;
        overflow : auto;
        border-width : 0px 1px 1px 1px;
-       border-color : #c0c0c0;
+       border-color : #eee;
        border-style : solid;
        margin : 0px 0px 5px 0px;
-       background-color : #ecf4ff;
+       background-color : white;
 }
 div.filterTestHolder, div.prefFeedOPMLHolder {
        border-width : 1px;
 }
 
-ul.selfUpdateList {
+ul.selfUpdateList, ul.userFeedList {
        height : 200px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #c0c0c0;
-       background-color : #ecf4ff;
+       border : 1px solid #eee;
+       background-color : #f5f5f5;
        margin : 0px 0px 5px 0px;
        padding : 5px;
 }
@@ -87,7 +87,8 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
 
 a.bookmarklet {
        color : #4684ff;
-       border : 1px solid #ecf4ff;
+       border : 1px solid #eee;
+       background : #f5f5f5;
        padding : 2px;
 }
 
@@ -95,14 +96,12 @@ table.prefPluginsList td label, table.prefUserList td {
        cursor : pointer;
 }
 
-ul.userFeedList {
-       height : 300px;
-       overflow : auto;
-       list-style-type : none;
-       border : 1px solid #555;
-       background-color : white;
-       margin : 0px 0px 5px 0px;
-       padding : 0px;
+table.prefPluginsList label {
+       white-space : nowrap;
+}
+
+table.prefPluginsList label img {
+       vertical-align : middle;
 }
 
 table.prefErrorLog tr.errrow td {
@@ -119,7 +118,9 @@ table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog
        color : #555;
 }
 
-.dijitAccordionContainer-child {
-       box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
+body#ttrssPrefs hr {
+       border-color : #ecf4ff;
+       max-width : 100%;
 }
 
+