Issue #1167 : Minor design fixes

This commit is contained in:
Zacharie
2020-05-19 14:52:10 +02:00
committed by plegall
parent d4926f31aa
commit debb840e22
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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"), "<i class='icon-spin6 animate-spin'> </i>Loading...");
loadState.changeHTML($(".actionButtons button"), "<i class='icon-spin6 animate-spin'> </i>");
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)
+1 -1
View File
@@ -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{
+3
View File
@@ -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 {