mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Use checklist checkbox for the custom field checkbox
This commit is contained in:
parent
b9338a78f4
commit
f476143e92
4 changed files with 18 additions and 28 deletions
|
|
@ -242,11 +242,11 @@ textarea
|
|||
margin: 3px 4px
|
||||
|
||||
// Material Design checkboxes
|
||||
//[type="checkbox"]:not(:checked),
|
||||
//[type="checkbox"]:checked
|
||||
// position: absolute
|
||||
// left: -9999px
|
||||
// visibility: hidden
|
||||
[type="checkbox"]:not(:checked),
|
||||
[type="checkbox"]:checked
|
||||
position: absolute
|
||||
left: -9999px
|
||||
visibility: hidden
|
||||
|
||||
.materialCheckBox
|
||||
position: relative
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue