fix animated save button on repair code page
This commit is contained in:
@@ -36,7 +36,7 @@ input[type="button"] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
transition: all 250ms ease-in;
|
transition: color 250ms ease-in, background-color 250ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="button"]:hover {
|
input[type="button"]:hover {
|
||||||
@@ -58,7 +58,7 @@ input[name="btnCancel"] {
|
|||||||
color: var(--white);
|
color: var(--white);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
right: 80px;
|
right: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[id="btnSubmitForApproval"]:hover {
|
input[id="btnSubmitForApproval"]:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user