From 6540e68712a752e232b44587edb26da13583c6cc Mon Sep 17 00:00:00 2001 From: Stephan Wahlen <44159957+metalheim@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:42:45 +0100 Subject: [PATCH] Add custom styles for Ra Pagination --- ui/src/themes/amusic.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ui/src/themes/amusic.js b/ui/src/themes/amusic.js index 224fc6c94..ef29a5685 100644 --- a/ui/src/themes/amusic.js +++ b/ui/src/themes/amusic.js @@ -200,6 +200,25 @@ export default { color: 'unset', }, }, + RaPaginationActions: { + currentPageButton: { + border: '2px solid #D60017', + background: 'transparent', + }, + button: { + border: '2px solid #D60017', + }, + actions: { + '@global': { + '.next-page': { + border: '0 none', + }, + '.previous-page': { + border: '0 none', + }, + }, + }, + }, }, player: { theme: 'dark',