1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

fix(admin-plugin): fix dark theme for admin panel #186 #168

This commit is contained in:
Awilum
2019-09-09 18:54:37 +03:00
parent 3cd528f10e
commit 8df4803b0f

View File

@@ -220,6 +220,7 @@
.flex-column.nav-pills .nav-link {
background: #21252b;
font-size: 14px;
border-bottom: none;
}
.flex-column.nav-pills .nav-link:focus,
@@ -240,3 +241,43 @@
.bootstrap-datetimepicker-widget table td span:hover {
background: #3b404b!important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
bottom: -8px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
background: #3b404b!important;
color: #b7b9bd!important;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
background: #3b404b!important;
color: #b7b9bd!important;
}
.bootstrap-datetimepicker-widget .table tbody tr:hover td,
.bootstrap-datetimepicker-widget .table tbody tr:hover th {
background-color: transparent;
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
background: #3b404b!important;
color: #b7b9bd!important;
}
.bootstrap-datetimepicker-widget table th {
padding: 12.5px 20px;
vertical-align: middle;
border-color: #000;
font-size: 14px;
}
.dropdown-menu {
background-color: #21252b;
}