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:
kyle.yuan%sun.com 2004-07-28 01:54:16 +00:00
Родитель 748bc62eb8
Коммит e5f3e4d347
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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