Skip to content

Commit

Permalink
*arr cloneButton hover fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Dec 7, 2021
1 parent e239c8c commit e324c4c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/base/lidarr/lidarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}


[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}

[class*="Card-card-"]:hover {
color: var(--text-hover);
}
Expand Down
5 changes: 5 additions & 0 deletions css/base/prowlarr/prowlarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}


[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}

[class*="Card-card-"]:hover,
[class*="Applications-center-"]:hover {
color: var(--text-hover);
Expand Down
5 changes: 5 additions & 0 deletions css/base/radarr/radarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}


[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}

[class*="Card-card-"]:hover {
color: var(--text-hover);
}
Expand Down
5 changes: 5 additions & 0 deletions css/base/readarr/readarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}


[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}

[class*="Card-card-"]:hover {
color: var(--text-hover);
}
Expand Down
4 changes: 4 additions & 0 deletions css/base/sonarr/sonarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,10 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}

[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}

[class*="Card-card-"]:hover {
color: var(--text-hover);
}
Expand Down

0 comments on commit e324c4c

Please sign in to comment.