1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add some subtle css shadows

This commit is contained in:
Andrew Dolgov
2013-05-14 15:28:13 +04:00
parent 7b32ee7e40
commit c068b98b72
4 changed files with 38 additions and 16 deletions
+4 -8
View File
@@ -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);
}