guac fixes, maybe v2

This commit is contained in:
gilbn 2020-04-12 21:50:26 +02:00
parent 625a161b83
commit 207b57521b

View File

@ -230,14 +230,12 @@
}
/* SIDE MENU */
.menu-content {
background: var(--modal-bg-color);
}
.menu {
.menu, .menu .header {
background: var(--modal-bg-color) !important;
box-shadow: none;
}
.menu-content, .menu-content .header, .menu-body {
background: var(--modal-bg-color) !important;
}
.clipboard, .clipboard-service-target {
background: rgba(0, 0, 0, 0.25);