set the vert navbar bg color in base.css

This commit is contained in:
Andrew Bauer 2020-07-29 13:51:36 -05:00
parent 907063e385
commit 32bbeb556f
2 changed files with 6 additions and 1 deletions

View File

@ -662,6 +662,11 @@ margin-left: 0;
.nav-pills > li > a {
border-radius: 0;
}
nav#sidebar.nav {
background-color: #f5f5f5;
}
.chosen-container {
text-align: left;
}

View File

@ -58,7 +58,7 @@ xhtmlHeaders(__FILE__, translate('Options'));
<?php echo getNavBarHTML(); ?>
<div class="container-fluid">
<div class="row flex-nowrap">
<nav id="sidebar" style="background-color:#f5f5f5">
<nav id="sidebar">
<ul class="nav nav-pills flex-column">
<?php
foreach ( $tabs as $name=>$value ) {