Update testTaskGate.ps1
This commit is contained in:
@@ -419,6 +419,27 @@ $style = @'
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#PasswordContainer input,
|
||||
#PasswordContainer button,
|
||||
#dattoRmmContainer select {
|
||||
background-color: var(--dark-gray-color);
|
||||
color: var(--white-color);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 4px;
|
||||
padding: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#PasswordContainer button {
|
||||
background-color: var(--btn-danger);
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
#PasswordContainer button:hover {
|
||||
background-color: #ff4c4c;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
.container { flex-direction:column; }
|
||||
.sidebar { width:100%; }
|
||||
|
||||
Reference in New Issue
Block a user