Fix for non-rounded selection menu

This commit is contained in:
loof2736 2023-12-30 14:49:50 -05:00
parent 7dd461c011
commit 52d2a8712e
2 changed files with 18 additions and 2 deletions

View File

@ -68,9 +68,17 @@
.cardPadder,
.cardOverlayContainer,
.blurhash-canvas,
.dialog {
.dialog,
.itemSelectionPanel {
border-radius: 10px !important;
}
/* Rounded selection menu */
.itemSelectionPanel {
border: 2px solid #00a4dc !important;
}
.itemSelectionPanel .checkboxOutline {
margin: 7px !important;
}

View File

@ -70,9 +70,17 @@
.cardPadder,
.cardOverlayContainer,
.blurhash-canvas,
.dialog {
.dialog,
.itemSelectionPanel {
border-radius: 10px !important;
}
/* Rounded selection menu */
.itemSelectionPanel {
border: 2px solid #00a4dc !important;
}
.itemSelectionPanel .checkboxOutline {
margin: 7px !important;
}