checkbox styling

This commit is contained in:
ReznoRMichael 2021-08-06 16:55:36 +02:00
parent 49750c6c5a
commit ba2dfc6fbc
3 changed files with 13 additions and 13 deletions

View file

@ -879,8 +879,8 @@ input[type="radio"] {
.checkbox-label { .checkbox-label {
display: inline-block; display: inline-block;
position: relative; position: relative;
padding: 0 0 0 1.8rem; margin: 0.4rem 0 0 0.5rem;
margin: 0.25rem 1rem 0.25rem 0.5rem; padding: 0.25rem 0.5rem 0.25rem 2rem;
cursor: pointer; cursor: pointer;
font-size: 1rem; font-size: 1rem;
-webkit-user-select: none; -webkit-user-select: none;
@ -898,10 +898,10 @@ input[type="radio"] {
.radiomark, .radiomark,
.checkmark { .checkmark {
position: absolute; position: absolute;
top: 0; top: 0.27em;
left: 0; left: 0.27em;
height: 22px; height: 1.3em;
width: 22px; width: 1.3em;
background-color: #aac7d4; background-color: #aac7d4;
border: 1px solid #1e4d6c; border: 1px solid #1e4d6c;
border: 1px solid var(--rt-main); border: 1px solid var(--rt-main);

File diff suppressed because one or more lines are too long

View file

@ -716,8 +716,8 @@ input[type="radio"] {
.checkbox-label { .checkbox-label {
display: inline-block; display: inline-block;
position: relative; position: relative;
padding: 0 0 0 1.8rem; margin: 0.4rem 0 0 0.5rem;
margin: 0.25rem 1rem 0.25rem 0.5rem; padding: 0.25rem 0.5rem 0.25rem 2rem;
cursor: pointer; cursor: pointer;
font-size: 1rem; font-size: 1rem;
-webkit-user-select: none; -webkit-user-select: none;
@ -735,10 +735,10 @@ input[type="radio"] {
.radiomark, .radiomark,
.checkmark { .checkmark {
position: absolute; position: absolute;
top: 0; top: 0.27em;
left: 0; left: 0.27em;
height: 22px; height: 1.3em;
width: 22px; width: 1.3em;
background-color: #aac7d4; background-color: #aac7d4;
border: 1px solid #1e4d6c; border: 1px solid #1e4d6c;
border: 1px solid var(--rt-main); border: 1px solid var(--rt-main);