12 lines
223 B
CSS
12 lines
223 B
CSS
|
.chat-debug-rect{
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
background-color: rgba(255, 50, 50, 160);
|
||
|
height: 4px;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.chat-debug-rect-top{
|
||
|
background-color: rgba(148, 0, 211, 160);
|
||
|
}
|