diff options
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r-- | views/default/css/elements/forms.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 9cc0b4f..c2cc433 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -312,6 +312,10 @@ input[type="radio"] { text-shadow: 0 0 6px white; } +.ui-combobox { + height: 23px !important; +} + /* *************************************** USER PICKER *************************************** */ |