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-10 12:33:14 +03:00
parent 4fd55f5224
commit 8cdb9aaabe

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;
}
@@ -750,7 +750,7 @@ ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .
}
.bootstrap-datetimepicker-widget table td span:hover {
background: #eaeaeb!important;
background: #f3f3f4!important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {