|
|
@ -184,12 +184,12 @@
|
|
|
|
&:checked {
|
|
|
|
&:checked {
|
|
|
|
& + label {
|
|
|
|
& + label {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 20%);
|
|
|
|
background-color: @colortheme_logo-2;
|
|
|
|
cursor: default;
|
|
|
|
cursor: default;
|
|
|
|
border: 1px solid #c1158e;
|
|
|
|
border: 1px solid @colortheme_logo-2;
|
|
|
|
color: @colortheme_loading-color;
|
|
|
|
color: @colortheme_loading-color;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 20%);
|
|
|
|
background-color: @colortheme_logo-2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -203,10 +203,11 @@
|
|
|
|
height: 50px;
|
|
|
|
height: 50px;
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0 20px;
|
|
|
|
margin: 0 20px;
|
|
|
|
border: 1px solid black;
|
|
|
|
color: @colortheme_logo-2;
|
|
|
|
|
|
|
|
border: 1px solid @colortheme_logo-2;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
background-color: lighten(@colortheme_loading-bg, 10%);
|
|
|
|
background-color: lighten(@colortheme_logo-2, 35%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fa {
|
|
|
|
.fa {
|
|
|
|