summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-18 10:17:32 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-18 10:17:32 +0000
commitf0d184ec6cffd459a6750737b9a83cc4b27209c1 (patch)
tree4180c97d2a2213fc8898d6ab888a7f0f5c7fb3c1 /WebContent/VAADIN
parentaa1549fe321c8164cc70cb3df1eb0547c171a7c2 (diff)
downloadvaadin-framework-f0d184ec6cffd459a6750737b9a83cc4b27209c1.tar.gz
vaadin-framework-f0d184ec6cffd459a6750737b9a83cc4b27209c1.zip
Fixes #3871: Update the remaining old-style sample icons
svn changeset:10424/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.pngbin1750 -> 1740 bytes
-rw-r--r--WebContent/VAADIN/themes/sampler/sampler/styles.css10
2 files changed, 1 insertions, 9 deletions
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
--- a/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png
+++ b/WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png
Binary files 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) */