mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00
fixes #2342 change edit tag popin color
This commit is contained in:
parent
4488e9bf6c
commit
02653495ee
3 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue