From f2e58e4aa59fbe082e4e7ac1867f06c4b8e1e511 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 29 Jul 2011 12:55:12 +0000 Subject: #7053 copy two icons from reindeer to chameleon svn changeset:20027/svn branch:6.7 --- .../VAADIN/themes/chameleon/components/table/table.css | 4 ++-- WebContent/VAADIN/themes/chameleon/icons/bullet-white.png | Bin 0 -> 154 bytes WebContent/VAADIN/themes/chameleon/icons/bullet.png | Bin 0 -> 218 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 WebContent/VAADIN/themes/chameleon/icons/bullet-white.png create mode 100644 WebContent/VAADIN/themes/chameleon/icons/bullet.png (limited to 'WebContent/VAADIN/themes') 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 new file mode 100644 index 0000000000..f0a0b1bfba Binary files /dev/null and b/WebContent/VAADIN/themes/chameleon/icons/bullet-white.png differ diff --git a/WebContent/VAADIN/themes/chameleon/icons/bullet.png b/WebContent/VAADIN/themes/chameleon/icons/bullet.png new file mode 100644 index 0000000000..5047f6b27c Binary files /dev/null and b/WebContent/VAADIN/themes/chameleon/icons/bullet.png differ -- cgit v1.2.3