summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-05 22:46:36 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-07 09:26:39 +0000
commit8655922ec9cf62ad6a752eaf9b03d442bb2dd73f (patch)
tree2e7286d8d8e3873b7de8814574f4cb1746e9037c
parent5c108ea34e2ea70be7f0fb266cd3db46b94d3585 (diff)
downloadvaadin-framework-8655922ec9cf62ad6a752eaf9b03d442bb2dd73f.tar.gz
vaadin-framework-8655922ec9cf62ad6a752eaf9b03d442bb2dd73f.zip
Fix quiet-style button for IE8 (Valo)
Change-Id: I1e07c97b789b7e6bf950d2ba9f60b0ae9c777fd4
-rw-r--r--WebContent/VAADIN/themes/valo/components/_button.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_button.scss b/WebContent/VAADIN/themes/valo/components/_button.scss
index cea1c9fbc8..4930742dad 100644
--- a/WebContent/VAADIN/themes/valo/components/_button.scss
+++ b/WebContent/VAADIN/themes/valo/components/_button.scss
@@ -241,6 +241,11 @@
.#{$primary-stylename}-wrap {
visibility: visible;
}
+
+ .#{$primary-stylename}-caption {
+ // For IE8
+ display: inline-block;
+ }
}