Added shadow to unchecked checks and radios

This commit is contained in:
eudaimon 2021-01-06 19:55:55 +01:00
parent f9d4da0c86
commit 64adabaafa
1 changed files with 1 additions and 1 deletions

View File

@ -3343,7 +3343,7 @@ check,
radio { radio {
margin: 0 4px; margin: 0 4px;
background: @theme_base_color; background: @theme_base_color;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0 3px 3px 0px alpha (black, 0.3);
color: #FFF; color: #FFF;
min-height: 14px; min-height: 14px;
min-width: 14px; min-width: 14px;