From 22a2df666a50ac5c6a7447d36821f7d55fbe0808 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 5 Sep 2016 15:32:00 +0200 Subject: [PATCH] Improved styling of redactor's link tooltips --- wcfsetup/install/files/style/ui/redactor.scss | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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; } } -- 2.20.1