]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Improve input/autocomplete CSS.
authorSem <sembrestels@riseup.net>
Wed, 31 Oct 2012 04:17:16 +0000 (05:17 +0100)
committerSem <sembrestels@riseup.net>
Wed, 31 Oct 2012 04:17:16 +0000 (05:17 +0100)
views/default/css/elements/forms.php

index c2cc4335f105b0d7c2222c0a9b17077ce3090ba3..0a5452bd6be601a8b48cf45472edfa16e36f09cd 100644 (file)
@@ -291,27 +291,24 @@ input[type="radio"] {
        max-width: 600px;
 }
 .ui-autocomplete {
-       background-color: #333  ;
+       background-color: #f7f7f7;
        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;
-       
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px;
-       border-radius: 5px;
+       font-weight: normal;
+}
+.ui-autocomplete .ui-menu-item:hover {
+       background-color: #eee;
+       cursor: pointer;
 }
 .ui-autocomplete .ui-menu-item:hover a {
-       text-decoration: none;
-       color: white;
-       text-shadow: 0 0 6px white;
+       color: #FF4C12;
+       background: none;
+       border: none;
+       border-radius: 0;
 }
-
 .ui-combobox {
        height: 23px !important;
 }