summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 07:57:35 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 07:57:35 +0000
commit2ab88cfac05e709435ac7ea725a55e5df2af6d12 (patch)
tree0daa3cfd2946503d0964d5ef41f649102382701f
parent29d2d74549a2bc4d0f3012007bf78f77cf0f7d54 (diff)
downloadredmine-2ab88cfac05e709435ac7ea725a55e5df2af6d12.tar.gz
redmine-2ab88cfac05e709435ac7ea725a55e5df2af6d12.zip
Merge r23855 from trunk to 6.0-stable (#42797).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23859 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/images/hourglass-empty.svg1
-rw-r--r--app/assets/stylesheets/application.css2
-rw-r--r--app/assets/stylesheets/rtl.css2
3 files changed, 3 insertions, 2 deletions
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 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#169" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-hourglass-empty"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" /><path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" /></svg> \ No newline at end of file
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 885006bc9..9d052cdec 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1122,7 +1122,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;}