From e76ba5644f799159d8efe0f8f54f71cab256dcd0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 24 Aug 2024 22:29:23 -0700 Subject: [PATCH] GUACAMOLE-1866: Switch to black "X" for recent connection removal button. --- guacamole/src/main/frontend/src/app/home/styles/home.css | 3 +-- guacamole/src/main/frontend/src/images/x-black.svg | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 guacamole/src/main/frontend/src/images/x-black.svg diff --git a/guacamole/src/main/frontend/src/app/home/styles/home.css b/guacamole/src/main/frontend/src/app/home/styles/home.css index 7699fe87e..3c1cfe69d 100644 --- a/guacamole/src/main/frontend/src/app/home/styles/home.css +++ b/guacamole/src/main/frontend/src/app/home/styles/home.css @@ -90,11 +90,10 @@ a.home-connection, .empty.balancer a.home-connection-group { background-repeat: no-repeat; background-size: contain; background-position: center center; - background-image: url('images/x.svg'); + background-image: url('images/x-black.svg'); } .recent-connections .connection .remove-recent { - background-color: red; height: 1em; width: 1em; position: absolute; diff --git a/guacamole/src/main/frontend/src/images/x-black.svg b/guacamole/src/main/frontend/src/images/x-black.svg new file mode 100644 index 000000000..785889a0e --- /dev/null +++ b/guacamole/src/main/frontend/src/images/x-black.svg @@ -0,0 +1 @@ + \ No newline at end of file