mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 12:42:40 +01:00
fix: 🐛 *arr side bar text color fix
This commit is contained in:
parent
3cb31a4b4b
commit
4a19ca2ca6
@ -318,6 +318,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -244,6 +244,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -243,6 +243,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -317,6 +317,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -219,6 +219,12 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SONARR SPECIFIC */
|
/* SONARR SPECIFIC */
|
||||||
|
|
||||||
|
[class*="EpisodeDetailsModalContent-selectedTab-"] {
|
||||||
|
border-color: var(--accent-color-hover);
|
||||||
|
background-color: rgb(0 0 0 / 40%);
|
||||||
|
}
|
||||||
|
|
||||||
[class*="SeriesSearchInput-sectionTitle-"] {
|
[class*="SeriesSearchInput-sectionTitle-"] {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
}
|
}
|
||||||
@ -262,6 +268,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -691,7 +701,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[class*="SeriesSearchResult-alternateTitle-"] {
|
[class*="SeriesSearchResult-alternateTitle-"] {
|
||||||
color: var(--text-hover)
|
color: var(--text-hover);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -936,7 +946,7 @@ input:focus:-ms-input-placeholder {
|
|||||||
[class*="CalendarEvent-episodeInfo-"],
|
[class*="CalendarEvent-episodeInfo-"],
|
||||||
[class*="CalendarEvent-airTime-"],
|
[class*="CalendarEvent-airTime-"],
|
||||||
[class*="Legend-legend-"] [class*="LegendItem-legendItem-"] {
|
[class*="Legend-legend-"] [class*="LegendItem-legendItem-"] {
|
||||||
color: var(--text-hover) !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="CalendarEvent-event-"] {
|
[class*="CalendarEvent-event-"] {
|
||||||
|
@ -243,6 +243,10 @@ a:hover {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="PageSidebarItem-link-"] {
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
[class*="PageSidebarItem-link-"]:hover {
|
[class*="PageSidebarItem-link-"]:hover {
|
||||||
color: rgb(var(--accent-color));
|
color: rgb(var(--accent-color));
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user