Fixed color of disabled button state
authorMarcel Werk <burntime@woltlab.com>
Thu, 2 Apr 2015 21:32:07 +0000 (23:32 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 2 Apr 2015 21:32:07 +0000 (23:32 +0200)
wcfsetup/install/files/style/redactor.less

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