From 5f29dd87b24960e7285cea6a9077762307db27d4 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 18 Apr 2025 13:41:05 +0000 Subject: [PATCH] Replaces legacy atom icon with file-rss filled (#42577). git-svn-id: https://svn.redmine.org/redmine/trunk@23673 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/images/file-rss.svg | 1 + app/assets/stylesheets/application.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/file-rss.svg 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 @@ + \ 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%;}