13 lines
148 B
CSS
13 lines
148 B
CSS
.errorbox {
|
|
background: #dd0000;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.controlbox {
|
|
background: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.button-overlay {
|
|
opacity: 0.9;
|
|
}
|