From 4a4630570a6810c4661c3b4ce291e1ad2d31bc85 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 7 Oct 2009 11:14:33 +0000 Subject: [PATCH] Fixes #3476: Sampler theme change icon offset in Opera svn changeset:9126/svn branch:6.2 --- WebContent/VAADIN/themes/sampler/sampler/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 3cb1e458f8..a60db36a75 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -144,7 +144,10 @@ .v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-tree-switch { background-position: right top; } -.v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-down { +.v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-next:active, +.v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-next.v-pressed, +.v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-tree-switch:active, +.v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton-tree-switch.v-pressed { background-position: right bottom; } .v-app-SamplerApplication .v-horizontallayout-segment .v-nativebutton span, @@ -173,6 +176,9 @@ padding: 0; overflow: hidden; } +.v-app-SamplerApplication .theme-select .v-icon { + display: none; +} .v-app-SamplerApplication .theme-select { width: 32px; height: 24px; @@ -207,6 +213,7 @@ -webkit-border-radius: 4px; -moz-border-radius: 4px; text-shadow: #373a3c 0 1px 0; + margin-top: -3px; } .v-filterselect-suggestpopup-theme-select .v-filterselect-suggestmenu { margin: 6px 0; -- 2.39.5