aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-15 01:36:21 -0800
committerfriendica <info@friendica.com>2013-11-15 01:36:21 -0800
commitad299334e33ea3f5403497eee79837924aa67573 (patch)
treef11bcc6500fcb127231127db939696bb90320905 /view
parenteb3a5634101c5bd55110fa4b2ed242dbfd3ad594 (diff)
parent8db6a4f385b7288971e6de4167d6c59e03ffa457 (diff)
downloadvolse-hubzilla-ad299334e33ea3f5403497eee79837924aa67573.tar.gz
volse-hubzilla-ad299334e33ea3f5403497eee79837924aa67573.tar.bz2
volse-hubzilla-ad299334e33ea3f5403497eee79837924aa67573.zip
Merge pull request #203 from git-marijus/master
wrong variable
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f8216dd6d..67371c4d9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2906,7 +2906,7 @@ div.jGrowl div.info {
#nav-search-text-ac .autocomplete {
position: fixed;
top: 24px;
- border: 1px solid $nav_bg_2;
+ border: 1px solid $nav_bg_1;
border-top: none;
}
@@ -2919,6 +2919,7 @@ div.jGrowl div.info {
margin-left: $radiuspx;
border: 1px solid #666;
border-top: none;
+
}
.autocomplete {