Skip to content

Commit

Permalink
Bug 404894 - Text in disabled <xul:menulist> should be grayed on mac.…
Browse files Browse the repository at this point in the history
… r=mano
  • Loading branch information
Unknown committed Dec 14, 2007
1 parent 5ed81bc commit 259f725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/themes/pinstripe/global/menulist.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 259f725

Please sign in to comment.