v1.5.10 I fix some stuff

This commit is contained in:
neerholt
2021-04-10 13:43:06 +02:00
parent dd7acc1d24
commit a7fc873245
6 changed files with 5 additions and 11 deletions
@@ -16,7 +16,6 @@
display: inline-block;
overflow: visible;
}
.showUsers .showUserImages {
visibility: hidden;
width: 250px;
@@ -34,12 +33,10 @@
right: 105%;
display: block;
}
.showUsers:hover .showUserImages {
visibility: visible;
z-index: 100;
}
.noImages{
cursor: not-allowed;
}
@@ -47,8 +44,6 @@
.letterSpaceTable{
letter-spacing: 1.2px;
}
td >
</style>
<div class="row align-items-center">
@if(auth()->user()->can('user.create'))