.
This commit is contained in:
parent
59a153d163
commit
7ed3636356
@ -67,4 +67,5 @@ function switchTextBg(color){
|
||||
if (color == "black") div.style.color = "white";
|
||||
if (color == "white") div.style.color = "black";
|
||||
if (color == "black") div.style.backgroundImage = "none";
|
||||
if (color == "white") div.style.backgroundImage = "url(danube/page/default_page/pics/css/text.png) bottom right no-repeat";
|
||||
}
|
||||
Reference in New Issue
Block a user