From 668ca02c3f3d8553d9180d76a76b3bc2ec4fc214 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 29 May 2019 13:01:33 +0200 Subject: [PATCH] Larry: Fix some TinyMCE buttons --- skins/larry/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 336be639c..aa7906d27 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -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;