/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 4
Version: 4.3.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v4.3/admin/
*/
.header .navbar-nav > li .dropdown-toggle .label,
.header .navbar-nav > li > a .label,
.label.label-theme,
.btn.btn-scroll-to-top {
background: #ff0081;
}
.header.navbar-inverse .navbar-brand {
color: #fff !important;
}
.text-theme {
color: #fff;
}
a,
.breadcrumb > li a,
.header .navbar-brand > b {
color: #ff96c2;
}
a:hover,
a:focus,
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
color: #ff5da2;
}
.header .navbar-logo:before {
border-color: rgba(255, 150, 194, 0.75);
}
.header .navbar-brand .navbar-logo:after {
background: #ff96c2;
}
.header .navbar-logo {
border-color: rgba(255, 150, 194, 0.5);
}
/* Added in v1.5 */
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled .header .navbar-nav > li > a .label,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
color: #fff !important;
background: rgb(255,76,167) !important;
background: -moz-linear-gradient(top, rgba(255,76,167,1) 0%, rgba(179,0,91,1) 100%) !important;
background: -webkit-linear-gradient(top, rgba(255,76,167,1) 0%,rgba(179,0,91,1) 100%) !important;
background: linear-gradient(to bottom, rgba(255,76,167,1) 0%,rgba(179,0,91,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4ca7', endColorstr='#b3005b',GradientType=0 ) !important;
}
.gradient-enabled .sidebar .nav > li.active > a {
z-index: 10;
}
|