Change default content background.
This commit is contained in:
@ -38,7 +38,7 @@ class TpPopup extends EventHelpers(Position(DomQuery(LitElement))) {
|
||||
#content[open] {
|
||||
pointer-events: all;
|
||||
opacity: 1;
|
||||
background: var(--tp-popup-background, #F5F5F5);
|
||||
background: var(--tp-popup-background, transparent);
|
||||
}
|
||||
|
||||
#content .content-wrap {
|
||||
|
Reference in New Issue
Block a user