From: Jouni Koivuviita Date: Wed, 7 Oct 2009 11:14:33 +0000 (+0000) Subject: Fixes #3476: Sampler theme change icon offset in Opera X-Git-Tag: 6.7.0.beta1~2424 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a4630570a6810c4661c3b4ce291e1ad2d31bc85;p=vaadin-framework.git Fixes #3476: Sampler theme change icon offset in Opera svn changeset:9126/svn branch:6.2 --- 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;