]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure correct font-size is used for nativebutton in Liferay (#10587) 86/586/1
authorArtur Signell <artur@vaadin.com>
Mon, 7 Jan 2013 22:02:10 +0000 (00:02 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 7 Jan 2013 22:02:10 +0000 (00:02 +0200)
Change-Id: I49a13c45815f1fd031f226882eb6e0b07775c19e

WebContent/VAADIN/themes/liferay/button/button.scss

index c604f26af902621c8623c82db6f4294585f1e2a2..85c1eb4094afe4d1dffd50c3a074c4b11444cf6a 100644 (file)
@@ -24,7 +24,9 @@
        overflow: hidden;
 }
 
-
+.v-nativebutton {
+       font-size: $font-size;
+}
 .v-button .v-button-wrap,
 .v-disabled.v-button .v-button-wrap {
        display: block;