[library-web/new-website-style: 5/55] styling autocomplete results



commit 1c1848f17579a183e648773a02ca3ac4300a50d6
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri Dec 3 23:47:46 2010 +0100

    styling autocomplete results

 data/skin/jquery.autocomplete.css |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/skin/jquery.autocomplete.css b/data/skin/jquery.autocomplete.css
index e98e361..fd3b675 100644
--- a/data/skin/jquery.autocomplete.css
+++ b/data/skin/jquery.autocomplete.css
@@ -1,9 +1,10 @@
 .ac_results {
-	margin: 0 0 0 1ex;
-	padding: 0px;
+	margin: 0 0 0 20px;
+	padding: 0px 4px;
 	border: 1px solid black;
-	background-color: white;
-	color: black;
+	border-top: none;
+	background-color: #484d51;
+	color: white;
 }
 
 .ac_results ul {
@@ -28,7 +29,7 @@
 
 .ac_results li {
 	margin: 0px;
-	padding: 2px 5px;
+	padding: 0px;
 	cursor: pointer;
 	display: block;
 	width: 100%;
@@ -42,6 +43,5 @@
 }
 
 .ac_over {
-	background-color: Highlight;
-	color: HighlightText;
+	color: #e36819;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]