diff --git a/solr/webapp/web/css/angular/menu.css b/solr/webapp/web/css/angular/menu.css index 47bf5c8458a..c97c2ae6e14 100644 --- a/solr/webapp/web/css/angular/menu.css +++ b/solr/webapp/web/css/angular/menu.css @@ -262,6 +262,8 @@ limitations under the License. #menu #threads.global p a { background-image: url( ../../img/ico/ui-accordion.png ); } +#menu #new-ui.global p a { background-image: url( ../../img/ico/plus-button.png ); } + #menu #collections.global p a { background-image: url( ../../img/ico/documents-stack.png ); } #menu #cores.global p a { background-image: url( ../../img/ico/databases.png ); } diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html index dbe9a840c1a..29ec87ac764 100644 --- a/solr/webapp/web/index.html +++ b/solr/webapp/web/index.html @@ -193,6 +193,8 @@