]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3871: Update the remaining old-style sample icons
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 18 Dec 2009 10:17:32 +0000 (10:17 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 18 Dec 2009 10:17:32 +0000 (10:17 +0000)
svn changeset:10424/svn branch:6.2

WebContent/VAADIN/themes/sampler/sampler/screenshot-frame-new-hover.png
WebContent/VAADIN/themes/sampler/sampler/styles.css

index ce33b10859d454d82289cf025ab64d72fedc610a..ae607ad58142783195bbc6a656606a0219c6e3af 100644 (file)
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
index 7b335ad466981abbc5c66694642905abee5b52ac..ca1b09233b1d4cad8740c98717a495f1053101a7 100644 (file)
 .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,
 .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) */