mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 05:15:09 +00:00
Fix for grippy bug by changing background colors.
This commit is contained in:
parent
deda90bee6
commit
c5160ee41e
@ -33,7 +33,7 @@ toolbox {
|
||||
}
|
||||
|
||||
:toolbox-normal {
|
||||
background-color: #CCCCCC;
|
||||
background-color: #666699;
|
||||
background-image: url("resource:/res/toolbar/TB_Tab.gif");
|
||||
background-repeat: no-repeat;
|
||||
color: lightgray;
|
||||
@ -43,7 +43,7 @@ toolbox {
|
||||
border-right: solid darkGray 1px;
|
||||
}
|
||||
:toolbox-rollover {
|
||||
background-color: #666699;
|
||||
background-color: #ccccff;
|
||||
background-image: url("resource:/res/toolbar/TB_Tab_mo.gif");
|
||||
background-repeat: no-repeat;
|
||||
color: green;
|
||||
@ -179,4 +179,4 @@ titledbutton[pseudoclass~="focus"]:-moz-focus-outer {
|
||||
titledbutton[disabled] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user