mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 20:23:51 +00:00
Theme: Adjust select box left padding for Firefox.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user