From: Marcel Werk Date: Thu, 2 Apr 2015 21:32:07 +0000 (+0200) Subject: Fixed color of disabled button state X-Git-Tag: 2.1.3~44 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f618c6f81384616e74b327ff6d26b1a622e1d9cf;p=GitHub%2FWoltLab%2FWCF.git Fixed color of disabled button state --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 02019ba139..90cd7738b1 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -257,7 +257,7 @@ &.redactor-button-disabled, &.redactor-button-disabled:before, &.redactor-button-disabled > i:before { - color: @wcfButtonBackgroundColor; + color: fade(@wcfButtonColor, 40%); cursor: default; }