mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00
relates #2350 visual adjustments
This commit is contained in:
parent
32d97ba55b
commit
b6b0f51c66
2 changed files with 7 additions and 5 deletions
|
@ -4467,11 +4467,12 @@ a#showPermissions:hover {text-decoration: none;}
|
||||||
}
|
}
|
||||||
.tag-checkmark{
|
.tag-checkmark{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
scale: 0.8;
|
padding: 1px;
|
||||||
padding: 3px 1px;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: #6ccd5d;
|
margin : 4px 5px 0 0;
|
||||||
color: white;
|
font-size: 80%;
|
||||||
|
background-color: #6DCE5E;
|
||||||
|
color: #D6FFCF;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1356,7 +1356,8 @@ background:#6C2D2D!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-checkmark{
|
.tag-checkmark{
|
||||||
background-color: #4da48f !important;
|
color: #AAF6E4 !important;
|
||||||
|
background-color: #4EA590 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Album Move (and album search) */
|
/* Album Move (and album search) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue