mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 04:45:10 +01:00
Use non-monospace fonts for textarea
This commit is contained in:
parent
36fd18c621
commit
4659db231c
1 changed files with 4 additions and 0 deletions
|
|
@ -90,3 +90,7 @@ input, select {
|
|||
input[type=radio] {
|
||||
margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0.25em
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue