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