diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-08 13:38:52 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-08 13:38:52 +0000 |
commit | 987197f475571687b59d80122b928ba3c170693f (patch) | |
tree | 05aca6f487696c24c3174e88ec171e55d9981722 | |
parent | 1650c0bb8a8c772a2d8a6aa5f665a549cd3d5b68 (diff) | |
download | vaadin-framework-987197f475571687b59d80122b928ba3c170693f.tar.gz vaadin-framework-987197f475571687b59d80122b928ba3c170693f.zip |
Fixes #3809: Sample: Immediate upload
svn changeset:10201/svn branch:6.2
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/new-tree-badge-sel.png | bin | 0 -> 986 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/sampler/sampler/new-tree-badge-sel.png b/WebContent/VAADIN/themes/sampler/sampler/new-tree-badge-sel.png Binary files differnew file mode 100644 index 0000000000..dd340fa762 --- /dev/null +++ b/WebContent/VAADIN/themes/sampler/sampler/new-tree-badge-sel.png diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 0216b31d3e..1e3ab2cc10 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -299,10 +299,14 @@ background: url(new-tree-badge.png) no-repeat right 2px; } .v-app-SamplerApplication .v-tree-menu .v-tree-node-selected span { - background: #7d8490; + background-color: #7d8490; padding: 1px; text-shadow: none; } +.v-app-SamplerApplication .v-tree-menu .v-tree-node-new .v-tree-node-selected span { + padding-right: 20px; + background-image: url(new-tree-badge-sel.png); +} |