Added few missing stuff
This commit is contained in:
parent
958fd5ac46
commit
edc7019673
|
@ -31,6 +31,10 @@ body,
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box.box-default {
|
||||||
|
border-top-color: #e22;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a:active,
|
a:active,
|
||||||
a:focus {
|
a:focus {
|
||||||
|
@ -117,7 +121,7 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: #F44336;
|
color: #F44336 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h1 .small,
|
.h1 .small,
|
||||||
|
@ -144,7 +148,15 @@ h5 .small,
|
||||||
h5 small,
|
h5 small,
|
||||||
h6 .small,
|
h6 .small,
|
||||||
h6 small {
|
h6 small {
|
||||||
color: #F44336;
|
color: #F44336 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg {
|
||||||
|
background-color: #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-sidebar-dark .control-sidebar-menu>li>a.active, .control-sidebar-dark .control-sidebar-menu>li>a:hover {
|
||||||
|
background-color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
|
@ -158,6 +170,15 @@ h6 small {
|
||||||
color: #d22;
|
color: #d22;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sa-fix,.sweet-alert, .sa-icon .sa-fix,.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
|
||||||
|
background-color: #111 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.box-header {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
.box-header.with-border {
|
.box-header.with-border {
|
||||||
border-bottom: 1px solid #222;
|
border-bottom: 1px solid #222;
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<div class="info-box bg-gray">
|
<div class="info-box bg-blue">
|
||||||
<span class="info-box-icon"><i class="ion ion-social-buffer-outline"></i></span>
|
<span class="info-box-icon"><i class="ion ion-social-buffer-outline"></i></span>
|
||||||
<div class="info-box-content" style="padding: 23px 10px 0;">
|
<div class="info-box-content" style="padding: 23px 10px 0;">
|
||||||
<span class="info-box-text">Total Servers</span>
|
<span class="info-box-text">Total Servers</span>
|
||||||
|
|
Reference in New Issue