diff --git a/js/apps/system/aardvark/frontend/css/dashboardView.css b/js/apps/system/aardvark/frontend/css/dashboardView.css index 63d0babe88..9dfb34107a 100644 --- a/js/apps/system/aardvark/frontend/css/dashboardView.css +++ b/js/apps/system/aardvark/frontend/css/dashboardView.css @@ -290,6 +290,10 @@ li:hover h6, li.hover h6 { background-image:url(../img/dark-check-green.png); } +.css-label-round { + background-image:url(../img/dark-check-green-round.png); +} + /*Dashboard Radio */ .dropdown-menu .radio { diff --git a/js/apps/system/aardvark/frontend/img/dark-check-green-round.png b/js/apps/system/aardvark/frontend/img/dark-check-green-round.png new file mode 100644 index 0000000000..3b705ad368 Binary files /dev/null and b/js/apps/system/aardvark/frontend/img/dark-check-green-round.png differ diff --git a/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs b/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs index a700a65e12..757b436d74 100644 --- a/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/collectionsView.ejs @@ -63,14 +63,14 @@