From ffde1422e02c5889e7bb63136211e680ce657bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 7 Jun 2014 19:49:55 +0100 Subject: [PATCH] Fix highlighting of channel upon selection in mobile firefox --- css/glowingbear.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index bd9f907..50391c8 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -242,9 +242,15 @@ input[type=text], input[type=password], #sendMessage, .badge { .nav-pills > li > a:hover, .nav-pills > li > a:hover span { color: #222; } +/* fix for mobile firefox which ignores :hover */ +.nav-pills > li > a:active, .nav-pills > li > a:active span { + text-decoration: none; + background-color: #eee; + color: #222; +} .content { - height: 100%; - min-height: 100%; + height: 100%; + min-height: 100%; } .monospace {