Added and !important rule for buttons that are part of select elements so they are not broken out of the select control by global absolute positioning rules. r=rods b=27806

This commit is contained in:
attinasi%netscape.com 2000-04-04 00:07:53 +00:00
Родитель 7e138ea359
Коммит 78436ebe70
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -980,6 +980,7 @@ select[disabled] {
/* combobox button */
select > input[type="button"] {
position: static !important;
white-space:nowrap;
border: outset 2px rgb(204, 204, 204);
background-image:url("arrow.gif");

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

@ -980,6 +980,7 @@ select[disabled] {
/* combobox button */
select > input[type="button"] {
position: static !important;
white-space:nowrap;
border: outset 2px rgb(204, 204, 204);
background-image:url("arrow.gif");