Мелоч

This commit is contained in:
2020-08-07 07:26:30 +06:00
parent c4fc5c44ea
commit e4c24bb551
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,10 @@ select
text-align: center;
}
input[type="text"], input[type="password"], textarea {
background-color : #454555;
}
/*Стили для таблицы которая исполняет роль окна*/
.shadow {
box-shadow: 0 0 10px rgba(255,255,255,0.7);

View File

@ -56,7 +56,7 @@ class tcTab
this.par.tbs[i].con.style.display='none'
}
this.div.style.background = g_rowColor2;
this.div.style.borderBottom = '1px solid #ffffff'
this.div.style.borderBottom = '1px solid var(--back-color)'
//this.con.style.display='inline'
this.con.style.display='block';
this.sel=true