diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-13 07:47:56 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-13 07:47:56 +0000 |
commit | 40c7203b08d6df48684d5b610bfceacc8c04737c (patch) | |
tree | 6e1e0283be0740242cf09b0d4200d37e97dacb2c | |
parent | 6c5136e2f3e6a03effd3c5a62916b7ffd1494915 (diff) | |
download | redmine-40c7203b08d6df48684d5b610bfceacc8c04737c.tar.gz redmine-40c7203b08d6df48684d5b610bfceacc8c04737c.zip |
Replaces magnifier legacy icon with SVG icon for RTL language (#42465).
git-svn-id: https://svn.redmine.org/redmine/trunk@23651 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index c014276ad..7e7853ced 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -248,7 +248,7 @@ table.members td.name {padding-right: 20px; padding-left:0; } table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(/group.png) no-repeat right 50%;} input.autocomplete { - background: #fff url(/magnifier.png) no-repeat right 2px top 50%; padding-left:0px !important; padding-right:20px !important; + background: #fff url(/search.svg) no-repeat right 2px top 50%; padding-left:0px !important; padding-right:20px !important; } .role-visibility {padding-right:2em; padding-left:0;} |