mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
Add style for checkbox partial-check
This commit is contained in:
@@ -83,6 +83,10 @@ input[type='checkbox'] {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type='checkbox'].partial-check {
|
||||||
|
background: #ABC;
|
||||||
|
}
|
||||||
|
|
||||||
input[type='checkbox']:checked {
|
input[type='checkbox']:checked {
|
||||||
background: #679;
|
background: #679;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user