+ Model Select

This commit is contained in:
2023-05-04 16:51:05 +03:00
parent fee62d1918
commit 4992174f21
4 changed files with 42 additions and 4 deletions

View File

@@ -43,4 +43,22 @@ textarea:hover {
textarea:focus {
background-color: #e8e8e8;
}
select {
background-color: #c0c0c0;
color: black;
border: 2px outset gray;
font-size: 16px;
font-family: "Arial", sans-serif;
padding: 6px 12px;
resize: vertical;
}
select:hover {
background-color: #d8d8d8;
}
select:focus {
background-color: #e8e8e8;
}