diff --git a/CHANGELOG b/CHANGELOG index f6a77a9e0d..ed6003a797 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ devel ----- +* fixed issue #5943: misplaced database ui icon and wrong cursor type were used + * fixed issue #5354: updated the web UI JSON editor, improved usability * fixed issue #5648: fixed error message when saving unsupported document types diff --git a/js/apps/system/_admin/aardvark/APP/frontend/compressed-img/databaseIcon.svg b/js/apps/system/_admin/aardvark/APP/frontend/compressed-img/databaseIcon.svg deleted file mode 100644 index 2fb6d81e74..0000000000 --- a/js/apps/system/_admin/aardvark/APP/frontend/compressed-img/databaseIcon.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/databaseView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/databaseView.ejs index 3876a375c5..9b1f1ae4f3 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/databaseView.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/databaseView.ejs @@ -51,7 +51,7 @@ %> <% if (name !== '_system') { %> -
+
@@ -59,7 +59,7 @@ <% } %>
- +
<%=name %>
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_general.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_general.scss index cbf73a8b8a..1d95faa2da 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_general.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_general.scss @@ -90,7 +90,10 @@ position: absolute; right: -1px; } +} +.defaultCursor { + cursor: default !important; } //still in use???