mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
feat: 💄 *arr search result accents
This commit is contained in:
parent
f417c7901b
commit
1a0b36a8a2
@ -717,6 +717,10 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SEARCH RESULTS */
|
/* SEARCH RESULTS */
|
||||||
|
[class*="SearchResult-title-"]{
|
||||||
|
color:var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
[class*="AddNewArtistSearchResult-year-"] {
|
[class*="AddNewArtistSearchResult-year-"] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -723,6 +723,10 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SEARCH RESULTS */
|
/* SEARCH RESULTS */
|
||||||
|
[class*="SearchResult-title-"]{
|
||||||
|
color:var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
[class*="AddNewMovieSearchResult-searchResult-"],
|
[class*="AddNewMovieSearchResult-searchResult-"],
|
||||||
[class*="AddNewMovieSearchResult-underlay-"] {
|
[class*="AddNewMovieSearchResult-underlay-"] {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
@ -721,6 +721,10 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SEARCH RESULTS */
|
/* SEARCH RESULTS */
|
||||||
|
[class*="SearchResult-title-"]{
|
||||||
|
color:var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
[class*="AddNewAuthorSearchResult-year-"] {
|
[class*="AddNewAuthorSearchResult-year-"] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -750,6 +750,10 @@ input:focus:-ms-input-placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SEARCH RESULTS */
|
/* SEARCH RESULTS */
|
||||||
|
[class*="SearchResult-title-"]{
|
||||||
|
color:var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
[class*="AddNewSeriesSearchResult-underlay-"] {
|
[class*="AddNewSeriesSearchResult-underlay-"] {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user