about #141 layout menu theme color
This commit is contained in:
parent
d642729158
commit
cacf7f9920
|
@ -546,6 +546,7 @@ function coloradd(key, bg, txt) {
|
|||
if (txt == "def") {
|
||||
$("#menu_" + key).css("background-color", "");
|
||||
$("#menu_" + key).css("color", "");
|
||||
$("#menu_" + key + " .nex").css("color", "");
|
||||
} else {
|
||||
$("#menu_" + key).css('background-color', '#' + bg);
|
||||
if (txt == "black") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user