Delete types

This commit is contained in:
2021-09-13 20:31:56 +06:00
parent f0fa97a2ff
commit e1a4f954fd
80 changed files with 692 additions and 641 deletions

View File

@ -60,7 +60,7 @@ select
text-align: center;
}
input[type="text"], input[type="password"], textarea, select {
input[type="text"].DBMS, input[type="password"].DBMS, textarea.DBMS, select.DBMS {
background-color : var(--back-color3);
color : var(--main-font-color);
border-color: rgb(195, 195, 195);
@ -68,7 +68,7 @@ input[type="text"], input[type="password"], textarea, select {
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
input[type="text"]:focus.DBMS, input[type="password"]:focus.DBMS, textarea:focus.DBMS, select:focus.DBMS {
outline: none !important;
border-color: rgb(195, 195, 195);
border-width: 1px;
@ -76,10 +76,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:f
}
/*Стили для таблицы которая исполняет роль окна*/
.shadow {
table.DBMSShadow {
box-shadow: 0 0 10px var(--box-shadow-color);
background-color: var(--back-color);
color: var(--main-font-color);
border-collapse: collapse;
}
/* Для полей состояжих из нескольких элементов (поле с кнопочкой допустим) */