From 4698bdd1d8411e212620cbfadb7e3c0e00404d29 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 4 Jul 2025 06:15:50 +0000 Subject: [PATCH] Replaces hourglass.png file with hourglass-empty.svg from Tabler (#42797). git-svn-id: https://svn.redmine.org/redmine/trunk@23855 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/images/hourglass-empty.svg | 1 + app/assets/stylesheets/application.css | 2 +- app/assets/stylesheets/rtl.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 app/assets/images/hourglass-empty.svg diff --git a/app/assets/images/hourglass-empty.svg b/app/assets/images/hourglass-empty.svg new file mode 100644 index 000000000..789eb193c --- /dev/null +++ b/app/assets/images/hourglass-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 833e998f8..37713c984 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1168,7 +1168,7 @@ span.required {color: #bb0000;} } .attachments_fields .ajax-waiting { padding-left: 16px; - background:url(/hourglass.png) no-repeat 0px 50%; + background:url(/hourglass-empty.svg) no-repeat 0px 50%; } .attachments_fields .ajax-waiting .svg-attachment { display: none; diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index e7daf7ae8..20a2a73dc 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -230,7 +230,7 @@ fieldset#notified_events .parent {padding-left:0px; padding-right:20px; } .attachments_fields input.description {margin-left:0px; margin-right:4px;} .attachments_fields input.filename {background:url(/attachment.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:18px;} -.attachments_fields .ajax-waiting input.filename {background:url(/hourglass.png) no-repeat right top 50%;} +.attachments_fields .ajax-waiting input.filename {background:url(/hourglass-empty.svg) no-repeat right top 50%;} .attachments_fields .ajax-loading input.filename {background:url(/loading.gif) no-repeat right top 50%;} .attachments_fields div.ui-progressbar {margin: 2px 8px -5px 0;}