style: fix custom title bar buttons on the legacy theme

This commit is contained in:
Adorian Doran 2025-12-01 11:48:42 +02:00
parent 3cdc1ba794
commit e69b5988ec

View File

@ -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;
}