More background image css fixes

This commit is contained in:
Johannes Zellner
2022-05-16 12:00:27 +02:00
parent 9a687d6420
commit 64ea742a62

View File

@@ -360,7 +360,7 @@ textarea {
.grid-item-content {
position: relative;
display: block;
background-color: white;
background-color: #ffffffe3;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 2px;
height: 100%;
@@ -370,10 +370,10 @@ textarea {
}
&:hover {
background-color: rgba(0, 0, 0, 0.1) !important;
background-color: #cececee3 !important;
& > .grid-item-action {
background-color: #cecece;
background-color: transparent;
opacity: 1;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
@@ -748,19 +748,23 @@ multiselect {
font-size: 16px;
user-select: none;
filter: drop-shadow(0 0 0.5px black);
color: white;
@media(min-width:768px) {
display: block;
}
&:hover,
&:focus {
color: black;
text-decoration: none;
background-color: #f3f3f3;
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
}
&.active {
background-color: white;
background-color: #ffffffe3;
color: $navbar-default-link-color;
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
}