Add better styling for checkboxes to make them more distinct
This commit is contained in:
parent
08fb6768ad
commit
daa88fb272
3 changed files with 59 additions and 0 deletions
8
styles/resets/inputs.css
Normal file
8
styles/resets/inputs.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.taf > .window-content {
|
||||
input[type="checkbox"] {
|
||||
all: initial;
|
||||
&::after, &::before {
|
||||
all: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue