diff options
author | Marc Englund <marc.englund@itmill.com> | 2013-05-10 12:51:12 +0000 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2013-05-15 08:51:24 +0000 |
commit | 611e5f9030d4d783a53ce99150680008b1ec4065 (patch) | |
tree | 7bbb6940517e77d59a27e3a1875e9c0670f543a4 /WebContent | |
parent | 67696f3dcb968bde52bee4bb841b642c41fc6009 (diff) | |
download | vaadin-framework-611e5f9030d4d783a53ce99150680008b1ec4065.tar.gz vaadin-framework-611e5f9030d4d783a53ce99150680008b1ec4065.zip |
Test for #11267 adapted from 6.8.
The problem is not present in 7, but you need to use a slightly different css to acieve the same result.
Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6
Ticket: 11267
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/tests-tickets/styles.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/styles.css b/WebContent/VAADIN/themes/tests-tickets/styles.css index c1dd89d6b8..b96fcbb23d 100644 --- a/WebContent/VAADIN/themes/tests-tickets/styles.css +++ b/WebContent/VAADIN/themes/tests-tickets/styles.css @@ -1,6 +1,17 @@ @import url(../runo/legacy-styles.css); -/* DO NOT ADD GENERIC RULES LIKE .v-table IN THIS FILE */ +/* DO NOT ADD GENERIC RULES LIKE .v-table IN THIS FILE */ +/* Instead prefix with e.g .v-app-<TestClass> or other unique selectors */ +/*****************************************************************************/ + +/*****************************************************************************/ +/* com.vaadin.tests.components.combobox.ComboBoxBorder */ +/*****************************************************************************/ +.v-slot-ComboBoxBorder .v-filterselect-error { + /* Ticket 11267 */ + border: 1px solid #FF0000 ; + height: 25px; /* runo: 23+2, reindeer: 24+2 */ +} /*****************************************************************************/ /* Ticket 1904 */ |