add some increased contrast borders to dialogs
This commit is contained in:
parent
8b381f7f26
commit
cc4083ab81
|
@ -52,7 +52,7 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
|
||||||
height : 300px;
|
height : 300px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
border-width : 0px 1px 1px 1px;
|
border-width : 0px 1px 1px 1px;
|
||||||
border-color : #eee;
|
border-color : #ddd;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
margin : 0px 0px 5px 0px;
|
margin : 0px 0px 5px 0px;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
|
@ -65,7 +65,7 @@ ul.selfUpdateList, ul.userFeedList {
|
||||||
height : 200px;
|
height : 200px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
list-style-type : none;
|
list-style-type : none;
|
||||||
border : 1px solid #eee;
|
border : 1px solid #ddd;
|
||||||
background-color : #f5f5f5;
|
background-color : #f5f5f5;
|
||||||
margin : 0px 0px 5px 0px;
|
margin : 0px 0px 5px 0px;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
|
@ -87,7 +87,7 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
|
||||||
|
|
||||||
a.bookmarklet {
|
a.bookmarklet {
|
||||||
color : #4684ff;
|
color : #4684ff;
|
||||||
border : 1px solid #eee;
|
border : 1px solid #ddd;
|
||||||
background : #f5f5f5;
|
background : #f5f5f5;
|
||||||
padding : 2px;
|
padding : 2px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue