fixes #2342 change edit tag popin color

This commit is contained in:
HWFord 2025-03-07 16:08:44 +01:00
parent 4488e9bf6c
commit 02653495ee
3 changed files with 14 additions and 1 deletions

View file

@ -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;
}

View file

@ -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 {

View file

@ -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;
}