summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-01-02 15:17:06 +0200
committerArtur Signell <artur@vaadin.com>2013-01-02 15:20:29 +0200
commiteb9238a0a9984e05d1378978c4f89533436e96a8 (patch)
tree81bedf7715ebb73293c16c5a2e87421a536226e6 /WebContent/VAADIN/themes/liferay
parentcc26765c48ca63542389ae5f6045017876f26620 (diff)
downloadvaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.tar.gz
vaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.zip
Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)
Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r--WebContent/VAADIN/themes/liferay/button/button.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/liferay/button/button.scss b/WebContent/VAADIN/themes/liferay/button/button.scss
index 9835628d31..c604f26af9 100644
--- a/WebContent/VAADIN/themes/liferay/button/button.scss
+++ b/WebContent/VAADIN/themes/liferay/button/button.scss
@@ -28,7 +28,7 @@
.v-button .v-button-wrap,
.v-disabled.v-button .v-button-wrap {
display: block;
- font-size: 11px;
+ font-size: $font-size;
font-weight: bold;
border: 1px solid #c8c9ca;
border-right-color: #9e9e9e;
@@ -75,7 +75,7 @@ button.v-nativebutton-link-pressed,
border-style: none;
background: transparent;
padding: 0;
- font-size: inherit;
+ font-size: $font-size;
-webkit-box-shadow: none;
-mox-box-shadow: none;
-webkit-border-radius: 0;