Controls cleanup, work on captions bug, click to invert time
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
line-height: @plyr-line-height;
|
||||
direction: ltr;
|
||||
text-shadow: none;
|
||||
transition: box-shadow 0.3s ease;
|
||||
.plyr-font-smoothing(off);
|
||||
|
||||
// Media elements
|
||||
@@ -22,6 +23,11 @@
|
||||
vertical-align: middle;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 3px fade(#000, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
// Full UI only
|
||||
|
||||
Reference in New Issue
Block a user