From: Jouni Koivuviita Date: Fri, 4 Dec 2009 12:52:18 +0000 (+0000) Subject: Sampler updates: X-Git-Tag: 6.7.0.beta1~2195 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b7ddd746cfa82f83349264f972a92fc3f2e9e4b6;p=vaadin-framework.git Sampler updates: * PopupView samples added * Menubar icons updated svn changeset:10156/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/base/popupview/popupview.css b/WebContent/VAADIN/themes/base/popupview/popupview.css index 14c308a84c..8e31681c2d 100644 --- a/WebContent/VAADIN/themes/base/popupview/popupview.css +++ b/WebContent/VAADIN/themes/base/popupview/popupview.css @@ -1,6 +1,7 @@ .v-popupview { cursor: pointer; - background: #aaa; + text-decoration: underline; + white-space: nowrap; } .v-popupview-popup { overflow: auto; diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index d5c57381f1..ba1197e1ff 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -832,7 +832,8 @@ div.v-app-loading { .v-popupview { cursor: pointer; - background: #aaa; + text-decoration: underline; + white-space: nowrap; } .v-popupview-popup { overflow: auto; diff --git a/WebContent/VAADIN/themes/reindeer/popupview/popupview.css b/WebContent/VAADIN/themes/reindeer/popupview/popupview.css index af02cd3db3..8336f46505 100644 --- a/WebContent/VAADIN/themes/reindeer/popupview/popupview.css +++ b/WebContent/VAADIN/themes/reindeer/popupview/popupview.css @@ -1,6 +1,4 @@ .v-popupview { - background: transparent; - text-decoration: underline; color: #1b699f; } .v-popupview:hover { diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index ba50ed40be..5283c75a0c 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -832,7 +832,8 @@ div.v-app-loading { .v-popupview { cursor: pointer; - background: #aaa; + text-decoration: underline; + white-space: nowrap; } .v-popupview-popup { overflow: auto; @@ -3263,8 +3264,6 @@ td.v-datefield-calendarpanel-nextyear { } .v-popupview { - background: transparent; - text-decoration: underline; color: #1b699f; } .v-popupview:hover { diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 67aacb6f45..0b53165852 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -832,7 +832,8 @@ div.v-app-loading { .v-popupview { cursor: pointer; - background: #aaa; + text-decoration: underline; + white-space: nowrap; } .v-popupview-popup { overflow: auto;