diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 16:32:02 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 16:32:02 -0500 |
| commit | 1f404962fd9d20c0ff25d026ce2af2f8f6840120 (patch) | |
| tree | 3afe8942a5a232e786442ba3c4632aec3e2afdf9 /www/css | |
| parent | fd1598f4515777275d58b1d14cce8b75961accd7 (diff) | |
#154 - montage history updates
Former-commit-id: 42cd82e17eef928d53b568989a143842d492b59f
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/www/css/style.css b/www/css/style.css index ffda637f..52e5ad08 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -108,16 +108,26 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ border-color: #444444; border-style: solid; border-width:1px; - opactity:80%; + opacity:80%; } +.header-event-id { + background: #9b59b6; + color:#cccccc; + border-color: #9b59b6; + border-style: solid; + border-width:1px; + opacity:80%; +} + + .alarmed-header { background: #ba3e3e; color:#ffffff; border-color: #ba3e3e; border-style: solid; border-width:1px; - opactity:80%; + opacity:80%; } @@ -127,7 +137,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ border-color: #ba3e3e; border-style: solid; border-width:5px; - opactity:80%; + opacity:80%; position:absolute; top:0px; left:0px; |
