forked from AuroraMiddleware/gtk
339cb1fe6b
Multiple reftests were damaged by the element name transition. Repair them. The region reftests are no longer needed, since we no longer do regions.
21 lines
247 B
CSS
21 lines
247 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
font: Monospace;
|
|
}
|
|
|
|
entry #padded {
|
|
padding: 10px;
|
|
}
|
|
|
|
progress {
|
|
background-color: rgba(0,0,0,0);
|
|
background-image: none;
|
|
border-color: rgba(0,0,0,0);
|
|
color: red;
|
|
}
|
|
|
|
#reference {
|
|
color: red;
|
|
}
|