Changeset - 05c48b611c1a
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 18:59:58
dominikruf@gmail.com
less: use @dropdown-bg to set dropdown background
2 files changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
/**
 
 * 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,
kallithea/public/less/kallithea-variables.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)