mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Minor adjustments to multiselect item checkboxes
This commit is contained in:
@@ -754,8 +754,9 @@ progress+span {
|
|||||||
box-shadow: inset 0em 7em 10em 20px rgba(0, 0, 0, 0.8);
|
box-shadow: inset 0em 7em 10em 20px rgba(0, 0, 0, 0.8);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: white;
|
border-color: white;
|
||||||
border-style: groove;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: calc(2 * var(--borderWidth));
|
||||||
|
outline: solid var(--borderWidth) white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxOutline {
|
.checkboxOutline {
|
||||||
@@ -782,7 +783,7 @@ progress+span {
|
|||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||||
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
||||||
height: calc(100% - 3.125em);
|
height: calc(100% - 3em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardFooter+.itemSelectionPanel>.checkboxContainer {
|
.cardFooter+.itemSelectionPanel>.checkboxContainer {
|
||||||
|
Reference in New Issue
Block a user