Bug 404894 - Text in disabled <xul:menulist> should be grayed on mac. r=mano

This commit is contained in:
cbarrett@mozilla.com 2007-12-14 12:01:29 -08:00
Родитель 380250f325
Коммит 227ec9bf3d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,11 +50,11 @@ menulist {
-moz-appearance: menulist;
margin: 2px 4px;
min-height: 20px !important;
color: -moz-DialogText;
}
.menulist-label-box {
-moz-appearance: menulist-text;
color: -moz-DialogText;
-moz-box-align: center;
-moz-box-pack: center;
}