From 4659797e244009b0d0727fe3b469e8f409486e21 Mon Sep 17 00:00:00 2001 From: Fabian Lange Date: Thu, 12 Sep 2013 14:16:37 +0200 Subject: [PATCH] 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 --- .../black/{close-active.png => close-pressed.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename WebContent/VAADIN/themes/reindeer/window/img/black/{close-active.png => close-pressed.png} (100%) diff --git a/WebContent/VAADIN/themes/reindeer/window/img/black/close-active.png b/WebContent/VAADIN/themes/reindeer/window/img/black/close-pressed.png similarity index 100% rename from WebContent/VAADIN/themes/reindeer/window/img/black/close-active.png rename to WebContent/VAADIN/themes/reindeer/window/img/black/close-pressed.png -- 2.39.5