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

git-svn-id: svn://10.0.0.236/trunk@65091 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
attinasi%netscape.com 2000-04-04 00:07:53 +00:00
parent 091b7a6039
commit 2f4e0c1c8f
2 changed files with 2 additions and 0 deletions

View File

@ -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");

View File

@ -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");