]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3476: Sampler theme change icon offset in Opera
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 7 Oct 2009 11:14:33 +0000 (11:14 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 7 Oct 2009 11:14:33 +0000 (11:14 +0000)
svn changeset:9126/svn branch:6.2

WebContent/VAADIN/themes/sampler/sampler/styles.css

index 3cb1e458f869587d14a35fd20dbce05664299e95..a60db36a752b5b89aafc3e10f68983243127eec9 100644 (file)
 .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,
        padding: 0;
        overflow: hidden;
 }
+.v-app-SamplerApplication .theme-select .v-icon {
+       display: none;
+}
 .v-app-SamplerApplication .theme-select {
        width: 32px;
        height: 24px;
        -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;