From dcd75267bb0e8e783bd2b274532a229204adf772 Mon Sep 17 00:00:00 2001 From: cafecitopuro Date: Sat, 20 Sep 2025 22:43:57 -0400 Subject: [PATCH] cleanup --- ui/src/themes/nutball.js | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/ui/src/themes/nutball.js b/ui/src/themes/nutball.js index 8d55d7b9f..1c7223999 100644 --- a/ui/src/themes/nutball.js +++ b/ui/src/themes/nutball.js @@ -316,15 +316,6 @@ export default { backgroundColor: 'white', }, }, - RaSearchInput: { - input: { - '& :after': { - display: 'block', - content: "''", - backgroundColor: 'red', - }, - }, - }, RaFilterButton: { root: { textWrap: 'nowrap', @@ -451,9 +442,8 @@ export default { outline: '1px solid black', }, '& a:hover > div:nth-of-type(2)': { - borderLeft: 'none', - borderRight: 'none', - borderBottom: 'none', + border: 'none', + outline: '1px solid black' }, }, albumLink: { @@ -483,6 +473,9 @@ export default { titleWrap: { marginLeft: '0px', }, + titlePositionBottom: { + bottom: '0' + }, subtitle: { '& button': { color: 'black!important', @@ -663,16 +656,9 @@ export default { }, MuiCssBaseline: { '@global': { - body: { - display: 'none', - }, '*::-webkit-scrollbar': { display: 'none', }, - '*::-webkit-scrollbar-track': { - background: 'red', - backgroundColor: 'red', - }, }, }, MuiBackdrop: {