hid outputs switch

This commit is contained in:
Devaev Maxim
2020-12-02 05:01:13 +03:00
parent 744fd19db9
commit 7b32dc927d
6 changed files with 118 additions and 11 deletions

View File

@@ -41,6 +41,10 @@ div.radio-box label {
cursor: pointer;
position: relative;
}
div.radio-box label:not(:last-of-type) {
margin-right: 1px;
box-shadow: 1px 0 0 0 var(--cs-control-pressed-bg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
div.radio-box label {
height: 30px !important;
@@ -65,7 +69,8 @@ div.radio-box label:last-of-type {
}
div.radio-box input[type=radio]:checked + label {
font-weight: bold;
/*font-weight: bold;*/
text-shadow: 0.5px 0 0 currentColor;
border: var(--border-intensive-2px);
color: var(--cs-control-intensive-fg);
background-color: var(--cs-thumb-default-bg);