diff --git a/api-gateway/src/main/resources/static/index.html b/api-gateway/src/main/resources/static/index.html index ae6a0732f8..1f84eb244d 100755 --- a/api-gateway/src/main/resources/static/index.html +++ b/api-gateway/src/main/resources/static/index.html @@ -14,6 +14,7 @@ PetClinic :: a Spring Framework demonstration + @@ -37,7 +38,7 @@ - + diff --git a/api-gateway/src/main/resources/static/scripts/inventory-list/inventory-list.template.html b/api-gateway/src/main/resources/static/scripts/inventory-list/inventory-list.template.html index 7434da746e..bda18b7d62 100644 --- a/api-gateway/src/main/resources/static/scripts/inventory-list/inventory-list.template.html +++ b/api-gateway/src/main/resources/static/scripts/inventory-list/inventory-list.template.html @@ -2,6 +2,13 @@ .table-striped tbody tr:hover { background-color: #D8D8D8; } + + .btn:hover { + transform: translateY(2px); + box-shadow: 0 0 rgba(0, 0, 0, 2); + border-bottom-width: 1px; + } + @@ -14,7 +21,9 @@

Inventory

Name Type Description - + + + @@ -38,7 +47,13 @@

Inventory

- + + + + @@ -57,12 +72,28 @@

Inventory

- Edit + + + + + + - Delete + + + + + + diff --git a/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.template.html b/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.template.html index e7a43acb4d..9f24bef06b 100644 --- a/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.template.html +++ b/api-gateway/src/main/resources/static/scripts/inventory-product-list/inventory-product-list.template.html @@ -1,5 +1,5 @@