smeserver-manager-AdminLTE/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css

98 lines
1.7 KiB
CSS
Raw Permalink Normal View History

.navbar-white {
background-image: linear-gradient(to right, #edf9e5,#bee6a2);
}
div.section {
color:blue;
}
div.mb-2 {
background-color:#98d36e;
}
.sidebar a.accent {
color: brown;
}
#h2e12 img {
width:100%;
}
#h2e11 img {
display:none;
}
#h2l2 {
height:34px;
}
p.menu-title {
margin-top:0;
margin-bottom:0;
}
.menu-title {
color:green!important;
font-weight:bold;
}
.section-title {
color:blue!important;
}
a#toguser.menu-title {
color:blue!important;
font-weight:normal;
}
.brand-image {
margin-bottom:1.75rem!important;
}
div.menu-cell a {
font-size:inherit!important;
margin-top:0.1em!important;
margin-bottom:0.1em!important;
line-height:1em!important;
padding-top:0.1rem;
padding-bottom:0.1rem;
margin-left:0.2rem;
padding-right:0.05rem;
width: calc(250px - 0.5rem * 3)!important;
}
.nav {
margin-bottom:0.7rem;
}
.brand-link {
margin-bottom:4rem;
}
td a:link, td a:visited {
color:blue;
}
td a:hover {
color:red;
}
.dark-mode .main-sidebar {
background-color:#343a40;
}
.dark-mode [class*="sidebar-light-"] .sidebar a {
color:inherit;
}
.dark-mode .login-page input[type="text"] {
background-color:#343a40;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus {
-webkit-text-fill-color:#343a40;
}
.text-sm .nav-link {
padding: 0;
padding-left:10px;
}