citizenfx/cfx-server-data

No work change background-color

johnsoul777 opened this issue ยท 0 comments

.chat-window {
position: absolute;
top: 0.5%;
left: 33.3333%;
width: 33.3333%;
text-shadow: 2px 1px 2px #000000;
height: 22%;
max-width: 640px;
background-color: rgba(0, 0, 0, 0.250); <-------- This not work ๐Ÿ‘Ž
-webkit-animation-duration: 2s;
}