Music player tweaks
This commit is contained in:
parent
fdbda4354d
commit
eb22128385
@ -46,6 +46,7 @@
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
+transition(color, 200ms)
|
+transition(color, 200ms)
|
||||||
|
|
||||||
|
#music-player-card
|
||||||
.mejs-container
|
.mejs-container
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
@ -666,12 +666,11 @@ body {
|
|||||||
-moz-transition: color, 200ms;
|
-moz-transition: color, 200ms;
|
||||||
transition: color, 200ms; }
|
transition: color, 200ms; }
|
||||||
|
|
||||||
.mejs-container {
|
#music-player-card .mejs-container {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
#music-player-card .mejs-container,
|
||||||
.mejs-container,
|
#music-player-card .mejs-mediaelement,
|
||||||
.mejs-mediaelement,
|
#music-player-card .mejs-controls {
|
||||||
.mejs-controls {
|
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|
||||||
.shows-header {
|
.shows-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user