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