diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-07-29 12:55:12 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-07-29 12:55:12 +0000 |
commit | f2e58e4aa59fbe082e4e7ac1867f06c4b8e1e511 (patch) | |
tree | 934decd175550a13d8c09d59718ca929e16a0ff7 /WebContent/VAADIN/themes/chameleon | |
parent | 5c6aa674102a39af0388d6494c752c1cba4a11e1 (diff) | |
download | vaadin-framework-f2e58e4aa59fbe082e4e7ac1867f06c4b8e1e511.tar.gz vaadin-framework-f2e58e4aa59fbe082e4e7ac1867f06c4b8e1e511.zip |
#7053 copy two icons from reindeer to chameleon
svn changeset:20027/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/table/table.css | 4 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/icons/bullet-white.png | bin | 0 -> 154 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/icons/bullet.png | bin | 0 -> 218 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.css b/WebContent/VAADIN/themes/chameleon/components/table/table.css index 74b9c88223..ae1ada0793 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.css +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.css @@ -67,7 +67,7 @@ div.v-table-focus-slot-right { .v-contextmenu .v-on, .v-contextmenu .v-off { display: block; - background: transparent url(../../../reindeer/common/icons/bullet.png) no-repeat 0 4px; + background: transparent url(../../icons/bullet.png) no-repeat 0 4px; padding-left: 12px; } @@ -77,7 +77,7 @@ div.v-table-focus-slot-right { } .v-contextmenu .gwt-MenuItem-selected .v-on { - background-image: url(../../../reindeer/common/icons/bullet-white.png); + background-image: url(../../icons/bullet-white.png); } .v-table-scrollposition { diff --git a/WebContent/VAADIN/themes/chameleon/icons/bullet-white.png b/WebContent/VAADIN/themes/chameleon/icons/bullet-white.png Binary files differnew file mode 100644 index 0000000000..f0a0b1bfba --- /dev/null +++ b/WebContent/VAADIN/themes/chameleon/icons/bullet-white.png diff --git a/WebContent/VAADIN/themes/chameleon/icons/bullet.png b/WebContent/VAADIN/themes/chameleon/icons/bullet.png Binary files differnew file mode 100644 index 0000000000..5047f6b27c --- /dev/null +++ b/WebContent/VAADIN/themes/chameleon/icons/bullet.png |