支持查看CPU Busy Others
This commit is contained in:
@@ -663,6 +663,45 @@ input:checked+.slider:before {
|
||||
background: rgba(99, 102, 241, 0.05);
|
||||
}
|
||||
|
||||
.search-box {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
#serverSearchInput {
|
||||
background: var(--bg-input);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--radius-sm);
|
||||
padding: 6px 12px 6px 34px;
|
||||
color: var(--text-primary);
|
||||
font-size: 0.85rem;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#serverSearchInput:focus {
|
||||
border-color: var(--accent-indigo);
|
||||
background: rgba(99, 102, 241, 0.05);
|
||||
box-shadow: 0 0 12px rgba(99, 102, 241, 0.15);
|
||||
}
|
||||
|
||||
.search-box .search-icon {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
color: var(--text-muted);
|
||||
pointer-events: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
#serverSearchInput:focus + .search-icon {
|
||||
color: var(--accent-indigo);
|
||||
}
|
||||
|
||||
.btn-icon-sm {
|
||||
background: var(--bg-input);
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
Reference in New Issue
Block a user