diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-31 22:54:00 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-31 22:54:00 +0200 |
commit | 5222b78af21f90e230d50c075174fc84f45d4172 (patch) | |
tree | 3eff96fb82d8031d97250a0cef6300050e04ff13 /web/css | |
parent | 0dd07a2523fe3a440f4e2a9a0edbdfe57bb70913 (diff) |
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".
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/nms.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |