diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-27 11:37:06 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-27 11:37:06 +0000 |
commit | adb42ba3dcbfc01d0abe5bbffe69cb129ceca979 (patch) | |
tree | 823f0404f53ba5ead4058a7d0ae0b0660d9cc199 /WebContent/VAADIN/themes/sampler | |
parent | 719b0b133c2593d9f006d1f9646c563be035480d (diff) | |
download | vaadin-framework-adb42ba3dcbfc01d0abe5bbffe69cb129ceca979.tar.gz vaadin-framework-adb42ba3dcbfc01d0abe5bbffe69cb129ceca979.zip |
New tabsheet style for Reindeer: "bar".
Notifications better styled for Reindeer.
Other minor improvements panel.
Fixed Sampler styles when using Reindeer theme (additional panel backgound color).
svn changeset:8030/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/sampler')
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index b43781f22d..898a770316 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -341,6 +341,9 @@ background: transparent url(info-bubble-top.png) no-repeat 0 -44px; border: none; } +.v-app-SamplerApplication .feature-info .v-panel-content > div { + background: transparent; +} .v-app-SamplerApplication .v-panel-deco-feature-info { height: 28px; background: transparent url(info-bubble-bottom.png); |