Skip to content

Commit

Permalink
Servarr Base: Fix auto tagging button
Browse files Browse the repository at this point in the history
Sonarr Base: Fix Series table view row hover.
  • Loading branch information
GilbN committed Oct 3, 2024
1 parent 489ce8f commit dc6f65e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/base/sonarr/sonarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
background-color: rgb(var(--accent-color)) !important;
}

/* SERIES Table View */
[class*="SeriesIndexTable-row-"]:hover {
background-color: var(--transparency-light-10);
}

/* OVERVIEW PAGE */
[class*="SeriesIndexOverviews-container-"],
[class*="SeriesIndexOverviews-container-"]:hover {
Expand Down
7 changes: 7 additions & 0 deletions css/defaults/servarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,13 @@ a:hover {
color: #ff902b;
}

/* SETTINGS - Tags */

[class*="AutoTaggings-center-"], [class*="EditAutoTaggingModalContent-center-"] {
border: 1px solid transparent;
background-color: transparent;
}

/* MEDIA MANAGEMENT - FILE NAME TOKENS */
[class*="NamingOption-small-"] {
border: 1px solid transparent;
Expand Down

0 comments on commit dc6f65e

Please sign in to comment.