From: Alexander Ebert Date: Sun, 2 Oct 2016 16:55:17 +0000 (+0200) Subject: Unified button colors X-Git-Tag: 3.0.0_Beta_2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7f877f24eb75269c4165fef89752947be34519bc;p=GitHub%2FWoltLab%2FWCF.git Unified button colors --- diff --git a/wcfsetup/install/files/style/ui/buttonGroupFlexible.scss b/wcfsetup/install/files/style/ui/buttonGroupFlexible.scss index 2e407ef908..37bcd02449 100644 --- a/wcfsetup/install/files/style/ui/buttonGroupFlexible.scss +++ b/wcfsetup/install/files/style/ui/buttonGroupFlexible.scss @@ -33,8 +33,9 @@ > a, > label { - background-color: rgb(242, 242, 242); + background-color: rgb(207, 216, 220); border: 1px solid transparent; + color: rgb(33, 33, 33); cursor: pointer; padding: 5px 10px; @@ -42,19 +43,8 @@ color: inherit; } - &.green { - color: rgb(54, 125, 54); - } - - &.red { - color: rgb(201, 48, 44); - } - - &.yellow { - color: rgb(236, 151, 31); - } - > .icon { + color: inherit !important; cursor: pointer !important; } } @@ -65,19 +55,15 @@ color: #fff; &.green { - background-color: rgb(148, 170, 114); + background-color: rgb(46, 125, 50); } &.red { - background-color: rgb(232, 151, 149); + background-color: rgb(198, 40, 40); } &.yellow { - background-color: rgb(203, 172, 91); - } - - > .icon { - color: #fff; + background-color: rgb(239, 108, 0); } }