summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/tree/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/tree/tree.css')
-rw-r--r--WebContent/VAADIN/themes/chameleon/components/tree/tree.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/tree/tree.css b/WebContent/VAADIN/themes/chameleon/components/tree/tree.css
new file mode 100644
index 0000000000..cf1b62ac55
--- /dev/null
+++ b/WebContent/VAADIN/themes/chameleon/components/tree/tree.css
@@ -0,0 +1,18 @@
+.v-tree-node-caption {
+ margin-left: 16px;
+ }
+
+.v-tree-node span {
+ padding: .1em .3em;
+ border-radius: 2px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ }
+
+.v-tree-node-children {
+ padding-left: 16px;
+ }
+
+.v-tree-node-selected span {
+ background-color: #333;
+ } \ No newline at end of file