Copy CSS files to installation folder
This commit is contained in:
parent
7d1a5e2485
commit
bb36b7d131
3 changed files with 21 additions and 0 deletions
|
|
@ -4790,6 +4790,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
.app-body .modal-root__modal:not(.media-modal) {
|
||||
border: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .compare-history-modal {
|
||||
background-color: var(--color-content-bg);
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .compare-history-modal .report-modal__target {
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
.app-body .interaction-modal {
|
||||
background-color: var(--color-content-bg);
|
||||
box-shadow:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue