Files
k7/WTAPPROOT/K7/K7.css
SET 0bb61b7119 Use CSS style sheet.
Avoid confusing text behind default transparent popup.
2020-11-03 14:15:11 +01:00

11 lines
233 B
CSS

/*
* 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;
}