From 5644347aa2bd387ec8e54a98d5ffb8b40d39f218 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 16 Sep 2009 19:16:08 +0000 Subject: [PATCH] Very very minor fix to Sampler theme. svn changeset:8823/svn branch:6.1 --- WebContent/VAADIN/themes/sampler/sampler/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 0dab6d5227..6898284749 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -163,7 +163,6 @@ .v-app-SamplerApplication .v-horizontallayout-segment .v-popupview span { background-image: url(magnifier.png); } -.v-app-SamplerApplication .theme-select, .v-app-SamplerApplication .theme-select * { background: transparent; } @@ -181,6 +180,7 @@ padding: 0; border: none; background: transparent url(segment.png) no-repeat; + outline: none; } .v-app-SamplerApplication .theme-select:active { background-position: 0 bottom; -- 2.39.5