You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
.theme-orange .navbar {
|
|
background-color: #FF9800; }
|
|
|
|
.theme-orange .navbar-brand {
|
|
color: #fff; }
|
|
.theme-orange .navbar-brand:hover {
|
|
color: #fff; }
|
|
.theme-orange .navbar-brand:active {
|
|
color: #fff; }
|
|
.theme-orange .navbar-brand:focus {
|
|
color: #fff; }
|
|
|
|
.theme-orange .nav > li > a {
|
|
color: #fff; }
|
|
.theme-orange .nav > li > a:hover {
|
|
background-color: transparent; }
|
|
.theme-orange .nav > li > a:focus {
|
|
background-color: transparent; }
|
|
|
|
.theme-orange .nav .open > a {
|
|
background-color: transparent; }
|
|
.theme-orange .nav .open > a:hover {
|
|
background-color: transparent; }
|
|
.theme-orange .nav .open > a:focus {
|
|
background-color: transparent; }
|
|
|
|
.theme-orange .bars {
|
|
color: #fff; }
|
|
|
|
.theme-orange .sidebar .menu .list li.active {
|
|
background-color: transparent; }
|
|
.theme-orange .sidebar .menu .list li.active > :first-child i, .theme-orange .sidebar .menu .list li.active > :first-child span {
|
|
color: #FF9800; }
|
|
|
|
.theme-orange .sidebar .menu .list .toggled {
|
|
background-color: transparent; }
|
|
|
|
.theme-orange .sidebar .menu .list .ml-menu {
|
|
background-color: transparent; }
|
|
|
|
.theme-orange .sidebar .legal {
|
|
background-color: #fff; }
|
|
.theme-orange .sidebar .legal .copyright a {
|
|
color: #FF9800 !important; }
|
|
|
|
|