diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 847cca27b..e985a2401 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -257,6 +257,11 @@ button.close:hover { color: var(--hover-item-text-color); } +button.custom-title-bar-button { + background: transparent; + border: unset; +} + .modal-content { background-color: var(--modal-background-color) !important; }