1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

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

This commit is contained in:
Awilum
2019-09-07 21:22:29 +03:00
parent fb8f5352e5
commit a352faf849
2 changed files with 25 additions and 4 deletions

View File

@@ -183,12 +183,12 @@ a {
background-color: $navbar-table-background-color-hover;
}
> tfoot,
> tbody,
> thead,
> tbody {
> tfoot {
> tr {
> th,
> td {
> td,
> th {
border-color: $border-color;
color: $base-font-color;
}
@@ -681,3 +681,10 @@ ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .
.flex-column.nav-pills .nav-link:hover {
background: $navbar-item-background-color-hover;
}
.input-group-text {
color: #495057;
background-color: #e9ecef;
border: 1px solid #ced4da;
}

View File

@@ -226,3 +226,17 @@
.flex-column.nav-pills .nav-link:hover {
background: #3b404b;
}
.input-group-text {
color: #b7b9bd;
background-color: #3d424e;
border: 1px solid black;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
border-top: 7px solid black!important;
}
.bootstrap-datetimepicker-widget table td span:hover {
background: #3b404b!important;
}