mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 02:24:05 +02:00
feat(admin-plugin): update styles for trumbowyg #211
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
.trumbowyg-button-pane .trumbowyg-open-dropdown::after,
|
||||
.trumbowyg-button-pane button > svg
|
||||
{
|
||||
color: #6c6c6c;
|
||||
|
||||
fill: #6c6c6c;
|
||||
}
|
||||
|
||||
@@ -25,6 +27,15 @@
|
||||
.trumbowyg-viewHTML-button.trumbowyg-not-disable:hover svg,
|
||||
.trumbowyg-button-pane button:hover > svg
|
||||
{
|
||||
color: black;
|
||||
|
||||
fill: black;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane button.trumbowyg-active > svg
|
||||
{
|
||||
color: black;
|
||||
|
||||
fill: black;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user