frontend CHANGE status data visibility switch
change the switch from checkbox to a clickable sentence
diff --git a/frontend/inventory/inventory.component.css b/frontend/inventory/inventory.component.css
index ecafb17..4056136 100644
--- a/frontend/inventory/inventory.component.css
+++ b/frontend/inventory/inventory.component.css
@@ -10,11 +10,13 @@
color: #FAFAFA;
}
-nav a:visited, a:link {
- color: inherited;
+nav a:visited,
+nav a:link {
+ color: inherit;
}
-nav a:hover, nav a.active {
+nav a:hover,
+nav a.active {
background-color: #FAFAFA;
color: #000
}
@@ -38,7 +40,8 @@
color: black;
}
-.item.selected, .item_header {
+.item.selected,
+.item_header {
background-color: #454D67;
color: #FAFAFA;
}
@@ -110,11 +113,13 @@
color: red;
}
-form input, form select {
+form input,
+form select {
border-left: 5px solid green;
}
-form input.invalid, form select.invalid {
+form input.invalid,
+form select.invalid {
border-left: 5px solid red;
// width: 5em;
}