Fix “Fixed color of disabled button state”
authorTim Düsterhus <timwolla@googlemail.com>
Sun, 5 Apr 2015 18:54:41 +0000 (20:54 +0200)
committerTim Düsterhus <timwolla@googlemail.com>
Sun, 5 Apr 2015 18:54:41 +0000 (20:54 +0200)
This fixes up commit f618c6f81384616e74b327ff6d26b1a622e1d9cf

wcfsetup/install/files/style/redactor.less

index 90cd7738b17009bdcb6902403250f33d95fe8492..524b9697669caa9468e022dd88660f01fcacc3ff 100644 (file)
                        &.redactor-button-disabled,
                        &.redactor-button-disabled:before,
                        &.redactor-button-disabled > i:before {
-                               color: fade(@wcfButtonColor, 40%);
+                               color: fade(@wcfColor, 40%);
                                cursor: default;
                        }