Menu

#5 fix large font-size of input fields in firefox on Hi-Res displays with zoomfactor 2

Unstable_(example)
open
nobody
None
5
2015-02-11
2014-05-12
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.