diff --git a/src/theme.scss b/src/theme.scss index 53b9f8b8e..ba7960457 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -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); }