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 02:19:34 +03:00
parent 42a864ecd3
commit 4316d416f6

View File

@@ -175,12 +175,12 @@ a {
background-color: $navbar-table-background-color-hover;
}
> tbody,
> tfoot,
> thead,
> tfoot {
> tbody {
> tr {
> td,
> th {
> th,
> td {
border-color: $border-color;
color: $base-font-color;
}
@@ -624,7 +624,7 @@ $switch-transition: .2s all !default;
background: $body-bg;
}
span.cm-meta {
.CodeMirror span.cm-meta {
font-style: normal;
}