Merge pull request #15545 from owncloud/fix-fonts
fix wrong typeface being used for some buttons
This commit is contained in:
commit
907719200f
|
@ -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 New Issue