diff --git a/admin/themes/default/js/group_list.js b/admin/themes/default/js/group_list.js
index 44576b20e..c95270766 100644
--- a/admin/themes/default/js/group_list.js
+++ b/admin/themes/default/js/group_list.js
@@ -84,7 +84,7 @@ jQuery(document).ready(function () {
e.preventDefault();
let name = $("#addGroupForm input[type=text]").val();
let loadState = new TemporaryState();
- loadState.changeHTML($(".actionButtons button"), " Loading...");
+ loadState.changeHTML($(".actionButtons button"), " ");
loadState.changeAttribute($(".actionButtons button"), "style", "pointer-events: none");
loadState.changeAttribute($(".actionButtons a"), "style", "pointer-events: none");
jQuery.ajax({
@@ -371,6 +371,7 @@ var setDefaultGroup = function (id, is_default) {
data: "group_id=" + id + "&pwg_token=" + pwg_token + "&is_default="+is_default,
success: function (raw_data) {
data = jQuery.parseJSON(raw_data);
+ $("#group-"+id+" #GroupOptions").hide();
if (data.stat === "ok") {
if (is_default) {
setupDefaultActions(id,true)
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 78a90abe7..ed4507666 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1632,7 +1632,7 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
text-align: center;
font-weight: 700;
font-size: 1em;
- margin:5px;
+ margin:12px;
}
.groups .addGroupFormTitle{
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 7c368021a..4a9b96035 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -253,6 +253,9 @@ a.stat-box:hover {
.groupError {color: #ffd5dc;background-color: #f22;}
.group-rename input {color: #999;}
.GroupBackgroudSelected .Group-name {color: #333 !important;}
+.GroupContainer .group_name-editable {background-color: #323232 !important; border: 1px solid #666 !important;}
+.GroupContainer .group-rename .icon-ok {color: #222;}
+
/* Batch Manager */
#batchManagerGlobal .thumbnails .font-checkbox [class*="icon-check"]::before {