Use CSS style sheet.

Avoid confusing text behind default transparent popup.
This commit is contained in:
SET
2020-11-03 14:15:11 +01:00
parent 980b172c96
commit 0bb61b7119
7 changed files with 34 additions and 2 deletions

10
WTAPPROOT/K7/K7.css Normal file
View File

@@ -0,0 +1,10 @@
/*
* Default page color is white.
* Default popup background is transparent.
* Can't use inherit :
* root()->decorationStyle().backgroundColor().{red,green, blue}
* are all 0.
*/
div.popup {
background-color: lavender;
}