summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-09-28 08:53:10 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-09-28 08:53:10 +0000
commit2764795d639fdc5b34ed85f84fc48a5a1e139e69 (patch)
tree568446740c2f2bb366f7b20499bee74f2d86ff2e
parentef4fd765fd77831cfbdb28b99e55c6a31960e2fd (diff)
downloadredmine-2764795d639fdc5b34ed85f84fc48a5a1e139e69.tar.gz
redmine-2764795d639fdc5b34ed85f84fc48a5a1e139e69.zip
Updates references to new icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23084 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/stylesheets/application.css2
-rw-r--r--app/assets/stylesheets/jstoolbar.css21
2 files changed, 10 insertions, 13 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index aa7d43c4b..d6708ad0e 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1716,7 +1716,7 @@ svg {
}
span.icon-label {
- margin-left: 2px;
+ margin-left: 4px;
}
.icon-bookmarked-project svg {
diff --git a/app/assets/stylesheets/jstoolbar.css b/app/assets/stylesheets/jstoolbar.css
index 50f5e2774..3df219fcd 100644
--- a/app/assets/stylesheets/jstoolbar.css
+++ b/app/assets/stylesheets/jstoolbar.css
@@ -111,16 +111,13 @@
background-image: url(/jstoolbar/italic.svg);
}
.jstb_ins {
- background-image: url(/jstoolbar/underlined.svg);
+ background-image: url(/jstoolbar/underline.svg);
}
.jstb_del {
background-image: url(/jstoolbar/strikethrough.svg);
}
-.jstb_code::before {
- content: "C";
- font-size: 14px;
- color: #333;
- font-weight: 700
+.jstb_code {
+ background-image: url(/jstoolbar/letter-c.svg);
}
.jstb_h1 {
background-image: url(/jstoolbar/h1.svg);
@@ -132,19 +129,19 @@
background-image: url(/jstoolbar/h3.svg);
}
.jstb_ul {
- background-image: url(/jstoolbar/list_bulleted.svg);
+ background-image: url(/jstoolbar/list.svg);
}
.jstb_ol {
- background-image: url(/jstoolbar/list_numbered.svg);
+ background-image: url(/jstoolbar/list-numbers.svg);
}
.jstb_tl {
- background-image: url(/jstoolbar/checklist.svg);
+ background-image: url(/jstoolbar/list-check.svg);
}
.jstb_bq {
- background-image: url(/jstoolbar/indent_increase.svg);
+ background-image: url(/jstoolbar/indent-increase.svg);
}
.jstb_unbq {
- background-image: url(/jstoolbar/indent_decrease.svg);
+ background-image: url(/jstoolbar/indent-decrease.svg);
}
.jstb_pre::before {
content: "pre";
@@ -153,7 +150,7 @@
font-weight: 700
}
.jstb_precode {
- background-image: url(/jstoolbar/code_blocks.svg);
+ background-image: url(/jstoolbar/code.svg);
}
.jstb_link {
background-image: url(/jstoolbar/wiki_link.svg);