aboutsummaryrefslogtreecommitdiff
path: root/assets/css/lustige-styles.css
diff options
context:
space:
mode:
authorMaZderMind2014-11-08 12:23:58 +0100
committerMaZderMind2014-11-08 12:23:58 +0100
commit88ea11761fef1622e29947ced1451841c4ab6fe6 (patch)
treeaa39e1afd646bb6324356f218832cd39784c7245 /assets/css/lustige-styles.css
parent7a1b70bf164358281a701c87ede07205fbb47984 (diff)
highlight current room in program strip
Diffstat (limited to 'assets/css/lustige-styles.css')
-rw-r--r--assets/css/lustige-styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css
index bba05fd..0f1502d 100644
--- a/assets/css/lustige-styles.css
+++ b/assets/css/lustige-styles.css
@@ -5743,8 +5743,10 @@ a.inverted {
background-color: rgba(255, 255, 255, 0.3); }
.program .block.daychange {
background-image: url(../img/stripes/gap.png);
- background-color: rgba(216, 117, 0, 0.7); }
+ background-color: rgba(216, 117, 0, 0.7) !important; }
.program .block.pause {
background-color: rgba(255, 255, 255, 0.3); }
+.program .room.highlight .block {
+ background-color: #96d600; }
/*# sourceMappingURL=lustige-styles.css.map */