From c4a121c6f01aeaa41b5c4e3d0bf3a841252d252c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 5 Apr 2015 20:54:41 +0200 Subject: [PATCH] =?utf8?q?Fix=20=E2=80=9CFixed=20color=20of=20disabled=20b?= =?utf8?q?utton=20state=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes up commit f618c6f81384616e74b327ff6d26b1a622e1d9cf --- 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 90cd7738b1..524b969766 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: fade(@wcfButtonColor, 40%); + color: fade(@wcfColor, 40%); cursor: default; } -- 2.20.1