From 88ea11761fef1622e29947ced1451841c4ab6fe6 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 8 Nov 2014 12:23:58 +0100 Subject: highlight current room in program strip --- assets/css/lustige-styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'assets/css/lustige-styles.css') 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 */ -- cgit v1.2.3