diff --git a/less/styles.less b/less/styles.less index 9f672f3..9eb0c8c 100644 --- a/less/styles.less +++ b/less/styles.less @@ -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; +} +