Style tweaks

This commit is contained in:
Sam Potts 2016-01-18 18:27:01 +11:00
parent c23c150fe9
commit 02d312f2d2
2 changed files with 6 additions and 0 deletions

View File

@ -417,14 +417,17 @@
&--played[value] {
&::-webkit-progress-bar {
background: transparent;
transition: width .2s ease;
}
// Inherit from currentColor;
&::-webkit-progress-value {
background: currentColor;
transition: width .2s ease;
}
&::-moz-progress-bar {
background: currentColor;
transition: width .2s ease;
}
}
&--played[value] {

View File

@ -417,14 +417,17 @@ $plyr-bp-captions-large: 768px !default; // When captions jump to the la
&--played[value] {
&::-webkit-progress-bar {
background: transparent;
transition: width .2s ease;
}
// Inherit from currentColor;
&::-webkit-progress-value {
background: currentColor;
transition: width .2s ease;
}
&::-moz-progress-bar {
background: currentColor;
transition: width .2s ease;
}
}
&--played[value] {