Тема через CSS
This commit is contained in:
@ -264,8 +264,8 @@ class EdtRec
|
||||
{
|
||||
rpos++;
|
||||
tr = document.createElement('tr');
|
||||
if (rpos%2==0) bgColor=g_rowColor1; else bgColor=g_rowColor2;
|
||||
tr.setAttribute("bgColor",bgColor);
|
||||
if (rpos%2==0) bgColor='var(--row-color-1)'; else bgColor='var(--row-color-2)';
|
||||
tr.style.backgroundColor=bgColor;
|
||||
if(nodeProp.getAttribute("visible")=='0') tr.style.display='none';
|
||||
td1 = document.createElement('td');
|
||||
td2 = document.createElement('td');
|
||||
|
||||
Reference in New Issue
Block a user