mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
make it so the select's borders can't be changed by user's style
Bug 94387 r=kmcclusk sr=attinasi
This commit is contained in:
parent
463f3660cd
commit
c8d6cf8c3a
@ -109,7 +109,7 @@ textarea > scrollbar {
|
||||
select {
|
||||
font: list;
|
||||
background-color: -moz-Field;
|
||||
border: 2px inset ThreeDFace;
|
||||
border: 2px inset ThreeDFace !important;
|
||||
margin: 0;
|
||||
vertical-align: text-bottom;
|
||||
color: -moz-FieldText;
|
||||
@ -200,7 +200,7 @@ optgroup:before {
|
||||
|
||||
*|*:-moz-dropdown-list {
|
||||
background-color: inherit;
|
||||
border: 1px outset black;
|
||||
border: 1px outset black !important;
|
||||
z-index: 2147483647;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
@ -109,7 +109,7 @@ textarea > scrollbar {
|
||||
select {
|
||||
font: list;
|
||||
background-color: -moz-Field;
|
||||
border: 2px inset ThreeDFace;
|
||||
border: 2px inset ThreeDFace !important;
|
||||
margin: 0;
|
||||
vertical-align: text-bottom;
|
||||
color: -moz-FieldText;
|
||||
@ -200,7 +200,7 @@ optgroup:before {
|
||||
|
||||
*|*:-moz-dropdown-list {
|
||||
background-color: inherit;
|
||||
border: 1px outset black;
|
||||
border: 1px outset black !important;
|
||||
z-index: 2147483647;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user