summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/VAADIN/themes/contacts/styles.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/contacts/styles.css b/WebContent/VAADIN/themes/contacts/styles.css
index 9eb3f33a1c..cf47eb4225 100644
--- a/WebContent/VAADIN/themes/contacts/styles.css
+++ b/WebContent/VAADIN/themes/contacts/styles.css
@@ -28,6 +28,27 @@
text-shadow: #fafafa 1px 1px 0;
}
+.toolbar .v-button .v-button-wrap,
+.toolbar .v-disabled.v-button .v-button-wrap {
+ background: transparent;
+ border: none;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+
+.toolbar .v-button:active .v-button-wrap,
+.toolbar .v-button.v-pressed .v-button-wrap {
+ background: transparent;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+
+
.v-app {
background: #d0e2ec;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;