1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Replace Verdana with Noto Sans in responsive.css for consistency with the new default theme (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23138 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-17 03:46:52 +00:00
parent ab1cd52594
commit adfe97f546

View File

@ -155,7 +155,7 @@
}
#project-jump .drdn-trigger:before {
/* set a font-size in order to achive same result in different themes */
font-family: Verdana, sans-serif;
font-family: "Noto Sans", sans-serif;
font-size: 1.5em;
position: absolute;
@ -253,7 +253,7 @@
}
.mobile-toggle-button:after {
font-family: Verdana, sans-serif;
font-family: "Noto Sans", sans-serif;
display: block;
margin-top: -3px;
content: '\2261';
@ -261,7 +261,7 @@
/* search magnifier icon */
.search-magnifier {
font-family: Verdana, sans-serif;
font-family: "Noto Sans", sans-serif;
color: #bbb;
cursor: pointer;