diff options
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); |