File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 7171 background-color : rgb (var (--accent-color )) !important ;
7272}
7373
74+ /* SERIES Table View */
75+ [class *= "SeriesIndexTable-row-" ]: hover {
76+ background-color : var (--transparency-light-10 );
77+ }
78+
7479/* OVERVIEW PAGE */
7580[class *= "SeriesIndexOverviews-container-" ],
7681[class *= "SeriesIndexOverviews-container-" ]: hover {
Original file line number Diff line number Diff line change @@ -756,6 +756,13 @@ a:hover {
756756 color : # ff902b ;
757757}
758758
759+ /* SETTINGS - Tags */
760+
761+ [class *= "AutoTaggings-center-" ], [class *= "EditAutoTaggingModalContent-center-" ] {
762+ border : 1px solid transparent;
763+ background-color : transparent;
764+ }
765+
759766/* MEDIA MANAGEMENT - FILE NAME TOKENS */
760767[class *= "NamingOption-small-" ] {
761768 border : 1px solid transparent;
You can’t perform that action at this time.
0 commit comments