summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-28 13:44:36 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-28 13:44:36 -0500
commit311ac5fbcf01d64de5fb784fffa8bdf513f13a45 (patch)
treeb26ce4f8725085c0cab3c35a8655ff21504d11b7 /www/css
parent1f404962fd9d20c0ff25d026ce2af2f8f6840120 (diff)
#154 - animation on time change so its easier to see
Former-commit-id: bad618be9e67af8087b2d6c290ebc7ed58ead1e3
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 52e5ad08..384304b3 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -121,6 +121,20 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
}
+.header-paused {
+ background: #ba3e3e;
+ color:#cccccc;
+ border-color: #ba3e3e;
+ border-style: solid;
+ border-width:1px;
+ opacity:80%;
+ transform: translate(-50%, -50%);
+
+}
+
+
+
+
.alarmed-header {
background: #ba3e3e;
color:#ffffff;