diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-10-12 10:56:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 10:56:11 -0400 |
| commit | a3d4132cc177a8009ba53630808abaa245bbaf79 (patch) | |
| tree | ec891a02273110c34efb5a6f15158fc634d85f4e /www/css | |
| parent | 986006947c3a6ac404d6868c113a03aaf202dcc2 (diff) | |
| parent | 77670b3180515076ba19febd0cdff4d7ecb4da69 (diff) | |
Merge pull request #349 from pliablepixels/montage-jazz
Montage jazz
Former-commit-id: ba1be6c70c55a7274d980d9b418b8bc385704ba2
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 96dd7aee..2d2a6d35 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -866,6 +866,10 @@ body { background: rgba(108, 122, 137, 0.7); z-index: -1; } + +#flyoutmenu li:active { + background:#3498db; +} #flyoutmenu a { text-decoration: none; color: white; @@ -890,6 +894,19 @@ body { opacity: 1; z-index: 99; } + +#history_canvas_video { + position: absolute; + width: 95%; + top:10%; + height: 20px; + + opacity: 1; + z-index: 998; +} + + + #event_slider { position: absolute; width: 80%; |
