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

add some inset shadow on container elements

This commit is contained in:
Andrew Dolgov
2013-06-07 10:45:01 +04:00
parent 5f9699a53f
commit f127eacb3b
2 changed files with 14 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
border-style : solid;
margin : 0px 0px 5px 0px;
background-color : #ecf4ff;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
div.filterTestHolder, div.prefFeedOPMLHolder {
border-width : 1px;
@@ -69,6 +70,7 @@ ul.selfUpdateList {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {