Add custom styles for Ra Pagination

This commit is contained in:
Stephan Wahlen 2025-11-24 13:42:45 +01:00 committed by GitHub
parent cf6b6557aa
commit 6540e68712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',