Extremely close to alpha release

This commit is contained in:
Simon Brooke 2018-07-05 11:16:48 +01:00
parent ff5c78d030
commit fc2bd86cff
43 changed files with 2375 additions and 719 deletions

View file

@ -104,7 +104,7 @@ input, select {
padding: 0.25em 1.25em;
}
input.action {
input.action, input.action-safe {
color: white;
background-color: rgb( 50, 109, 177);
font-size: 125%;
@ -113,6 +113,7 @@ input.action {
input.action-dangerous {
color: white;
background-color: red;
font-size: 125%;
}
input.required:after {
@ -254,6 +255,10 @@ th {
border: thin solid silver;
}
.editor-toolbar {
background-color: silver;
}
.error {
width: 100%;
background-color: red;

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB