add error checking to Warranty Highlight feature
refactor code
This commit is contained in:
@@ -1,18 +1,3 @@
|
||||
/*
|
||||
|
||||
TODO float buttons on bottom of RO
|
||||
TODO float location entry on RO (sidebar?)
|
||||
TODO style individual buttons
|
||||
TODO options page
|
||||
- move parts list buttons top or bottom
|
||||
- color themes?
|
||||
BUG close button on photo pages is styled along with the btnCancel
|
||||
HACK display tiny images next to parts list?
|
||||
TODO shrink navbar/header/location on scroll
|
||||
TODO fancy button animations
|
||||
TODO choose file on upload window
|
||||
*/
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
|
||||
|
||||
@font-face {
|
||||
@@ -129,7 +114,11 @@ input[value="Remove Repair"] {
|
||||
}
|
||||
|
||||
label {
|
||||
transition: background-color 250ms ease;
|
||||
transition: background-color 250ms ease-in, color 250ms ease-in;
|
||||
}
|
||||
|
||||
label[for="chkWarrantee"] {
|
||||
padding: 0.35em;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
@@ -152,7 +141,3 @@ img[id="Img3"] {
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
label[for="chkWarrantee"] {
|
||||
padding: 0.35em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user