mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-24 23:57:52 +08:00
fix: Contact popup coloring
This commit is contained in:
parent
c9c0d0d888
commit
7fa19917ff
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue