Browse Source
Signed-off-by: Julius Haertl <jus@bitgrid.net>
pull/3530/head
Julius Haertl
9 years ago
committed by
Julius Härtl
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with
3 additions and
3 deletions
-
core/css/inputs.scss
-
core/css/variables.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 { |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|