From 3c6b153eed554b634b9e85d1dc0cfe42e92094ab Mon Sep 17 00:00:00 2001 From: foockinho Date: Thu, 1 Nov 2012 03:37:12 +0100 Subject: pushing changes --- views/default/css/elements/forms.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'views/default/css/elements/forms.php') 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; } -- cgit v1.2.3