summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-07 16:35:07 +0200
committerVaadin Code Review <review@vaadin.com>2012-12-07 14:58:43 +0000
commit8fcde69c2a970b9f175e0c599ab2bc2dc12b0b49 (patch)
tree2c60f1631e044dfb75ef00c4f6b411a4e58b33f9 /WebContent
parent7ac9f6509ef97bcf19b83c82318a3f29f9491d91 (diff)
downloadvaadin-framework-8fcde69c2a970b9f175e0c599ab2bc2dc12b0b49.tar.gz
vaadin-framework-8fcde69c2a970b9f175e0c599ab2bc2dc12b0b49.zip
Hide using display:none to be screenshot compatible (#10080)
Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/tests-components/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css
index 5b41f1824f..0680e2b472 100644
--- a/WebContent/VAADIN/themes/tests-components/styles.css
+++ b/WebContent/VAADIN/themes/tests-components/styles.css
@@ -53,4 +53,11 @@
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
border-radius: .5em;
background: rgba(0,0,0,.02);
+}
+
+.displaynone {
+ height: 0;
+ width: 0;
+ display: none;
+}
} \ No newline at end of file