fix sketch theme

This commit is contained in:
Tim Krehan 2019-05-27 08:50:20 +02:00
parent 6cc7c7da5a
commit 0531f3be61

View file

@ -7095,26 +7095,27 @@ select.form-control {
[type="checkbox"] {
position: relative;
-webkit-appearance: none;
appearance: none;
cursor: pointer; }
[type="checkbox"]:before {
content: "";
position: absolute;
left: -1.2em;
top: -0.9em;
/* position: absolute; */
/* left: -1.2em; */
/* top: -0.9em; */
display: inline-block;
width: 15px;
height: 16px;
border: 2px solid #333;
border: 2px solid #fff;
border-radius: 2px 8px 2px 4px / 5px 3px 5px 3px; }
[type="checkbox"]:checked:after {
content: "x";
position: absolute;
left: -0.64em;
top: -0.48em;
left: 3px;
/* top: -0.48em; */
font-size: 1.5rem;
line-height: 0.5;
color: #333; }
color: #fff; }
[type="checkbox"]:disabled:before {
border: 2px solid #aaa; }