Skip to content

Commit

Permalink
Replace #222 with #333
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Haertl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Feb 21, 2017
1 parent 68a06de commit 1efaf0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion core/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1efaf0d

Please sign in to comment.