aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-04 14:26:20 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-04 14:26:20 +0000
commit98a942bd95cc2a03bb47be1e33257a947c080f6f (patch)
tree181da868fb271a2e10a1606f1832bcf35c6ebfb8 /view/theme/redbasic
parent3da4656e412730706b8e0be44dc0a751d38fdee6 (diff)
downloadvolse-hubzilla-98a942bd95cc2a03bb47be1e33257a947c080f6f.tar.gz
volse-hubzilla-98a942bd95cc2a03bb47be1e33257a947c080f6f.tar.bz2
volse-hubzilla-98a942bd95cc2a03bb47be1e33257a947c080f6f.zip
Dark schema: Quick fix for new search dropdown
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index bc1dd9c74..a4373ed37 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1467,7 +1467,7 @@ div.jGrowl div.jGrowl-notification {
.autocomplete {
color: $font_colour;
- background: #FFF;
+ background: $dropdown_bgcolour;
cursor: pointer;
text-align: left;
max-height: 350px;