mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Replaces background image for autocomplete fields from legacy magnifier to SVG icon (#41714).
git-svn-id: https://svn.redmine.org/redmine/trunk@23369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
899a93af2a
commit
40e32861c7
1
app/assets/images/search.svg
Normal file
1
app/assets/images/search.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
|
||||
|
After Width: | Height: | Size: 329 B |
@ -1142,7 +1142,7 @@ input#principal_search, input#user_search {width:90%}
|
||||
.roles-selection label {display:inline-block; width:210px;}
|
||||
|
||||
input.autocomplete {
|
||||
background: #fff url(/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
|
||||
background: #fff url(/search.svg) no-repeat 2px 50%; padding-left:20px !important;
|
||||
}
|
||||
input.autocomplete.ajax-loading {
|
||||
background-image: url(/loading.gif);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user