mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 12:49:57 +03:00
parent
eeef623780
commit
91ba4d943a
3 changed files with 22 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
right: -40px;
|
right: -40px;
|
||||||
top: -40px;
|
top: -40px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #444;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ClosePopIn:hover {
|
.ClosePopIn:hover {
|
||||||
|
|
|
@ -2531,6 +2531,11 @@ $(document).ready(function() {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close-update-button:hover{
|
||||||
|
color: #474747;
|
||||||
|
}
|
||||||
|
|
||||||
.close-update-button.icon-cancel-circled::before {
|
.close-update-button.icon-cancel-circled::before {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
@ -2690,6 +2695,10 @@ $(document).ready(function() {
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.AddUserCancel:hover{
|
||||||
|
color: #474747;
|
||||||
|
}
|
||||||
|
|
||||||
.AddUserResult {
|
.AddUserResult {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
|
|
@ -1400,6 +1400,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||||
background: #888;
|
background: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Popin Album Selector */
|
||||||
|
.linkedAlbumPopInContainer .ClosePopIn{
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
.themeBox{
|
.themeBox{
|
||||||
box-shadow: 0 0 5px #333;
|
box-shadow: 0 0 5px #333;
|
||||||
|
@ -1979,6 +1983,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.AddUserSubmitContainer .AddUserCancel:hover{
|
||||||
|
color: #ededed;
|
||||||
|
}
|
||||||
|
|
||||||
.AddUserPopInContainer .AddIconTitle {
|
.AddUserPopInContainer .AddIconTitle {
|
||||||
color: #c1c1c1;
|
color: #c1c1c1;
|
||||||
}
|
}
|
||||||
|
@ -2002,6 +2010,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||||
color: #a9f6e3;
|
color: #a9f6e3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.update-container .close-update-button:hover{
|
||||||
|
color: #ededed;
|
||||||
|
}
|
||||||
|
|
||||||
.update-user-success,
|
.update-user-success,
|
||||||
.update-password-success,
|
.update-password-success,
|
||||||
.update-username-success,
|
.update-username-success,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue