diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
commit | ede903d48329523a07dff5b820dfba410ae18e05 (patch) | |
tree | 69421df9188b8be3942973110f04390b550ceed9 /WebContent/VAADIN/themes/tests-tickets | |
parent | 5257b56515beff2ef450aa4aaea3a3894bf00937 (diff) | |
download | vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.tar.gz vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.zip |
#2942 - Dual captions for TwinColSelect
Changed style names to be consistent with server side API
Added test for caption style names
svn changeset:16375/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/tests-tickets')
-rw-r--r-- | WebContent/VAADIN/themes/tests-tickets/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/styles.css b/WebContent/VAADIN/themes/tests-tickets/styles.css index fba6a9b18b..7654f4663f 100644 --- a/WebContent/VAADIN/themes/tests-tickets/styles.css +++ b/WebContent/VAADIN/themes/tests-tickets/styles.css @@ -322,4 +322,13 @@ /*****************************************************************************/ .v-view { background: #fff; -}
\ No newline at end of file +} + +.styled-twincol-captions .v-select-twincol-caption-left { + color: red; +} +.styled-twincol-captions .v-select-twincol-caption-right { + font-size: 30px; + color: blue; +} + |