Larry: Fix some TinyMCE buttons

pull/6781/head
Aleksander Machniak 5 years ago
parent e0792c3287
commit 668ca02c3f

@ -3062,11 +3062,11 @@ ul.toolbarmenu li span.copy {
}
/** Common TinyMCE fixes **/
.mce-btn:not(.mce-active) {
.mce-btn-small:not(.mce-active) {
background: transparent !important;
}
.mce-btn:not(.mce-active):hover {
.mce-btn-small:not(.mce-active):hover {
background: white !important;
}
@ -3099,6 +3099,10 @@ button.mce-close,
outline: none;
}
.mce-menu {
z-index: 65537 !important;
}
/** PGP Key import dialog **/
.pgpkeyimport div.key {
position: relative;

Loading…
Cancel
Save