performance optimization
This commit is contained in:
@@ -1324,4 +1324,16 @@ input[type="password"]:focus {
|
||||
.provider-list {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
.manual-refresh-btn {
|
||||
background: rgba(92, 76, 44, 0.9) !important; /* Orange/amber background */
|
||||
border: 1px solid #7a6a3a !important;
|
||||
color: #ffcc00 !important; /* Bright yellow text */
|
||||
}
|
||||
|
||||
.manual-refresh-btn:hover {
|
||||
border-color: #ffcc00 !important;
|
||||
color: #fff !important;
|
||||
background: rgba(112, 96, 54, 0.9) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user