fix: Contact popup coloring

This commit is contained in:
Rene Hampölz 2023-06-16 20:03:52 +00:00
parent c9c0d0d888
commit 7fa19917ff

View file

@ -2070,6 +2070,10 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
border-bottom: 1px solid var(--nc-color-border);
}
#rl-app #V-PopupsContacts .b-list-content .listClear {
box-shadow: none;
}
#rl-app #V-PopupsContacts .tabs {
height: 100%;
}