mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
Bug 248578 Classic theme, textcolor wrong when click on disabled button
r=bryner, sr=roc, patch by ginn.chen@sun.com
This commit is contained in:
parent
748bc62eb8
commit
e5f3e4d347
@ -115,7 +115,8 @@ button[checked="true"] > .button-box {
|
||||
|
||||
/* .......... disabled state .......... */
|
||||
|
||||
button[disabled="true"] {
|
||||
button[disabled="true"],
|
||||
button[disabled="true"]:hover:active {
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
|
||||
-moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user