diff options
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 5fc68376b..dd8c18fef 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2903,7 +2903,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; } @@ -2916,6 +2916,7 @@ div.jGrowl div.info { margin-left: $radiuspx; border: 1px solid #666; border-top: none; + } .autocomplete { |