Improved styling of code/quote/spoiler in redactor
authorMarcel Werk <burntime@woltlab.com>
Mon, 5 Sep 2016 13:32:16 +0000 (15:32 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 5 Sep 2016 13:32:16 +0000 (15:32 +0200)
wcfsetup/install/files/style/bbcode/code.scss
wcfsetup/install/files/style/bbcode/quote.scss
wcfsetup/install/files/style/bbcode/spoiler.scss

index c54d8b130140e04e0ab1fcc0e593f3c7717892f9..1ffb1ceff5210bd43f425af7e3977dce10d84908 100644 (file)
@@ -12,6 +12,7 @@
        word-wrap: break-word;
        
        &:not(.redactorCalcHeight)::before {
+               color: $wcfContentLink;
                content: attr(data-title);
                cursor: pointer;
                display: block;
index c5adc4d39f0ec23c8aa852ae3b9b7a9bc55ca07d..cf288f6b884e3695483a63ea5ee1cbc6f990ace1 100644 (file)
@@ -39,6 +39,7 @@ woltlab-quote,
 }
 
 woltlab-quote:not(.redactorCalcHeight)::before {
+       color: $wcfContentLink;
        content: attr(data-title);
        cursor: pointer;
        display: block;
index 275ee9660bcafe2ff13edc6bf2fdfbd8d657addc..1382491c98f36612d08f19f78fad10572d7e1ad6 100644 (file)
@@ -8,6 +8,7 @@
        position: relative;
        
        &:not(.redactorCalcHeight)::before {
+               color: $wcfContentLink;
                content: attr(data-title);
                cursor: pointer;
                display: block;