summaryrefslogtreecommitdiff
path: root/www/styles/nextshows.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-26 12:26:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-26 12:27:47 (GMT)
commit00990cfc88abc194d9eb56c3d7fd2c34beceb962 (patch)
treec110323a3391b4585f40e9f5bc9ea1a5c7d7ff41 /www/styles/nextshows.css
parentb9786455d28bf9dff37a5c88276513549a8be14d (diff)
marking soon and imminent shows works now
Diffstat (limited to 'www/styles/nextshows.css')
-rw-r--r--www/styles/nextshows.css7
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;
+}