9 lines
109 B
CSS
9 lines
109 B
CSS
.errorbox {
|
|
background: #dd0000;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.controlbox {
|
|
background: rgba(0,0,0,0.2);
|
|
}
|