diff --git a/public/css/mailtrain.css b/public/css/mailtrain.css index 1aac8abe..59489568 100644 --- a/public/css/mailtrain.css +++ b/public/css/mailtrain.css @@ -25,6 +25,20 @@ } } +.highlight { + animation: highlight 0.5s; +} + +@keyframes highlight { + 0% { + background-color: rgba(230, 90, 10, 1.0); + } + 100% { + background-color: rgba(255, 255, 255, 0); + } +} + +# /* Supporting wider description lists */ @media screen and (min-width: 768px) { @@ -99,26 +113,26 @@ span.subscriber-status-4 { /* subscriber line status */ tr.subscriber-status-1 td:first-child { border-right: solid 3px #87ad77; - text-align:center; + text-align: center; padding-right: 10px; } tr.subscriber-status-0 td:first-child, tr.subscriber-status-2 td:first-child { border-right: solid 3px #c7bfb4; - text-align:center; + text-align: center; padding-right: 10px; } tr.subscriber-status-3 td:first-child { border-right: solid 3px #df6b3d; - text-align:center; + text-align: center; padding-right: 10px; } tr.subscriber-status-4 td:first-child { border-right: solid 3px #c94475; - text-align:center; + text-align: center; padding-right: 10px; } diff --git a/views/lists/view.hbs b/views/lists/view.hbs index ce602ab9..ae763e07 100644 --- a/views/lists/view.hbs +++ b/views/lists/view.hbs @@ -207,14 +207,39 @@ {{#if statusColored }} {{/if}} \ No newline at end of file