mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Issue #1167 : Minor design fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user