summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 15:28:13 +0400
committerAndrew Dolgov <[email protected]>2013-05-14 15:28:16 +0400
commitc068b98b72a2d6b6819f0f6657ca0e1539d22f0c (patch)
tree013cb483c81f60b52f044aed981c93644c5382c5 /prefs.css
parent7b32ee7e40cfe12e5d2ee72a0d63a69e82fb5d45 (diff)
add some subtle css shadows
Diffstat (limited to 'prefs.css')
-rw-r--r--prefs.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/prefs.css b/prefs.css
index 254de4f34..69e4c8a17 100644
--- a/prefs.css
+++ b/prefs.css
@@ -1,11 +1,3 @@
-html, body#ttrssPrefs, #main {
- width: 100%;
- height: 100%;
- border: 0;
- padding: 0;
- margin: 0;
-}
-
#header a {
color : #4684ff;
}
@@ -139,3 +131,7 @@ table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog
color : gray;
}
+.dijitAccordionContainer-child {
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
+}
+