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

Change arrow_down.png legacy icon with chevron-down.svg in select and project jump box (#42181).

git-svn-id: https://svn.redmine.org/redmine/trunk@23601 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-04-06 10:14:53 +00:00
parent 40d51e1a1a
commit 4e4a28f7c2
2 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#ccd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>

After

Width:  |  Height:  |  Size: 337 B

View File

@ -322,7 +322,7 @@ div + .drdn-items {border-top:1px solid #ccc;}
margin:0 !important;
vertical-align:middle;
color:#555;
background:#fff url(/arrow_down.png) no-repeat 97% 50%;
background:#fff url(/chevron-down.svg) no-repeat 98% 50%;
}
#project-jump .drdn.expanded .drdn-trigger {background-image:url(/arrow_up.png);}
#project-jump .drdn-content {width:280px;}
@ -605,9 +605,9 @@ select {
-o-appearance: none;
appearance: none;
background-color: #fff;
background-image: url(/arrow_down.png);
background-image: url(/chevron-down.svg);
background-repeat: no-repeat;
background-position: calc(100% - 7px) 50%;
background-position: calc(100% - 2px) 50%;
padding-right: 20px;
}
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; height: initial; background-color: initial; }