]> git.wh0rd.org - tt-rss.git/blobdiff - css/prefs.css
Merge branch 'dojo-1.12.1'
[tt-rss.git] / css / prefs.css
index a60cdca99ffe064129ec11c54efb4383babdb3c9..0a184ff9b4e8491c84f8c084c9a8cc394a1623ea 100644 (file)
@@ -1,3 +1,14 @@
+body#ttrssPrefs {
+       background-color : #f5f5f5;
+}
+
+body#ttrssPrefs #footer, body#ttrssPrefs #header {
+       background-color : #f5f5f5;
+       padding-left : 8px;
+       padding-right : 8px;
+}
+
+
 #header a:hover {
        color : black;
 }
@@ -13,12 +24,12 @@ div#pref-tabs .dijitContentPane {
 }
 
 div#pref-tabs {
+       box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
        margin : 0px 5px 0px 5px;
 }
 
 div#pref-tabs .dijitContentPane h3 {
        font-size : 14px;
-       font-weight : bold;
 }
 
 #pref-filter-wrap, #pref-filter-header, #pref-filter-content, 
@@ -45,14 +56,14 @@ tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
        border-style : solid;
-       color : #4684ff;
+       color : #0088cc;
 }
 
 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;
@@ -61,12 +72,11 @@ div.filterTestHolder, div.prefFeedOPMLHolder {
        border-width : 1px;
 }
 
-ul.selfUpdateList, ul.userFeedList {
+ul.userFeedList {
        height : 200px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #eee;
-       background-color : #f5f5f5;
+       border : 1px solid #ddd;
        margin : 0px 0px 5px 0px;
        padding : 5px;
 }
@@ -85,13 +95,6 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
        color : red;
 }
 
-a.bookmarklet {
-       color : #4684ff;
-       border : 1px solid #eee;
-       background : #f5f5f5;
-       padding : 2px;
-}
-
 table.prefPluginsList td label, table.prefUserList td {
        cursor : pointer;
 }