mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove gradient from the osd elements
This commit is contained in:
parent
8f30b70bfb
commit
0f67caab69
5 changed files with 12 additions and 33 deletions
|
@ -8,8 +8,7 @@
|
|||
flex-direction: column;
|
||||
will-change: transform, opacity;
|
||||
transition: opacity 300ms ease-out;
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
color: #fff;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue