From 5222b78af21f90e230d50c075174fc84f45d4172 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 31 May 2016 22:54:00 +0200 Subject: front: Introduce a tiny heart that pulses.... The HTML/detail should probably be tweaked, but I think we need a way to show that Gondul is still alive now that we are hiding the time stamp by default. Feel free to throw the HTML/CSS away in favor of some other subtle but noticeable "animation". --- web/css/nms.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/css') diff --git a/web/css/nms.css b/web/css/nms.css index 975aadb..ac2791c 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -92,3 +92,5 @@ div.map-mode-legend button { .nightmode .table > tbody > tr > td { border-top: 1px solid #555; } + +.pulse-on { color: #a00; } -- cgit v1.2.3