1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-04 09:27:11 +00:00

add some shadows, move 2 prefs-related classes to prefs.css

This commit is contained in:
Andrew Dolgov
2014-01-29 09:54:08 +04:00
parent 17fdd4e1f8
commit 8b1e87fa1a
2 changed files with 13 additions and 10 deletions

View 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,6 +24,7 @@ div#pref-tabs .dijitContentPane {
}
div#pref-tabs {
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
margin : 0px 5px 0px 5px;
}