mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Improve styling
This commit is contained in:
@@ -10,4 +10,22 @@
|
||||
.button-secondary {
|
||||
@apply bg-primary-300 text-background/80;
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom CSS */
|
||||
|
||||
/* Overwrite default Hilla styles (e.g. loading indicator) */
|
||||
:root {
|
||||
--lumo-primary-color: theme('colors.primary');
|
||||
}
|
||||
|
||||
/* List box drag & drop */
|
||||
.react-aria-ListBoxItem {
|
||||
&[data-dragging] {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
.react-aria-DropIndicator[data-drop-target] {
|
||||
outline: 1px solid theme('colors.primary');
|
||||
}
|
||||
Reference in New Issue
Block a user