mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Related to #1607 Fix multi http calls on tag rename
This commit is contained in:
@@ -3179,7 +3179,7 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.TagSubmit {
|
||||
.TagSubmit, .TagLoading {
|
||||
cursor:pointer;
|
||||
font-weight:bold;
|
||||
color: #3F3E40;
|
||||
@@ -3189,6 +3189,10 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
margin-bottom:0;
|
||||
margin: 0 15px;
|
||||
}
|
||||
.TagLoading{
|
||||
cursor: auto;
|
||||
display: none;
|
||||
}
|
||||
.TagCancel {
|
||||
cursor:pointer;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user