prefs: change color of inactive tabs
This commit is contained in:
parent
fbf7d545f7
commit
772f04040d
|
@ -679,7 +679,7 @@ div.prefsTabSelected:hover {
|
||||||
div.prefsTab {
|
div.prefsTab {
|
||||||
float : left;
|
float : left;
|
||||||
border-width : 1px 1px 0px 1px;
|
border-width : 1px 1px 0px 1px;
|
||||||
border-color : #88b0f0;
|
border-color : #C4D1E4;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
margin : 0px 0px 0px 5px;
|
margin : 0px 0px 0px 5px;
|
||||||
padding : 3px 5px 3px 5px;
|
padding : 3px 5px 3px 5px;
|
||||||
|
|
Loading…
Reference in New Issue