mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 594163 - don't reset #appmenu-button's background-clip when the window is inactive. r=gavin
This commit is contained in:
parent
731f287fe4
commit
19f46e7ff9
@ -114,7 +114,7 @@ statusbarpanel#statusbar-display {
|
||||
|
||||
#appmenu-button {
|
||||
-moz-appearance: none;
|
||||
background-image: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10) 95%);
|
||||
background: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10) 95%);
|
||||
background-clip: padding-box;
|
||||
-moz-border-radius: 0 0 4px 4px;
|
||||
border: 1px solid rgba(83,42,6,.9);
|
||||
@ -130,7 +130,7 @@ statusbarpanel#statusbar-display {
|
||||
}
|
||||
|
||||
#appmenu-button:-moz-window-inactive {
|
||||
background: transparent;
|
||||
background-image: none;
|
||||
border-color: rgba(0,0,0,.4);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user