| | 432 | .mejs-mediaelement, |
| | 433 | .mejs-container .mejs-controls { |
| | 434 | background: #000; |
| | 435 | } |
| | 436 | |
| | 437 | .mejs-controls .mejs-time-rail .mejs-time-loaded, |
| | 438 | .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
| | 439 | background: #fff; |
| | 440 | } |
| | 441 | |
| | 442 | .mejs-controls .mejs-time-rail .mejs-time-current { |
| | 443 | background: #24890d; |
| | 444 | } |
| | 445 | |
| | 446 | .mejs-controls .mejs-time-rail .mejs-time-total, |
| | 447 | .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { |
| | 448 | background: rgba(255,255,255,.33); |
| | 449 | } |
| | 450 | |
| | 451 | .mejs-controls .mejs-time-rail span, |
| | 452 | .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, |
| | 453 | .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
| | 454 | border-radius: 0; |
| | 455 | } |
| | 456 | |
| | 457 | .mejs-overlay-loading { |
| | 458 | background: transparent; |
| | 459 | } |
| | 460 | |
| | 461 | |
| | 462 | /** |
| | 463 | * 10.0 RTL |
| | 464 | * ---------------------------------------------------------------------------- |
| | 465 | */ |
| | 466 | |