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

movie details fix

This commit is contained in:
GilbN 2021-04-18 14:40:51 +02:00 committed by GitHub
parent bdaecaed09
commit 5b74968bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,10 @@ a:hover {
border-bottom: 4px solid var(--accent-color);
}
[class*="MovieDetails-tabList-] {
color: #fff;
}
/* Table options*/
[class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25);
@ -925,4 +929,4 @@ div[class*='EnhancedSelectInputOption']:hover {
[class*="SelectMovieModalContent-path-"] {
color: var(--text);
}
}