Made rules for background on select buttons !important. b=57234 r=dbaron,rods a=buster

This commit is contained in:
attinasi%netscape.com 2000-10-30 22:25:49 +00:00
parent 909d6a194e
commit 286fc76baa
2 changed files with 12 additions and 8 deletions

View File

@ -401,11 +401,13 @@ fieldset {
/* links */
:link {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
:visited {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
@ -470,16 +472,16 @@ select {
select > input[type="button"] {
position: static ! important;
white-space: nowrap;
background-image: url("arrow.gif");
background-repeat: no-repeat;
background-position: center;
background-image: url("arrow.gif") !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 12px;
height: 12px;
-moz-user-focus: none;
}
select > input[type="button"]:active {
background-image: url("arrowd.gif");
background-image: url("arrowd.gif") !important;
}
select[size], :-moz-select-scrolled-content {

View File

@ -401,11 +401,13 @@ fieldset {
/* links */
:link {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
:visited {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
@ -470,16 +472,16 @@ select {
select > input[type="button"] {
position: static ! important;
white-space: nowrap;
background-image: url("arrow.gif");
background-repeat: no-repeat;
background-position: center;
background-image: url("arrow.gif") !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 12px;
height: 12px;
-moz-user-focus: none;
}
select > input[type="button"]:active {
background-image: url("arrowd.gif");
background-image: url("arrowd.gif") !important;
}
select[size], :-moz-select-scrolled-content {