+ Model Select
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user