Bug 248578 Classic theme, textcolor wrong when click on disabled button

r=bryner, sr=roc, patch by ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@159945 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kyle.yuan%sun.com 2004-07-28 01:54:16 +00:00
parent 0b77ffa440
commit 843e3a494c

View File

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