changeset 7064:05c48b611c1a

less: use @dropdown-bg to set dropdown background
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 18:59:58 +0200
parents b8d568d2eb21
children 554b29ebb42e
files kallithea/public/css/contextbar.css kallithea/public/less/kallithea-variables.less
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Fri Oct 27 18:49:04 2017 +0200
+++ b/kallithea/public/css/contextbar.css	Fri Oct 27 18:59:58 2017 +0200
@@ -1,10 +1,6 @@
 /**
  * Stylesheets for the context bar
  */
-nav.navbar #quick ul,
-#context-pages ul {
-  background: #577632;
-}
 .repo-switcher-dropdown.select2-drop.select2-drop-active .select2-results .select2-highlighted,
 ul.dropdown-menu li a:focus,
 nav.navbar #quick li:hover,
--- a/kallithea/public/less/kallithea-variables.less	Fri Oct 27 18:49:04 2017 +0200
+++ b/kallithea/public/less/kallithea-variables.less	Fri Oct 27 18:59:58 2017 +0200
@@ -22,3 +22,4 @@
 @navbar-inverse-toggle-hover-bg:    @navbar-inverse-link-hover-bg;
 @navbar-inverse-toggle-border-color:@kallithea-theme-main-color;
 @dropdown-link-color:               @navbar-inverse-color;
+@dropdown-bg:                       @navbar-inverse-bg;