Sonarr: series page arrow button hover fix
This commit is contained in:
parent
463950582c
commit
396e017d5a
@ -763,6 +763,9 @@ pre {
|
|||||||
}
|
}
|
||||||
.SeriesDetailsSeason-actionButton-3BQuA {
|
.SeriesDetailsSeason-actionButton-3BQuA {
|
||||||
color: hsla(0,0%,100%,.7) !important;
|
color: hsla(0,0%,100%,.7) !important;
|
||||||
|
}
|
||||||
|
.SeriesDetailsSeason-collapseButtonIcon-17xZI {
|
||||||
|
color: #bac5cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-search:hover {
|
.fa-search:hover {
|
||||||
@ -794,6 +797,10 @@ pre {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.IconButton-button-2qiGi:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
/* Table options*/
|
/* Table options*/
|
||||||
.TableOptionsColumn-column-2H7ic {
|
.TableOptionsColumn-column-2H7ic {
|
||||||
background: rgba(0, 0, 0, .25);
|
background: rgba(0, 0, 0, .25);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user