Browse Source

You can now tab select check boxes.

master
John Shaver 6 years ago
committed by AJ ONeal
parent
commit
1b8c2d99a2
  1. 7
      app/styles/main.css

7
app/styles/main.css

@ -128,7 +128,8 @@ pre {
}
.checkbox-array input[type=checkbox] {
display: none;
opacity: 0;
position: absolute;
}
.checkbox-array input[type=checkbox] ~ .icon-checked-box {
@ -255,3 +256,7 @@ pre {
.cert-download-container {
margin: 0 -31%;
}
.checkbox-array input[type=checkbox]:focus ~ .icon-checked-box, .checkbox-array input[type=checkbox]:focus ~ .icon-unchecked-box {
background: #5bc17f52;
}
Loading…
Cancel
Save