Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-21 17:22:16 +01:00 committed by Julius Härtl
parent 19ce6372ad
commit 33ee6e8d37
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 6 additions and 6 deletions

View File

@ -277,12 +277,12 @@ input {
border-color: $color-main-old-eeeeee
}
&:disabled + label:before {
background-color: $color-main-old-666666 !important; /* override other status */
background-color: $color-main-old-555555 !important; /* override other status */
border-color: rgba($color-main-text, 0.4) !important; /* override other status */
}
&:checked:disabled + label:before {
box-shadow: inset 0px 0px 0px 2px $color-main-text;
border-color: $color-main-old-666666;
border-color: $color-main-old-555555;
background-color: $color-main-old-333333;
}
}

View File

@ -1263,12 +1263,12 @@ div.crumb {
position: relative;
text-align: center;
.info {
color: $color-main-old-777777;
color: $color-main-old-555555;
text-align: center;
margin: 0 auto;
padding: 20px 0;
a {
color: $color-main-old-777777;
color: $color-main-old-555555;
font-weight: 600;
padding: 13px;
margin: -13px;

View File

@ -31,8 +31,8 @@ $color-main-old-bbbbbb: #bbb;
$color-main-old-aaaaaa: #aaa;
$color-main-old-969696: rgb(150, 150, 150);
$color-main-old-888888: #888;
$color-main-old-777777: #777;
$color-main-old-666666: #666;
$color-main-old-555555: #777;
$color-main-old-555555: #666;
$color-main-old-555555: #555;
$color-main-old-333333: #222;
$color-main-old-333333: #333333;