mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-07 16:55:51 +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
|
@ -876,3 +876,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||||
#whats_new button:hover{
|
#whats_new button:hover{
|
||||||
background-color:#FFA646;
|
background-color:#FFA646;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.RenameTagPopInContainer {
|
||||||
|
background-color:#fff;
|
||||||
|
}
|
|
@ -4356,7 +4356,12 @@ a#showPermissions:hover {text-decoration: none;}
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 270px;
|
min-width: 270px;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
background-color: white;
|
}
|
||||||
|
|
||||||
|
.RenameTagPopInContainer .ClosePopIn{
|
||||||
|
top:15px;
|
||||||
|
right:15px;
|
||||||
|
position:absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.AddIcon {
|
.AddIcon {
|
||||||
|
|
|
@ -2369,3 +2369,7 @@ ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
|
||||||
.certification[data-certification="-1"] {
|
.certification[data-certification="-1"] {
|
||||||
background-image: url("images/certification/CertificationWarningDM.svg")!important;
|
background-image: url("images/certification/CertificationWarningDM.svg")!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.RenameTagPopInContainer {
|
||||||
|
background-color:#444;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue