Skip to content

Commit dc6f65e

Browse files
committed
Servarr Base: Fix auto tagging button
Sonarr Base: Fix Series table view row hover.
1 parent 489ce8f commit dc6f65e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

css/base/sonarr/sonarr-base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
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 {

css/defaults/servarr-base.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)