Display: Fix volume bar in mediaelement controls

pull/5718/head
Angel Fernando Quiroz Campos 4 months ago
parent 7351f4cadc
commit db9de9b04e
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 10
      assets/css/scss/libs/mediaelementjs/_styles.scss

@ -113,4 +113,14 @@
@apply border-gray-90;
}
}
&__horizontal-volume {
&-total {
@apply bg-gray-30 border-0 border-none rounded-lg;
}
&-current {
@apply bg-primary rounded-lg border-0 border-none;
}
}
}
Loading…
Cancel
Save