GUACAMOLE-1866: Switch to black "X" for recent connection removal button.

This commit is contained in:
Michael Jumper
2024-08-24 22:29:23 -07:00
parent fedda30495
commit e76ba5644f
2 changed files with 2 additions and 2 deletions

View File

@@ -90,11 +90,10 @@ a.home-connection, .empty.balancer a.home-connection-group {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
background-position: center center; background-position: center center;
background-image: url('images/x.svg'); background-image: url('images/x-black.svg');
} }
.recent-connections .connection .remove-recent { .recent-connections .connection .remove-recent {
background-color: red;
height: 1em; height: 1em;
width: 1em; width: 1em;
position: absolute; position: absolute;

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"><g style="fill:#000;fill-opacity:1"><path d="M-203.492 487.824h325.537v71.505h-325.537z" style="fill:#000;stroke:none;fill-opacity:1" transform="rotate(-45 -70.224 18.065)scale(.19138)"/><path d="M-686.345 4.971h325.537v71.505h-325.537z" style="fill:#000;stroke:none;fill-opacity:1" transform="scale(-.19138 .19138)rotate(-45 -192.713 -326.21)"/></g></svg>

After

Width:  |  Height:  |  Size: 419 B