From 7f877f24eb75269c4165fef89752947be34519bc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 2 Oct 2016 18:55:17 +0200 Subject: [PATCH] Unified button colors --- .../files/style/ui/buttonGroupFlexible.scss | 26 +++++-------------- 1 file changed, 6 insertions(+), 20 deletions(-) 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); } } -- 2.20.1