#46423 - [Modern] disabled text on navbar buttons should be dark, r=hangas, a=ben

This commit is contained in:
hewitt%netscape.com 2000-09-19 23:10:40 +00:00
parent bc4f53ee4f
commit e42c412dfc

View File

@ -212,6 +212,11 @@
display : none;
}
.button-toolbar-2[disabled="true"] > .button-internal-box > .button-text-container > stack > .button-text
{
color: #425D84;
}
/** "Green" buttons, e.g. "Search"
* class="button-toolbar-3"