From: David ‘Bombe’ Roden Date: Sat, 23 Oct 2010 23:02:47 +0000 (+0200) Subject: Hide the “idle” marker on a modified Sone. X-Git-Tag: 0.1-RC1~43 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=6ac59d59b285c70a3b9b7381192cedba82ea73fd Hide the “idle” marker on a modified Sone. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ede08d5..5908c82 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -285,6 +285,10 @@ textarea { top: -0.5ex } +#sone .sone.idle.modified .idle-marker { + display: none; +} + #sone .sone .last-update { float: right; display: inline;