diff options
author | foockinho <foockinho@lorea.org> | 2012-11-01 03:37:12 +0100 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-11-01 03:37:12 +0100 |
commit | 3c6b153eed554b634b9e85d1dc0cfe42e92094ab (patch) | |
tree | bb9428f1e91fd04a3df0fa93cadeae07ac6957a7 /views/default/css/elements/forms.php | |
parent | 57915e6d7471ce7545b2adf70974cb921c0ab3ac (diff) | |
download | saravea_theme-3c6b153eed554b634b9e85d1dc0cfe42e92094ab.tar.gz saravea_theme-3c6b153eed554b634b9e85d1dc0cfe42e92094ab.tar.bz2 |
pushing changes
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; } |