summaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-11-01 03:16:02 +0100
committerfoockinho <foockinho@lorea.org>2012-11-01 03:16:02 +0100
commit57915e6d7471ce7545b2adf70974cb921c0ab3ac (patch)
tree946f78e02b4ef12e4cd19444f58ae40d25ae5eac /views/default/css/elements/forms.php
parent55ca743ea61105b7ec8985e9d8dc29e2f57f092d (diff)
parent74895a430a7eb9a31f0555eae29e098608bdf049 (diff)
downloadsaravea_theme-57915e6d7471ce7545b2adf70974cb921c0ab3ac.tar.gz
saravea_theme-57915e6d7471ce7545b2adf70974cb921c0ab3ac.tar.bz2
Merge branch 'master' of gitorious.org:lorea/n1_theme
Conflicts: _graphics/elgg_sprites.png
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php23
1 files changed, 10 insertions, 13 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index c2cc433..0a5452b 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -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;
}