mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
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
This commit is contained in:
parent
a531b4fe80
commit
4698bdd1d8
1
app/assets/images/hourglass-empty.svg
Normal file
1
app/assets/images/hourglass-empty.svg
Normal file
@ -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>
|
||||
|
After Width: | Height: | Size: 461 B |
@ -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;
|
||||
|
||||
@ -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;}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user