Improved styling of redactor's link tooltips
authorMarcel Werk <burntime@woltlab.com>
Mon, 5 Sep 2016 13:32:00 +0000 (15:32 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 5 Sep 2016 13:32:00 +0000 (15:32 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index b3dbbec6f095cc09992b72e62dcc6456de706bff..872dc3a207e9db8eb7d2b8c5c57995420e1e98b0 100644 (file)
 }
 
 .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;
        }
 }