mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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;
|
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 */
|
/* filters bar */
|
||||||
|
|
||||||
#user_search {
|
#user_search {
|
||||||
|
|||||||
@@ -1447,8 +1447,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
color:#777;
|
color:#777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.advanced-filter-select-container {
|
.user-header-button-label {
|
||||||
background: #252525;
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-action-select {
|
.user-action-select {
|
||||||
|
|||||||
Reference in New Issue
Block a user