diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 4c9f27d17..d5e2a76c9 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -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; } \ No newline at end of file diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index d74dd9392..d29e102d2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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 { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 6d9cf7a0b..b94f6ab36 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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; } \ No newline at end of file