]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / prefs.css
index 254de4f3408ec7c9b1114ed66978e1e054cf3dab..87203266680aa6dfa488cf9fd261d4dde07913be 100644 (file)
--- a/prefs.css
+++ b/prefs.css
@@ -1,15 +1,3 @@
-html, body#ttrssPrefs, #main {
-       width: 100%; 
-       height: 100%;
-       border: 0; 
-       padding: 0; 
-       margin: 0;
-} 
-
-#header a {
-       color : #4684ff;        
-}
-
 #header a:hover {
        color : black;
 }
@@ -21,7 +9,7 @@ html, body#ttrssPrefs, #main {
 
 
 div#pref-tabs .dijitContentPane {
-       font-size : 12px;
+       font-size : 13px;
 }
 
 div#pref-tabs {
@@ -60,14 +48,6 @@ tr.title td {
        color : #4684ff;
 }
 
-tr.title td a {
-       color : #4684ff;
-}
-
-tr.title td a:hover {
-       color : black;
-}
-
 div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        height : 300px;
        overflow : auto;
@@ -94,7 +74,7 @@ ul.selfUpdateList {
 div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
        text-align : center;
        padding : 5px;
-       color : gray;
+       color : #555;
 }
 
 div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
@@ -119,7 +99,7 @@ ul.userFeedList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid gray;
+       border : 1px solid #555;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
@@ -136,6 +116,10 @@ table.prefErrorLog tr.errrow td.errno {
 }
 
 table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
-       color : gray;
+       color : #555;
+}
+
+.dijitAccordionContainer-child {
+       box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
 }