From cad30673ef35e2c8d61e7b6cc45d866f3cc4efdb Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 8 Jun 2026 08:50:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Updated=20Housekeeping=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../images/toolbar/icons/housekeeping.svg | 20 +++++++++++++++++++ src/css/icons/icons.css | 10 ++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 src/assets/images/toolbar/icons/housekeeping.svg diff --git a/src/assets/images/toolbar/icons/housekeeping.svg b/src/assets/images/toolbar/icons/housekeeping.svg new file mode 100644 index 0000000..7327da6 --- /dev/null +++ b/src/assets/images/toolbar/icons/housekeeping.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/css/icons/icons.css b/src/css/icons/icons.css index 0310ef5..47c8834 100644 --- a/src/css/icons/icons.css +++ b/src/css/icons/icons.css @@ -101,10 +101,12 @@ } .nitro-icon.icon-housekeeping { - background-image: url("@/assets/images/toolbar/icons/modtools.png"); - width: 29px; - height: 34px; - filter: hue-rotate(140deg); + background-image: url("@/assets/images/toolbar/icons/housekeeping.svg"); + background-size: contain; + background-repeat: no-repeat; + background-position: center; + width: 40px; + height: 40px; } .nitro-icon.icon-furnieditor {