mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Added dark mode support to staff invitation modal popover
closes https://github.com/TryGhost/Team/issues/2951
This commit is contained in:
parent
03cded7e9e
commit
282d385484
@ -1539,3 +1539,9 @@ kbd {
|
||||
.gh-update-banner {
|
||||
background: var(--main-color-content-greybg);
|
||||
}
|
||||
|
||||
/* Staff */
|
||||
.gh-roles-container .popover {
|
||||
background: var(--dark-main-bg-color);
|
||||
box-shadow: 0 0 1px rgba(0,0,0,.65), 0 8px 28px rgba(0,0,0,.72);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user