summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-13 10:08:27 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-13 10:08:27 +0000
commit19e7c451c86e9d33fd2007405a1ec7fb8fcc176f (patch)
tree79c237e6d4714c58493695286efd9acc12953011 /WebContent/VAADIN/themes/sampler
parent8de119855eb6fb23698bdda0d8c7fbdd7572b141 (diff)
downloadvaadin-framework-19e7c451c86e9d33fd2007405a1ec7fb8fcc176f.tar.gz
vaadin-framework-19e7c451c86e9d33fd2007405a1ec7fb8fcc176f.zip
"poro" theme update:
* context menu styles added * tree styles improved * fixed textfield styles for Opera svn changeset:7776/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/sampler')
-rw-r--r--WebContent/VAADIN/themes/sampler/sampler/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css
index 92955e445b..7fc142ac90 100644
--- a/WebContent/VAADIN/themes/sampler/sampler/styles.css
+++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css
@@ -190,9 +190,13 @@
.v-sa .v-app-SamplerApplication .v-tree-menu {
font-family: helvetica, arial, verdana, sans-serif;
}
+.v-app-SamplerApplication .v-tree-menu .v-tree-node span {
+ display: inline;
+}
.v-app-SamplerApplication .v-tree-menu .v-tree-node-selected span {
background: #7d8490;
padding: 1px;
+ text-shadow: none;
}