Larry: Fix html editor toolbar background in Identities

bnet/additions
Aleksander Machniak 5 years ago
parent e3d18291ff
commit 90d1d58f8b

@ -1347,7 +1347,6 @@ body.status-flagged .flag-icon {
#composebodycontainer .mce-panel {
border-color: #ddd !important;
background: #f0f0f0;
}
#composebody_toolbargroup {

@ -3103,6 +3103,15 @@ button.mce-close,
z-index: 65537 !important;
}
.mce-tinymce.mce-container {
box-shadow: none;
}
.mce-toolbar.mce-container {
background: #f0f0f0;
}
/** PGP Key import dialog **/
.pgpkeyimport div.key {
position: relative;

Loading…
Cancel
Save