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

Admin Panel: Light Theme - fixes.

This commit is contained in:
Awilum
2019-01-15 16:57:44 +03:00
parent ecb1ac7e61
commit 9d83bdf557

View File

@@ -136,8 +136,16 @@ a {
color: $navbar-item-text-color;
border-bottom: 1px solid $border-color;
> .fa-external-link-alt {
color: #b3b3b3;
}
&:focus,
&:hover {
> .fa-external-link-alt {
color: $navbar-item-text-color;
}
color: $navbar-item-text-color-hover;
}
}
@@ -175,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;
}