diff options
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r-- | views/default/css/elements/forms.php | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 0a5452b..c2cc433 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -291,24 +291,27 @@ input[type="radio"] { max-width: 600px; } .ui-autocomplete { - background-color: #f7f7f7; + background-color: #333 ; border: 1px solid #ccc; overflow: hidden; + + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } .ui-autocomplete .ui-menu-item { padding: 0px 4px; - font-weight: normal; -} -.ui-autocomplete .ui-menu-item:hover { - background-color: #eee; - cursor: pointer; + + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } .ui-autocomplete .ui-menu-item:hover a { - color: #FF4C12; - background: none; - border: none; - border-radius: 0; + text-decoration: none; + color: white; + text-shadow: 0 0 6px white; } + .ui-combobox { height: 23px !important; } |