Fixed editor button tooltips and added a pointer
authorAlexander Ebert <ebert@woltlab.com>
Wed, 8 Jul 2015 11:01:49 +0000 (13:01 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 8 Jul 2015 11:01:49 +0000 (13:01 +0200)
wcfsetup/install/files/style/redactor.less

index a49a7065f80c6cf313b1f70a57ef659deef32c3a..19c1d2ab36f7d4a40ef0138cd61bbb141fdbec35 100644 (file)
 
 .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 {