Allow styling of SELECT border. b=244370 r+sr=bzbarsky

This commit is contained in:
mats.palmgren%bredband.net 2004-09-15 21:17:37 +00:00
parent 79d31490c5
commit 3e2069ac91
2 changed files with 4 additions and 6 deletions

View File

@ -150,9 +150,8 @@ select {
-moz-user-select: none;
-moz-user-focus: normal;
-moz-appearance: menulist;
border-width: 2px !important;
border-style: inset !important;
-moz-border-radius: 0 !important;
border-width: 2px;
border-style: inset;
text-indent: 0;
}

View File

@ -150,9 +150,8 @@ select {
-moz-user-select: none;
-moz-user-focus: normal;
-moz-appearance: menulist;
border-width: 2px !important;
border-style: inset !important;
-moz-border-radius: 0 !important;
border-width: 2px;
border-style: inset;
text-indent: 0;
}