From: Marcel Werk Date: Mon, 5 Sep 2016 13:32:00 +0000 (+0200) Subject: Improved styling of redactor's link tooltips X-Git-Tag: 3.0.0_Beta_1~297 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22a2df666a50ac5c6a7447d36821f7d55fbe0808;p=GitHub%2FWoltLab%2FWCF.git Improved styling of redactor's link tooltips --- diff --git a/wcfsetup/install/files/style/ui/redactor.scss b/wcfsetup/install/files/style/ui/redactor.scss index b3dbbec6f0..872dc3a207 100644 --- a/wcfsetup/install/files/style/ui/redactor.scss +++ b/wcfsetup/install/files/style/ui/redactor.scss @@ -347,18 +347,16 @@ } .redactor-link-tooltip { - // TODO: background-color: $wcfTooltipBackgroundColor; - border-radius: 6px; - // TODO: color: $wcfTooltipColor; - // TODO: font-size: $wcfSmallFontSize; + background-color: $wcfTooltipBackground; + border-radius: 2px; + box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); + color: $wcfTooltipText; padding: 5px 10px 7px; position: absolute; z-index: 800; - @include boxShadow(0, 3px, rgba(0, 0, 0, .3), 7px); - > a { - // TODO: color: $wcfTooltipColor; + color: $wcfTooltipText; } }