From: Fabian Lange Date: Thu, 12 Sep 2013 12:16:37 +0000 (+0200) Subject: fixed incorrect name for close-pressed.png for windows in black theme (#12563) X-Git-Tag: 7.1.7~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4659797;p=vaadin-framework.git fixed incorrect name for close-pressed.png for windows in black theme (#12563) The scss file and the light and normal style suggest that the name should be "-pressed". This is what this patch fixes. I have considered renaming all "-pressed" to "-active", to be consistent with e.g. "maximize-active.png" but decided against due to compatibility concerns. Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1 --- diff --git a/WebContent/VAADIN/themes/reindeer/window/img/black/close-active.png b/WebContent/VAADIN/themes/reindeer/window/img/black/close-active.png deleted file mode 100644 index 07a837b619..0000000000 Binary files a/WebContent/VAADIN/themes/reindeer/window/img/black/close-active.png and /dev/null differ diff --git a/WebContent/VAADIN/themes/reindeer/window/img/black/close-pressed.png b/WebContent/VAADIN/themes/reindeer/window/img/black/close-pressed.png new file mode 100644 index 0000000000..07a837b619 Binary files /dev/null and b/WebContent/VAADIN/themes/reindeer/window/img/black/close-pressed.png differ