We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 482ad0a + ef39d03 commit 061cbcfCopy full SHA for 061cbcf
static/css/main.css
@@ -62,9 +62,6 @@ body {
62
color: #000;
63
padding: 0.25em;
64
}
65
-#lastEntry.current {
66
- background: #999;
67
-}
68
#lastEntry.warn {
69
background: #cc0 !important;
70
static/js/client.js
@@ -835,6 +835,7 @@
835
lastEntry.addClass("warn");
836
} else {
837
$(".bgStatus").addClass("current");
838
+ $("#lastEntry").removeClass("warn urgent");
839
840
841
if (parts.value)
0 commit comments