From f618c6f81384616e74b327ff6d26b1a622e1d9cf Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 2 Apr 2015 23:32:07 +0200 Subject: [PATCH] Fixed color of disabled button state --- wcfsetup/install/files/style/redactor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1