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 {

View file

@ -231,7 +231,9 @@ div.filterTestHolder {
border-style : solid;
margin : 0px 0px 5px 0px;
background-color : #ecf4ff;
border-width : 1px 1px 1px 1px;
border-width : 1px;
border-radius : 4px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
@ -433,6 +435,8 @@ div.tagCloudContainer {
margin : 5px 0px 5px 0px;
padding : 5px;
text-align : center;
border-radius : 4px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
div.errorExplained {
@ -440,6 +444,8 @@ div.errorExplained {
background-color : #ecf4ff;
margin : 5px 0px 5px 0px;
padding : 5px;
border-radius : 4px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
ul.feedErrorsList {
@ -450,6 +456,8 @@ ul.feedErrorsList {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
border-radius : 4px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
ul.feedErrorsList em {
@ -954,6 +962,7 @@ ul#filterDlg_Matches, ul#filterDlg_Actions {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 0px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
ul#filterDlg_Matches li, ul#filterDlg_Actions li {
@ -973,6 +982,8 @@ ul.helpKbList {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
border-radius : 4px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
ul.helpKbList span.hksequence {