mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-04 13:00:39 -07:00
Add: Video - Control Bar Background #335
This commit is contained in:
parent
6e71a45678
commit
092cba724a
1 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,15 @@
|
|||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
/** Video player ************************************************************/
|
||||
/* Size */
|
||||
/* Control Bar UI */
|
||||
#controlsContainer .controlBar {
|
||||
background: linear-gradient(transparent, rgba(26,26,26,.85)) !important;
|
||||
}
|
||||
#controlsContainer .duration {
|
||||
color: #eee !important; /* Original: #929292 */
|
||||
}
|
||||
|
||||
/* Control Bar Size */
|
||||
#controlsContainer {
|
||||
--button-size: 32px !important; /* Original: 30px */
|
||||
--controlBar-height: 40px; /* Original: 40px, Replace to this value */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue