diff options
author | friendica <info@friendica.com> | 2013-11-15 01:56:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 01:56:23 -0800 |
commit | e45666f4e1bf01c6d053748eca28e82e4417e30f (patch) | |
tree | 6f65088c561ec8146a194c8944ea43e5051fa334 /view/theme | |
parent | eb982074bab5069321a1e433a265d809ba28e1cb (diff) | |
parent | ad299334e33ea3f5403497eee79837924aa67573 (diff) | |
download | volse-hubzilla-e45666f4e1bf01c6d053748eca28e82e4417e30f.tar.gz volse-hubzilla-e45666f4e1bf01c6d053748eca28e82e4417e30f.tar.bz2 volse-hubzilla-e45666f4e1bf01c6d053748eca28e82e4417e30f.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2fd624bc1..cb3f2f595 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 { |