diff --git a/gameyfin/src/main/frontend/main.css b/gameyfin/src/main/frontend/main.css index cf46448..a945a33 100644 --- a/gameyfin/src/main/frontend/main.css +++ b/gameyfin/src/main/frontend/main.css @@ -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'); } \ No newline at end of file