diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-16 19:16:08 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-16 19:16:08 +0000 |
commit | 5644347aa2bd387ec8e54a98d5ffb8b40d39f218 (patch) | |
tree | 5f53e9db1c5fc2f26bd22d7efa9ebe8af60bd60f /WebContent | |
parent | cec0d92d4f2e66bfccd5a7881bf0189a4e54cad0 (diff) | |
download | vaadin-framework-5644347aa2bd387ec8e54a98d5ffb8b40d39f218.tar.gz vaadin-framework-5644347aa2bd387ec8e54a98d5ffb8b40d39f218.zip |
Very very minor fix to Sampler theme.
svn changeset:8823/svn branch:6.1
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |