mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 07:58:52 +01:00
Fix for non-rounded selection menu
This commit is contained in:
parent
7dd461c011
commit
52d2a8712e
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user