This commit is contained in:
messerbill 2013-07-09 15:55:41 +02:00
parent 59a153d163
commit 7ed3636356

View File

@ -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";
}