mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1221494 - Fix the playback rate selector size on Linux; r=pbro
This commit is contained in:
parent
45d06a6b40
commit
762a21fde1
@ -169,8 +169,19 @@ body {
|
||||
#timeline-rate select {
|
||||
-moz-appearance: none;
|
||||
text-align: center;
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
color: var(--theme-body-color);
|
||||
font-size: 1em;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#timeline-rate {
|
||||
position: relative;
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
/* Animation timeline component */
|
||||
|
Loading…
Reference in New Issue
Block a user