From: David ‘Bombe’ Roden Date: Mon, 8 Nov 2010 19:46:47 +0000 (+0100) Subject: Add CSS class for new Sones. X-Git-Tag: 0.2.1~20 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=9d6d5b931a06c899309c58fed03084f6e6f699e8 Add CSS class for new Sones. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 74f9c93..2883b2b 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -296,6 +296,10 @@ textarea { background-color: #f0fff0; } +#sone .sone.new { + background-color: #ffffa0; +} + #sone .sone .id { display: none; } diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index 9cebc9c..453a093 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -1,4 +1,4 @@ -
+
<% sone.id|html>
?
!