aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-26 14:02:17 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-26 14:02:17 +0200
commit951c73d825a024aee6729d645afd97c7fa53c760 (patch)
treea0b44d0d13332490c69c9ce443dda54348f133be /view/theme/duepuntozero
parentdc212de9606422be6e912a0bb7f3569192942938 (diff)
downloadvolse-hubzilla-951c73d825a024aee6729d645afd97c7fa53c760.tar.gz
volse-hubzilla-951c73d825a024aee6729d645afd97c7fa53c760.tar.bz2
volse-hubzilla-951c73d825a024aee6729d645afd97c7fa53c760.zip
style autocomplete popup in themes
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b870f6bd5..d595c7495 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2833,3 +2833,24 @@ a.mail-list-link {
.type-text { background-position: -60px 0px; }
.type-unkn { background-position: -80px 0px; }
+
+/* autocomplete popup */
+.acpopup {
+ max-height:150px;
+ background-color:#ffffff;
+ overflow:auto;
+ z-index:100000;
+ border:1px solid #cccccc;
+}
+.acpopupitem {
+ background-color:#ffffff; padding: 4px;
+ clear:left;
+}
+.acpopupitem img {
+ float: left;
+ margin-right: 4px;
+}
+
+.acpopupitem.selected {
+ color: #FFFFFF; background: #3465A4;
+}