Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-21 16:56:31 +01:00 committed by Julius Härtl
parent 51c6fcda10
commit 7b5d5d19a8
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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