mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 *arr: SearchInput-container border bottom color fix
This commit is contained in:
parent
5f4dea652b
commit
f6c1372c9c
@ -691,7 +691,7 @@ a:hover {
|
||||
|
||||
[class*="ArtistSearchInput-container-"] [class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px var(--text-hover);
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="ArtistSearchInput-container-"] [class*="Input-input-"]:focus {
|
||||
|
@ -680,7 +680,7 @@ a:hover {
|
||||
|
||||
[class*="IndexerSearchInput-container-"] [class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px #fff;
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="IndexerSearchInput-container-"] [class*="Input-input-"]:focus {
|
||||
|
@ -692,7 +692,7 @@ a:hover {
|
||||
|
||||
[class*="MovieSearchInput-container-"] [class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px #fff;
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="MovieSearchInput-container-"] [class*="Input-input-"]:focus {
|
||||
|
@ -695,7 +695,7 @@ a:hover {
|
||||
|
||||
[class*="AuthorSearchInput-input-"][class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px var(--text-hover);
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="AuthorSearchInput-input-"][class*="Input-input-"]:focus {
|
||||
|
@ -695,7 +695,7 @@ a:hover {
|
||||
|
||||
[class*="SeriesSearchInput-container-"] [class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px var(--text-hover);
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="SeriesSearchInput-container-"] [class*="Input-input-"]:focus {
|
||||
|
@ -692,7 +692,7 @@ a:hover {
|
||||
|
||||
[class*="MovieSearchInput-container-"] [class*="Input-input-"] {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px var(--text-hover);
|
||||
border-bottom: solid 1px var(--text);
|
||||
}
|
||||
|
||||
[class*="MovieSearchInput-container-"] [class*="Input-input-"]:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user