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 */ /* SIDE MENU */
.menu, .menu .header {
.menu-content {
background: var(--modal-bg-color);
}
.menu {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
box-shadow: none; box-shadow: none;
}
.menu-content, .menu-content .header, .menu-body {
background: var(--modal-bg-color) !important;
} }
.clipboard, .clipboard-service-target { .clipboard, .clipboard-service-target {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);