fix image overlayed on select widgets in cocoa widgets. patch by Philippe Wittenbergh. b=350973 r=josh sr=dbaron

This commit is contained in:
joshmoz%gmail.com 2006-10-04 06:23:49 +00:00
parent 0bd91706e4
commit 3ea6d0cbb9

View File

@ -617,7 +617,9 @@ select[size="1"] {
painted as part of the menulist. */
select > input[type="button"],
select > input[type="button"]:active {
background-image: none !important;
background: transparent !important;
-moz-appearance: none !important;
border: none !important;
}
option[disabled],