1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-26 21:41:47 +00:00

Updates references to new icons (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23084 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-09-28 08:53:10 +00:00
parent ef4fd765fd
commit 2764795d63
2 changed files with 10 additions and 13 deletions

View File

@ -1716,7 +1716,7 @@ svg {
}
span.icon-label {
margin-left: 2px;
margin-left: 4px;
}
.icon-bookmarked-project svg {

View File

@ -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);