move and style buttons on parts list
This commit is contained in:
@@ -13,13 +13,27 @@ input[type="button"] {
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
transition: background-color 200ms ease-in-out;
|
||||
transition: background-color 250ms ease-in-out;
|
||||
}
|
||||
|
||||
input[type="button"]:hover {
|
||||
background-color: #535353;
|
||||
background-color: #999799;
|
||||
}
|
||||
|
||||
input[type="button"]:disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
input[name="btnCancel"] + input[name="btnSave"] {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
input[name="btnCancel"] {
|
||||
background-color: lightcoral;
|
||||
color: white;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user