fixing edge effects caused by commit 21a021d

This commit is contained in:
Matthieu Leproux
2022-03-15 10:32:43 +01:00
parent bfdf3b38a1
commit a62acc2fd7
2 changed files with 19 additions and 2 deletions
@@ -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 {
+2 -2
View File
@@ -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 {