(cp 02653495e) fixes #2342 change edit tag popin color

This commit is contained in:
HWFord
2025-03-07 16:10:00 +01:00
parent 66e486a198
commit f505ffbbb0
3 changed files with 14 additions and 1 deletions
+4
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;
}
+6 -1
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 {
+4
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;
}