Adopt page filter added
This commit is contained in:
@@ -824,6 +824,58 @@ body {
|
||||
}
|
||||
/* Adopt diagnostics */
|
||||
|
||||
.adopt-filters-row {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.adopt-filter-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.3rem;
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
.adopt-filter-label {
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
color: #555;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.adopt-filter-select {
|
||||
padding: 0.6rem 1rem;
|
||||
border: 2px solid #ddd;
|
||||
border-radius: 6px;
|
||||
font-size: 0.95rem;
|
||||
font-family: Arial, sans-serif;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.2s ease;
|
||||
outline: none;
|
||||
appearance: none;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 0.75rem center;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.adopt-filter-select:focus {
|
||||
border-color: orange;
|
||||
}
|
||||
|
||||
.adopt-filter-select:disabled {
|
||||
background-color: #f5f5f5;
|
||||
color: #aaa;
|
||||
cursor: not-allowed;
|
||||
border-color: #e0e0e0;
|
||||
}
|
||||
|
||||
.adopt-controls-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user