diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-02 08:29:23 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-02 08:29:23 +0000 |
commit | 8029c5338e10dfd310820bdd4d2a5f064c69fa70 (patch) | |
tree | 8356c3674210d27d8a7469c64a4210533ead6459 /WebContent | |
parent | 6643d90c061c01e69b6fcbe2415d0558c9ad351a (diff) | |
download | vaadin-framework-8029c5338e10dfd310820bdd4d2a5f064c69fa70.tar.gz vaadin-framework-8029c5338e10dfd310820bdd4d2a5f064c69fa70.zip |
Style name support for component tests
svn changeset:16266/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/tests-components/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css index 807dfbbfe4..5b6d7b67c6 100644 --- a/WebContent/VAADIN/themes/tests-components/styles.css +++ b/WebContent/VAADIN/themes/tests-components/styles.css @@ -16,3 +16,14 @@ font-weight: bold;
}
+.background-lightblue {
+ background: lightblue;
+}
+
+.border-red-1px {
+ border: 1px solid red;
+}
+
+.border-blue-2px {
+ border: 2px solid blue;
+}
|