[TELE-1393] fix background-color not working

This commit is contained in:
Daniel Muyshond 2022-07-30 16:21:09 +02:00
parent c9a00e8952
commit 97f7897023
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ div#content div.wcsformsofcategorycell.has-asset-picture {
position: absolute;
width: 100%;
z-index: 10;
background-color: rbg(0 0 0 / 23%);
background-color: rgba(0, 0, 0, 0.33);
color: white;
height: 160px;
padding-top: 50px;