mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #15545 from owncloud/fix-fonts
fix wrong typeface being used for some buttons
This commit is contained in:
commit
907719200f
1 changed files with 7 additions and 0 deletions
|
|
@ -71,7 +71,14 @@ body {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/* INPUTS */
|
||||
|
||||
/* specifically override browser styles */
|
||||
input, textarea, select, button {
|
||||
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="search"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue