From 81e359e5f39086a361f6eed23b9fc471c5d95298 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 24 Jan 2025 08:16:43 -0800 Subject: [PATCH] New: Removed checkmarks from Select View dialog box Fix: Music context menu was overflowing the screen --- Theme/ElegantFin-theme-nightly.css | 39 ++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index f21d49a..cb274e2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -927,8 +927,8 @@ progress+span { opacity: .66; } -[dir=ltr] .actionsheetMenuItemIcon.check { - margin: 0 .45em 0 .45em !important; +.dialogContainer:has([data-id="editlyrics"]) { + top: -1em; } .subtitleEditor-dropZone, @@ -936,10 +936,6 @@ progress+span { border-radius: var(--largeRadius); } -.actionSheetContent>h1 { - font-size: unset; -} - .formDialogHeaderTitle { margin-inline: 0 !important; text-align: center; @@ -1375,6 +1371,26 @@ div[data-role=controlgroup] a.ui-btn-active { padding: .4em !important; } +.actionSheetContent>h1 { + font-size: unset; +} + +[dir=ltr] .actionsheetMenuItemIcon.check { + margin: 0 .45em 0 .45em !important; +} + +.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) { + background-color: var(--highlightOutlineColor); +} + +.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemIcon.material-icons.check { + display: none; +} + +.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check[style*="hidden"]) { + background-color: transparent; +} + .navMenuOption { border-radius: var(--smallRadius) !important; margin: 0em 1em !important; @@ -1975,4 +1991,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .padded-right-withalphapicker .card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"]) { margin-bottom: -1.5em; -} \ No newline at end of file +} + +/* input[type="radio"]:checked { + background-color: var(--highlightOutlineColor); +} */ + +/* .mdl-radio__focus-circle { + color: red; + background: var(--highlightOutlineColor); +} */ \ No newline at end of file