Bug 432190: Some colors aren't considerate to accessible themes, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=mano, a=beltzner

This commit is contained in:
gavin@gavinsharp.com 2008-05-05 12:45:31 -07:00
parent 0c2fa39cbd
commit 8c6830a8a9
2 changed files with 4 additions and 2 deletions

View File

@ -914,7 +914,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
#identity-popup-content-box > description,
#identity-popup-encryption-label {
white-space: pre-wrap;
color: black;
padding-left: 15px;
margin: 2px 0 4px;
}
@ -958,7 +957,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
/* Identity popup bounding box */
#identity-popup-container {
background-image: none;
background-color: white;
min-width: 280px;
padding: 10px;
}

View File

@ -49,6 +49,10 @@
color: -moz-DialogText;
}
#placesMenu > menu:hover:not(:active):not([open="true"]) {
color: -moz-buttonhovertext;
}
#placesMenu > menu > .menubar-right {
-moz-appearance: toolbarbutton-dropdown;
width: 12px;