diff --git a/skin-blue.css b/skin-blue.css index 499365f..47f00a2 100644 --- a/skin-blue.css +++ b/skin-blue.css @@ -52,26 +52,14 @@ background-color:#3c8dbc; background-color:#000; } -.bg-aqua { -background:#004c5f!important; -} - -.bg-green { -background:#004224!important; -} - -.bg-red { -background:#581e16!important; +.bg-aqua,.bg-green,.bg-red,.bg-yellow { +background:#0a0d0f!important; } .bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer { color:#fbfbfb!important; } -.bg-yellow { -background:#613e07!important; -} - .box,.tab-content,.nav-tabs-custom>.tab-content { background:#0a0d0f; border-color:#3e4244; @@ -252,6 +240,15 @@ background-color:#101417; } .layout-boxed { -background-color:#222 !important; +background-color:#0a0d0f!important; background-image:none !important; } + +.chart svg, .chart canvas { +-webkit-filter: invert(100%); +filter: invert(100%); +} + +.small-box .icon{ +rgba(255,255,255,0.15) +}