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;
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 {
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);
}
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 {
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 {
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 {
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 {
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 {