mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-22 23:23:02 +01:00
Theme checkboxes using the primary color
This commit is contained in:
parent
1c4002f1ff
commit
117a595f49
1 changed files with 9 additions and 0 deletions
|
@ -20,3 +20,12 @@
|
||||||
background-color: var(--raised-accent);
|
background-color: var(--raised-accent);
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-check-input:checked {
|
||||||
|
background-color: var(--primary);
|
||||||
|
border-color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-check-input:focus {
|
||||||
|
box-shadow: rgba(var(--primary-rgb), 0.25) 0 0 0 0.25rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue