зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
748bc62eb8
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче