diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-18 13:41:05 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-18 13:41:05 +0000 |
commit | 5f29dd87b24960e7285cea6a9077762307db27d4 (patch) | |
tree | 9721f3ca9666a70f541c705f0fcbf72dbef5581e | |
parent | e0403f99b13c60422c46f6effe8433af841e4cdb (diff) | |
download | redmine-5f29dd87b24960e7285cea6a9077762307db27d4.tar.gz redmine-5f29dd87b24960e7285cea6a9077762307db27d4.zip |
Replaces legacy atom icon with file-rss filled (#42577).
git-svn-id: https://svn.redmine.org/redmine/trunk@23673 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/images/file-rss.svg | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/images/file-rss.svg b/app/assets/images/file-rss.svg new file mode 100644 index 000000000..72ab4e29b --- /dev/null +++ b/app/assets/images/file-rss.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="#169"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 11a1 1 0 0 0 0 2a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 2 0a4 4 0 0 0 -4 -4m0 -3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7m.01 6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.989 -13.001l4.001 4.001h-4z" /></svg>
\ No newline at end of file diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 82da4842a..d6288ad4f 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1136,7 +1136,7 @@ div.thumbnail img {margin: 3px; vertical-align: middle;} p.other-formats { text-align: right; font-size:0.9em; color: #666; } .other-formats span + span:before { content: "| "; } -a.atom { background: url(/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } +a.atom { background: url(/file-rss.svg) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } em.info {font-style:normal;display:block;font-size:90%;color:#888;} em.info.error {padding-left:20px; background:url(/exclamation.png) no-repeat 0 50%;} |