summaryrefslogtreecommitdiff
path: root/css/prefs.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.css')
-rw-r--r--css/prefs.css41
1 files changed, 30 insertions, 11 deletions
diff --git a/css/prefs.css b/css/prefs.css
index 1cc8b7b03..e93f3a2fc 100644
--- a/css/prefs.css
+++ b/css/prefs.css
@@ -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,
@@ -52,11 +63,10 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
height : 300px;
overflow : auto;
border-width : 0px 1px 1px 1px;
- border-color : #c0c0c0;
+ border-color : #ddd;
border-style : solid;
margin : 0px 0px 5px 0px;
- background-color : #ecf4ff;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ background-color : white;
}
div.filterTestHolder, div.prefFeedOPMLHolder {
border-width : 1px;
@@ -66,12 +76,10 @@ ul.selfUpdateList, ul.userFeedList {
height : 200px;
overflow : auto;
list-style-type : none;
- border : 1px solid #c0c0c0;
- background-color : #ecf4ff;
+ border : 1px solid #ddd;
+ background-color : #f5f5f5;
margin : 0px 0px 5px 0px;
padding : 5px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
- border-radius : 4px;
}
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
@@ -90,7 +98,8 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a.bookmarklet {
color : #4684ff;
- border : 1px solid #ecf4ff;
+ border : 1px solid #ddd;
+ background : #f5f5f5;
padding : 2px;
}
@@ -98,6 +107,14 @@ table.prefPluginsList td label, table.prefUserList td {
cursor : pointer;
}
+table.prefPluginsList label {
+ white-space : nowrap;
+}
+
+table.prefPluginsList label img {
+ vertical-align : middle;
+}
+
table.prefErrorLog tr.errrow td {
font-size : 10px;
}
@@ -112,7 +129,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%;
}
+