Hide the “idle” marker on a modified Sone.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 23 Oct 2010 23:02:47 +0000 (01:02 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 23 Oct 2010 23:02:47 +0000 (01:02 +0200)
src/main/resources/static/css/sone.css

index ede08d5..5908c82 100644 (file)
@@ -285,6 +285,10 @@ textarea {
        top: -0.5ex
 }
 
+#sone .sone.idle.modified .idle-marker {
+       display: none;
+}
+
 #sone .sone .last-update {
        float: right;
        display: inline;