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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user