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