mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 15:08:04 -05:00
fix(ui): Amusic theme improvements (#4731)
* fix low contrast in "delete missing files" button * make login screen a bit nicer * style modal similar to rest of ui * Add custom styles for Ra Pagination * Refactor styles in amusic.js Removed albumSubtitle color and updated styles for albumPlayButton and albumArtistName * Add NDDeleteLibraryButton and NDDeleteUserButton styles low contrast * low contrast text on delete buttons * playbutton color back to pink without background
This commit is contained in:
@@ -47,17 +47,15 @@ const stylesheet = `
|
||||
.react-jinke-music-player-main .music-player-panel,
|
||||
.react-jinke-music-player-mobile,
|
||||
.ril__outer{
|
||||
background-color: #1f1f1f;
|
||||
background-color: #1a1a1a;
|
||||
border: 1px solid #fff1;
|
||||
}
|
||||
.ril__toolbar{
|
||||
background-color: #1d1d1d
|
||||
}
|
||||
.ril__toolbarItem{
|
||||
font-size: 100%;
|
||||
color: #eee
|
||||
}
|
||||
.audio-lists-panel{
|
||||
.audio-lists-panel,
|
||||
.ril__toolbar{
|
||||
background-color: #1f1f1f;
|
||||
border: 1px solid #fff1;
|
||||
border-radius: 6px 6px 0 0;
|
||||
|
||||
@@ -137,22 +137,19 @@ export default {
|
||||
albumName: {
|
||||
color: '#eee',
|
||||
},
|
||||
albumSubtitle: {
|
||||
color: '#ccc',
|
||||
},
|
||||
albumPlayButton: {
|
||||
color: '#ff4e6b !important',
|
||||
color: '#ff4e6b',
|
||||
},
|
||||
albumArtistName: {
|
||||
color: '#ff4e6b !important',
|
||||
color: '#ccc',
|
||||
},
|
||||
cover: {
|
||||
borderRadius: '10px !important',
|
||||
borderRadius: '6px',
|
||||
},
|
||||
},
|
||||
NDLogin: {
|
||||
systemNameLink: {
|
||||
color: '#D60017',
|
||||
color: '#ff4e6b',
|
||||
},
|
||||
welcome: {
|
||||
color: '#eee',
|
||||
@@ -161,6 +158,9 @@ export default {
|
||||
minWidth: 300,
|
||||
backgroundColor: '#1d1d1d',
|
||||
},
|
||||
icon: {
|
||||
filter: 'hue-rotate(115deg)',
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
elevation1: {
|
||||
@@ -169,6 +169,9 @@ export default {
|
||||
root: {
|
||||
color: '#eee',
|
||||
},
|
||||
rounded: {
|
||||
borderRadius: '6px',
|
||||
},
|
||||
},
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
@@ -189,6 +192,30 @@ export default {
|
||||
paddingBottom: '1rem',
|
||||
},
|
||||
},
|
||||
RaDeleteWithConfirmButton: {
|
||||
deleteButton: {
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user