mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
movie details fix
This commit is contained in:
parent
bdaecaed09
commit
5b74968bbe
@ -381,6 +381,10 @@ a:hover {
|
|||||||
border-bottom: 4px solid var(--accent-color);
|
border-bottom: 4px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="MovieDetails-tabList-] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Table options*/
|
/* Table options*/
|
||||||
[class*="TableOptionsColumn-column-"] {
|
[class*="TableOptionsColumn-column-"] {
|
||||||
background: rgba(0, 0, 0, .25);
|
background: rgba(0, 0, 0, .25);
|
||||||
@ -925,4 +929,4 @@ div[class*='EnhancedSelectInputOption']:hover {
|
|||||||
|
|
||||||
[class*="SelectMovieModalContent-path-"] {
|
[class*="SelectMovieModalContent-path-"] {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user