Use CSS style sheet.
Avoid confusing text behind default transparent popup.
This commit is contained in:
10
WTAPPROOT/K7/K7.css
Normal file
10
WTAPPROOT/K7/K7.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user