related to #1265 adjustement box shadow and initial size

This commit is contained in:
Matthieu Leproux
2021-06-24 15:22:53 +02:00
parent 9fe2f11f4c
commit c0f69bcdba
2 changed files with 10 additions and 3 deletions
+3 -3
View File
@@ -1060,7 +1060,7 @@ $(".icon-help-circled").tipTip({
border-radius:10px;
margin-bottom:10px;
transition: background-color 500ms linear;
box-shadow: 0px 2px 5px #00000024;
box-shadow: 0px 2px 2px #00000024;
}
.user-header-select,
@@ -2208,8 +2208,8 @@ Advanced filter
}
.compactView .user-container-initials-wrapper > span {
height: 36px;
width: 36px;
height: 40px;
width: 40px;
}
+7
View File
@@ -1424,6 +1424,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: #bbbbbb;
}
.compactView .user-container-initials-wrapper > span {
height: 50px !important;
width: 50px !important;
box-sizing: border-box;
}
.line {
background: transparent;