diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-07 11:14:33 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-07 11:14:33 +0000 |
commit | 4a4630570a6810c4661c3b4ce291e1ad2d31bc85 (patch) | |
tree | 07e69b530b4f3c578ed5eb15a8017c2d1903b11e /WebContent | |
parent | 7fff35a8588eae4b0ebad74d0952ad5a94bef2a2 (diff) | |
download | vaadin-framework-4a4630570a6810c4661c3b4ce291e1ad2d31bc85.tar.gz vaadin-framework-4a4630570a6810c4661c3b4ce291e1ad2d31bc85.zip |
Fixes #3476: Sampler theme change icon offset in Opera
svn changeset:9126/svn branch:6.2
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 9 |
1 files changed, 8 insertions, 1 deletions
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; |