Мелоч
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user