From be5ed8e0ba1e674480dfbc590c246ae923eae833 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Tue, 21 Feb 2017 16:56:31 +0100 Subject: [PATCH] Replace #222 with #333 Signed-off-by: Julius Haertl --- core/css/inputs.scss | 4 ++-- core/css/variables.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index be00d0094948b..f04d1b7e19cfa 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -283,7 +283,7 @@ input { &:checked:disabled + label:before { box-shadow: inset 0px 0px 0px 2px $color-main-text; border-color: $color-main-old-666666; - background-color: $color-main-old-222222; + background-color: $color-main-old-333333; } } &.checkbox--white { @@ -345,7 +345,7 @@ input { padding: 12px; background-color: $color-main-background; cursor: pointer; - color: $color-main-old-222222; + color: $color-main-old-333333; } .select2-result { &.select2-selected { diff --git a/core/css/variables.scss b/core/css/variables.scss index d1c9dfec52804..90ee753f3d64f 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -34,7 +34,7 @@ $color-main-old-888888: #888; $color-main-old-777777: #777; $color-main-old-666666: #666; $color-main-old-555555: #555; -$color-main-old-222222: #222; +$color-main-old-333333: #222; $color-main-old-333333: #333333; // warning color (.exception class) not sure where it exists