Skip to content

Instantly share code, notes, and snippets.

@cryocaustik
Created October 25, 2019 02:58
Show Gist options
  • Save cryocaustik/7d647da56cba8532abb1fa50ae6cb137 to your computer and use it in GitHub Desktop.
Save cryocaustik/7d647da56cba8532abb1fa50ae6cb137 to your computer and use it in GitHub Desktop.
Bootswatch Darkly Theme for Admin LTE Theme
@import "https://stackpath.bootstrapcdn.com/bootswatch/3.4.1/darkly/bootstrap.min.css";
.content-wrapper,
.main-footer,
.info-box,
.box-info,
.box,
.nav-tabs-custom,
.nav-tabs-custom > .tab-content,
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a,
.form-control,
.timeline > li > .timeline-item,
.box,
.box-footer,
.select2-container--default .select2-selection--multiple,
.user-footer,
#tracking_id {
background-color: inherit !important;
}
body,
.box-header,
.box,
.main-footer,
.form-control,
.timeline > li > .timeline-item,
.box,
.box-footer,
.select2-dropdown,
.select2-container--default .select2-selection--single,
.user-footer,
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
color: rgb(231, 231, 231);
border-color: rgb(90, 90, 90) !important;
}
.nav-tabs-custom,
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a,
.timeline > li > .timeline-item > .timeline-header,
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.nav-tabs-custom > .nav-tabs > li.header,
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
color: rgb(210, 210, 210) !important;
}
.info-box,
.box-info,
.box,
.timeline > li > .timeline-item,
.nav-tabs-custom {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.form-control {
border: 1px solid;
}
thead > tr > th {
border-bottom: 2px solid rgb(90, 90, 90) !important;
}
tbody > tr > td {
border-bottom: 1px solid rgba(90, 90, 90, 0.53) !important;
}
select option,
.navbar-nav > .user-menu > .dropdown-menu > .user-body a,
.select2-dropdown,
.select2-container--default .select2-selection--single {
background-color: rgb(34, 45, 50) !important;
}
table.dataTable tr.dtrg-group td {
background-color: rgba(0, 0, 0, 0.25);
}
.btn-default {
background-color: #515151;
color: rgb(210, 210, 210) !important;
}
.main-sidebar{
border-right: 1px solid rgba(0,0,0,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment