Theme: Adjust select box left padding for Firefox.

This commit is contained in:
fusionate 2023-11-03 20:33:50 +00:00
parent 64ba5e268c
commit d058b97f64
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -1664,6 +1664,14 @@ else { //default: white
padding: 4px 2px;
}
/* firefox only - adjust left padding */
@-moz-document url-prefix() {
select.txt,
select.formfld {
padding-left: 6px;
}
}
textarea.txt:hover,
input[type=text].txt:hover,
input[type=number].txt:hover,