Skip to content
Snippets Groups Projects
Commit 827ae6e1 authored by jojohoch's avatar jojohoch
Browse files

Color the disabled progress bar of the media player green

parent 7b364074
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Player
1.13.0
- Improve page snapping when scrolling when concat-scroll-snap property is selected
- Use fixed size property for video and spelling components
- Color the disabled progress bar of the media player green
1.12.0
- Use fixed size property for dynamic button, drop-list and text-field components
......
......@@ -55,3 +55,13 @@
.hint-border{
border: 2px #f44336 solid;
}
::ng-deep app-control-bar .mat-accent .mat-slider-thumb {
background-color: #006064;
}
::ng-deep app-control-bar .mat-accent .mat-slider-thumb-label {
background-color: #006064;
}
::ng-deep app-control-bar .mat-accent .mat-slider-track-fill {
background-color: #006064;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment