Bug 594163 - don't reset #appmenu-button's background-clip when the window is inactive. r=gavin

This commit is contained in:
Dão Gottwald 2010-09-09 09:47:50 +02:00
parent 731f287fe4
commit 19f46e7ff9

View File

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