+ стиль
This commit is contained in:
@ -60,13 +60,22 @@ select
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], textarea {
|
||||
background-color : #454555;
|
||||
input[type="text"], input[type="password"], textarea, select {
|
||||
background-color : var(--back-color3);
|
||||
border-color: rgb(195, 195, 195);
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
|
||||
outline: none !important;
|
||||
border-color: rgb(195, 195, 195);
|
||||
border-width: 1px;
|
||||
box-shadow: 0 0 4px var(--box-shadow-color);
|
||||
}
|
||||
|
||||
/*Стили для таблицы которая исполняет роль окна*/
|
||||
.shadow {
|
||||
box-shadow: 0 0 10px rgba(255,255,255,0.7);
|
||||
box-shadow: 0 0 10px var(--box-shadow-color);
|
||||
background-color: var(--back-color);
|
||||
color: var(--main-font-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user