Update testTaskGate.ps1
This commit is contained in:
@@ -378,10 +378,12 @@ $style = @'
|
|||||||
color: var(--white-color);
|
color: var(--white-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Specific overrides */
|
||||||
.exit-button {
|
.exit-button {
|
||||||
background-color: var(--btn-danger);
|
background-color: var(--btn-danger);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Specific overrides */
|
||||||
.run-button {
|
.run-button {
|
||||||
background-color: var(--btn-success);
|
background-color: var(--btn-success);
|
||||||
}
|
}
|
||||||
@@ -419,6 +421,7 @@ $style = @'
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Common styles for inputs, buttons, and selects */
|
||||||
#PasswordContainer input,
|
#PasswordContainer input,
|
||||||
#PasswordContainer button,
|
#PasswordContainer button,
|
||||||
#dattoRmmContainer select {
|
#dattoRmmContainer select {
|
||||||
@@ -430,19 +433,22 @@ $style = @'
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
max-width: 200px; /* controls how wide they get */
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style specifically for the fetch button */
|
||||||
#PasswordContainer button {
|
#PasswordContainer button {
|
||||||
background-color: var(--btn-danger);
|
background-color: var(--btn-sidebar-blue);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hover effect for the fetch button */
|
||||||
#PasswordContainer button:hover {
|
#PasswordContainer button:hover {
|
||||||
background-color: #ff4c4c;
|
background-color: var(--btn-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width:768px) {
|
@media (max-width:768px) {
|
||||||
.container { flex-direction:column; }
|
.container { flex-direction:column; }
|
||||||
.sidebar { width:100%; }
|
.sidebar { width:100%; }
|
||||||
|
|||||||
Reference in New Issue
Block a user