This commit is contained in:
Rick Companje 2017-07-11 12:28:46 +02:00
parent 8c54891351
commit 1b08babe31
1 changed files with 18 additions and 1 deletions

View File

@ -24,7 +24,7 @@ body.ui-mobile-viewport {
padding: 0;
}
.intro {
margin: 0 0 2em 0;
margin: 0 0 1em 0;
}
img {
max-width: 100%;
@ -215,3 +215,20 @@ html head + body .ui-body-a.ui-focus {
li.knownNetwork a {
color: #5fba7d !important;
}
#lstPrint .idle {
color: #5fba7d;
}
#lstPrint .disconnected, #lstPrint .connecting, #lstPrint .stopping {
color: red;
}
#lstPrint .printing {
color: #93CAF4;
}
.failState {
color: red;
}