update nowplayingbar.css
This commit is contained in:
parent
5b61c74fc7
commit
6bdb8e2a90
1 changed files with 2 additions and 1 deletions
|
@ -59,11 +59,12 @@
|
||||||
/* Above everything, except for the video player and popup overlays */
|
/* Above everything, except for the video player and popup overlays */
|
||||||
z-index: 1097;
|
z-index: 1097;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: rgba(26,26,26,.94);
|
background-color: #282828;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
box-shadow: 0 -2px 2px 0 rgba(0,0,0,.14),-1px 5px 1px rgba(0,0,0,.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hiddenNowPlayingBar .nowPlayingBar {
|
.hiddenNowPlayingBar .nowPlayingBar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue