From: Alexander Ebert Date: Wed, 8 Jul 2015 11:01:49 +0000 (+0200) Subject: Fixed editor button tooltips and added a pointer X-Git-Tag: 3.0.0_Beta_1~2206 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=135d3259cd69caefe841405a59d0163baa5bc72f;p=GitHub%2FWoltLab%2FWCF.git Fixed editor button tooltips and added a pointer --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index a49a7065f8..19c1d2ab36 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -304,6 +304,21 @@ .redactor-toolbar-tooltip { .balloonTooltip; + + opacity: 1; + visibility: visible; + + &:before { + border-color: @wcfTooltipBackgroundColor transparent; + border-style: solid; + border-width: 0 5px 5px; + content: ""; + display: block; + left: 50%; + position: absolute; + top: -5px; + transform: translateX(-50%); + } } #redactor-image-box {