diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 52f194cc20..e597003ac9 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -243,6 +243,8 @@ input[type=number]::-webkit-inner-spin-button { position: relative; width: 10px; overflow: hidden; + font-family: hifi-glyphs; + font-size: 50px; color: #afafaf; cursor: pointer; /*background-color: #000000;*/ @@ -251,10 +253,8 @@ input[type=number]::-webkit-inner-spin-button:before, input[type=number]::-webkit-inner-spin-button:after { position:absolute; left: -21px; - font-family:hifi-glyphs; - text-align: center; - font-size: 50px; line-height: 8px; + text-align: center; } input[type=number]::-webkit-inner-spin-button:before { content: "6"; diff --git a/examples/html/entityList.html b/examples/html/entityList.html index 57b96afbfe..0f49d839ab 100644 --- a/examples/html/entityList.html +++ b/examples/html/entityList.html @@ -185,6 +185,8 @@ elFooter.firstChild.nodeValue = selectedEntities.length + " entities selected"; } else if (selectedEntities.length === 1) { elFooter.firstChild.nodeValue = "1 entity selected"; + } else if (entityList.visibleItems.length === 1) { + elFooter.firstChild.nodeValue = "1 entity found"; } else { elFooter.firstChild.nodeValue = entityList.visibleItems.length + " entities found"; } diff --git a/examples/html/gridControls.html b/examples/html/gridControls.html index 429ab45d0e..c8dd05ec3f 100644 --- a/examples/html/gridControls.html +++ b/examples/html/gridControls.html @@ -148,13 +148,13 @@
-  m +
-  m +
@@ -162,7 +162,7 @@
-  m +