mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-22 07:18:41 +00:00
fix checkbox styles
This commit is contained in:
parent
d806764fdd
commit
f67e745b4e
|
|
@ -352,7 +352,7 @@ label.radio, label.checkbox {
|
|||
position: relative;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
background-color: #eee;
|
||||
border: 1px solid var(--input-border-active);
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,10 @@ div.sticky, section.sticky {
|
|||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
span.checkbox+span.checkbox {
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
.input-control {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -3170,6 +3170,8 @@ div.sticky, section.sticky {
|
|||
.form-group label {
|
||||
font-size: .9rem;
|
||||
flex: 0 0 100%; }
|
||||
.form-group span.checkbox + span.checkbox {
|
||||
margin-left: 1.5rem; }
|
||||
.form-group .input-control {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
|
@ -3787,7 +3789,7 @@ label.radio, label.checkbox {
|
|||
position: relative;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
background-color: #eee;
|
||||
border: 1px solid var(--input-border-active); }
|
||||
label.radio .checkmark:after, label.checkbox .checkmark:after {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user