Browse Source

Replace #222 with #333

Signed-off-by: Julius Haertl <jus@bitgrid.net>
pull/3530/head
Julius Haertl 9 years ago
committed by Julius Härtl
parent
commit
7b5d5d19a8
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 4
      core/css/inputs.scss
  2. 2
      core/css/variables.scss

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

2
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

Loading…
Cancel
Save