From: Jouni Koivuviita Date: Fri, 18 Dec 2009 10:17:32 +0000 (+0000) Subject: Fixes #3871: Update the remaining old-style sample icons X-Git-Tag: 6.7.0.beta1~2100 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0d184ec6cffd459a6750737b9a83cc4b27209c1;p=vaadin-framework.git Fixes #3871: Update the remaining old-style sample icons svn changeset:10424/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png b/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png index ce33b10859..ae607ad581 100644 Binary files a/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png and b/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png differ diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 7b335ad466..ca1b09233b 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -437,14 +437,10 @@ .v-csslayout-grid .screenshot a:hover span { background: transparent url(screenshot-frame-hover.png) no-repeat 1px 0; } -.v-ie6 .v-csslayout-grid .screenshot a:hover span { - /* Hover images are somehow totally unusable */ - background: transparent url(screenshot-frame-ie6.png) no-repeat 4px 2px; -} .v-csslayout-grid .new a span, .v-csslayout-grid .new a:link span, .v-csslayout-grid .new a:visited span { - background: transparent url(screenshot-frame-new.png) no-repeat 2px 0; + background: transparent url(screenshot-frame-new.png) no-repeat 3px 0; } .v-ie6 .v-csslayout-grid .new a span, .v-ie6 .v-csslayout-grid .new a:link span, @@ -454,10 +450,6 @@ .v-csslayout-grid .new a:hover span { background: transparent url(screenshot-frame-new-hover.png) no-repeat 1px 0; } -.v-ie6 .v-csslayout-grid .new a:hover span { - /* Hover images are somehow totally unusable */ - background: transparent url(screenshot-frame-new-ie6.png) no-repeat 2px 0; -} /* Highlight features (samples directly inside the root) */