mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2342 change edit tag popin color
This commit is contained in:
@@ -875,4 +875,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
|
||||
#whats_new button:hover{
|
||||
background-color:#FFA646;
|
||||
}
|
||||
|
||||
.RenameTagPopInContainer {
|
||||
background-color:#fff;
|
||||
}
|
||||
@@ -4356,7 +4356,12 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
width: auto;
|
||||
min-width: 270px;
|
||||
max-width: 700px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.RenameTagPopInContainer .ClosePopIn{
|
||||
top:15px;
|
||||
right:15px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.AddIcon {
|
||||
|
||||
@@ -2368,4 +2368,8 @@ ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
|
||||
|
||||
.certification[data-certification="-1"] {
|
||||
background-image: url("images/certification/CertificationWarningDM.svg")!important;
|
||||
}
|
||||
|
||||
.RenameTagPopInContainer {
|
||||
background-color:#444;
|
||||
}
|
||||
Reference in New Issue
Block a user