Index: chrome/browser/resources/shared/css/button.css |
=================================================================== |
--- chrome/browser/resources/shared/css/button.css (revision 124004) |
+++ chrome/browser/resources/shared/css/button.css (working copy) |
@@ -79,6 +79,10 @@ |
border: none; |
color: rgb(17, 85, 204); |
cursor: pointer; |
+ /* Input elements have -webkit-small-control which can override the body font. |
+ * Resolve this by using 'inherit'. */ |
+ font-family: inherit; |
Evan Stade
2012/02/29 22:42:50
I believe it should be font: inherit. Using font:
csilv
2012/02/29 22:49:19
Done.
|
+ font-size: inherit; |
margin: 0; |
padding: 0 4px; |
} |