Skip to content
Snippets Groups Projects
Unverified Commit 7b5d5d19 authored by Julius Haertl's avatar Julius Haertl Committed by Julius Härtl
Browse files

Replace #222 with #333


Signed-off-by: default avatarJulius Haertl <jus@bitgrid.net>
parent 51c6fcda
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ input { ...@@ -283,7 +283,7 @@ input {
&:checked:disabled + label:before { &:checked:disabled + label:before {
box-shadow: inset 0px 0px 0px 2px $color-main-text; box-shadow: inset 0px 0px 0px 2px $color-main-text;
border-color: $color-main-old-666666; border-color: $color-main-old-666666;
background-color: $color-main-old-222222; background-color: $color-main-old-333333;
} }
} }
&.checkbox--white { &.checkbox--white {
...@@ -345,7 +345,7 @@ input { ...@@ -345,7 +345,7 @@ input {
padding: 12px; padding: 12px;
background-color: $color-main-background; background-color: $color-main-background;
cursor: pointer; cursor: pointer;
color: $color-main-old-222222; color: $color-main-old-333333;
} }
.select2-result { .select2-result {
&.select2-selected { &.select2-selected {
......
...@@ -34,7 +34,7 @@ $color-main-old-888888: #888; ...@@ -34,7 +34,7 @@ $color-main-old-888888: #888;
$color-main-old-777777: #777; $color-main-old-777777: #777;
$color-main-old-666666: #666; $color-main-old-666666: #666;
$color-main-old-555555: #555; $color-main-old-555555: #555;
$color-main-old-222222: #222; $color-main-old-333333: #222;
$color-main-old-333333: #333333; $color-main-old-333333: #333333;
// warning color (.exception class) not sure where it exists // warning color (.exception class) not sure where it exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment