mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 23:19:41 +00:00
Respect font settings on input elements
The browsers override these instead of using the normal inheritance. So make sure our global font settings are respected.
This commit is contained in:
@@ -98,6 +98,11 @@ html {
|
||||
* ----------------------------------------
|
||||
*/
|
||||
|
||||
input, select, textarea {
|
||||
/* Respect standard font settings */
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
input:not([type]),
|
||||
input[type=date],
|
||||
input[type=datetime-local],
|
||||
|
||||
Reference in New Issue
Block a user