Bug 1221494 - Fix the playback rate selector size on Linux; r=pbro

This commit is contained in:
CuriousLearner 2016-02-01 17:39:28 +05:30
parent 45d06a6b40
commit 762a21fde1

View File

@ -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 */