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 20:04:14 +03:00
parent 67ca499462
commit 51db8b0511
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,6 @@
p,
pre,
table {
color: #fff !important;
color: white !important;
}
}

View File

@@ -87,7 +87,8 @@
.trumbowyg-box svg,
.trumbowyg-modal svg {
fill: #fff!important;
fill: #7b838f!important;
color: #7b838f!important;
}
.trumbowyg-button-pane button {