diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-26 12:26:18 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-26 12:27:47 (GMT) |
commit | 00990cfc88abc194d9eb56c3d7fd2c34beceb962 (patch) | |
tree | c110323a3391b4585f40e9f5bc9ea1a5c7d7ff41 /www/styles | |
parent | b9786455d28bf9dff37a5c88276513549a8be14d (diff) |
marking soon and imminent shows works now
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/nextshows.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/styles/nextshows.css b/www/styles/nextshows.css index 73efce8..67ae14c 100644 --- a/www/styles/nextshows.css +++ b/www/styles/nextshows.css @@ -103,3 +103,10 @@ span.show-title { #shows div:first-child span.show-title { font-size: 1.2em; } + +.soon { + background-color: #f0ad4e !important; +} +.imminent { + background-color: #d9534f !important; +} |