mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Add custom styles for Ra Pagination
This commit is contained in:
parent
cf6b6557aa
commit
6540e68712
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user