1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 01:18:06 +02:00
CanvasBlocker/options/export.css
kkapsner 320dc02941 Fix export background color
Background color of the textarea in the settings export was not readable
in the dark theme when the value was invalid
2019-11-08 08:42:02 +01:00

13 lines
199 B
CSS

html, body {
height: 100%;
padding: 0;
margin: 0;
}
#settings {
width: 100%;
box-sizing: border-box;
height: 95%;
}
#settings.invalid {
background-color: var(--input-error-background-color);
}