1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fixed *arr sidebar toggle color

This commit is contained in:
GilbN 2021-11-14 11:56:14 +01:00
parent f29cce55d0
commit 049ab4689e
5 changed files with 45 additions and 0 deletions

View File

@ -321,6 +321,15 @@ a:hover {
border-left: 3px solid rgb(var(--accent-color));
}
#sidebar-toggle-button {
color: var(--text);
}
#sidebar-toggle-button:hover,
#sidebar-toggle-button:focus,
#sidebar-toggle-button:active {
color: var(--text-hover);
}
/* LIBRARY PAGE */
/* LIDARR SPECIFIC */
[class*="ArtistIndexPoster-controls-"] {

View File

@ -267,6 +267,15 @@ a:hover {
border-left: 3px solid rgb(var(--accent-color));
}
#sidebar-toggle-button {
color: var(--text);
}
#sidebar-toggle-button:hover,
#sidebar-toggle-button:focus,
#sidebar-toggle-button:active {
color: var(--text-hover);
}
/* MOVIES PAGE */
/* RADARR SPECIFIC */
[class*="MovieIndexPoster-controls-"] {

View File

@ -274,6 +274,15 @@ a:hover {
border-left: 3px solid rgb(var(--accent-color));
}
#sidebar-toggle-button {
color: var(--text);
}
#sidebar-toggle-button:hover,
#sidebar-toggle-button:focus,
#sidebar-toggle-button:active {
color: var(--text-hover);
}
/* MOVIES PAGE */
/* RADARR SPECIFIC */
[class*="MovieIndexPoster-controls-"] {

View File

@ -321,6 +321,15 @@ a:hover {
border-left: 3px solid rgb(var(--accent-color));
}
#sidebar-toggle-button {
color: var(--text);
}
#sidebar-toggle-button:hover,
#sidebar-toggle-button:focus,
#sidebar-toggle-button:active {
color: var(--text-hover);
}
/* LIBRARY PAGE */
/* LIDARR SPECIFIC */
[class*="AuthorIndexPoster-controls-"] {

View File

@ -287,6 +287,15 @@ a:hover {
border-left: 3px solid rgb(var(--accent-color));
}
#sidebar-toggle-button {
color: var(--text);
}
#sidebar-toggle-button:hover,
#sidebar-toggle-button:focus,
#sidebar-toggle-button:active {
color: var(--text-hover);
}
/* SERIES PAGE */
/* SONARR SPECIFIC */
[class*="SeriesIndexPoster-controls-"] {