]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix wrong typeface being used for some buttons
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 11 Apr 2015 11:29:55 +0000 (13:29 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 11 Apr 2015 11:29:55 +0000 (13:29 +0200)
core/css/styles.css

index 3df2abd49d6b85177431ef004071b766c5164b4e..b0938f51af9675a572be86fd9b5c9575ce87f047 100644 (file)
@@ -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"],