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
View File
@@ -83,6 +83,10 @@ div.cdm.expandable {
border-style : solid;
}
div.cdm.expandable.active {
box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
}
div.cdm.expandable > hr {
display : none;
}