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", "name": "@tp/tp-popup",
"version": "1.0.2", "version": "1.0.3",
"description": "", "description": "",
"main": "tp-popup.js", "main": "tp-popup.js",
"scripts": { "scripts": {

View File

@ -38,7 +38,7 @@ class TpPopup extends EventHelpers(Position(DomQuery(LitElement))) {
#content[open] { #content[open] {
pointer-events: all; pointer-events: all;
opacity: 1; opacity: 1;
background: var(--tp-popup-background, #F5F5F5); background: var(--tp-popup-background, transparent);
} }
#content .content-wrap { #content .content-wrap {