fix large font-size of input fields in firefox on Hi-Res displays with zoomfactor 2
Status: Beta
Brought to you by:
jkrogma
If you set the zoom factor for fonts in Ubuntu unity-tweak-util to factor 2.0
(german: Schriften->Text-Skalierungsfaktor), all input and select fields in timeeffect get doubled too.
add this to your procect.css
file:
input, select, button {
font-family:inherit;
font-size:100%;
}
and this issue is fixed