Change default content background.

This commit is contained in:
Peter Kaske 2022-03-23 22:37:53 +01:00
parent 49cc0f86a7
commit 6442c38926
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-popup",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "tp-popup.js",
"scripts": {

View File

@ -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 {