summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/sampler')
-rw-r--r--WebContent/VAADIN/themes/sampler/sampler/styles.css9
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;