mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
fixing edge effects caused by commit 21a021d
This commit is contained in:
@@ -978,6 +978,23 @@ $(".icon-help-circled").tipTip({
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.user-header-button {
|
||||
position:relative;
|
||||
}
|
||||
.user-header-button-label {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
box-shadow: 0px 2px #00000024;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
cursor: pointer;
|
||||
}
|
||||
.user-header-button-label p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/* filters bar */
|
||||
|
||||
#user_search {
|
||||
|
||||
@@ -1447,8 +1447,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.advanced-filter-select-container {
|
||||
background: #252525;
|
||||
.user-header-button-label {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.user-action-select {
|
||||
|
||||
Reference in New Issue
Block a user