this camino-only CSS is no longer necessary after bug 370282 landed. r/sr=roc

This commit is contained in:
joshmoz@gmail.com 2007-05-17 20:15:04 -07:00
Родитель 79ffe0b1d1
Коммит fe74721066
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -622,15 +622,6 @@ select[size="1"] {
background-color: transparent !important;
}
/* make sure nothing paints for the menulist button, since the button is
painted as part of the menulist. */
select > input[type="button"],
select > input[type="button"]:active {
background: transparent !important;
-moz-appearance: none !important;
border: none !important;
}
select[disabled] {
color: GrayText !important;
}