diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-28 15:53:20 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-28 15:53:20 +0200 |
commit | ab985fdaede17b312550651271d0fc7217015204 (patch) | |
tree | 3b97538d3a2e87607d301d61c0e6c8f925d53489 /skins/larry/styles.css | |
parent | 6d5a1b9e8f426d5ddc7c5bf2840a25859ab9d9e1 (diff) |
Fix font-family/font-size in form elements (#1489936)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 5e3eae2b3..019904360 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -46,6 +46,18 @@ img { overflow: hidden; } +html.mozilla select { + padding: 2px 1px; +} + +input, +textarea, +select, +button { + font-family: inherit; + font-size: inherit; +} + input[type="text"], input[type="password"], textarea { |