From 4188c615632637e17c68d3b99f7debc71008d810 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 1 Jun 2012 14:30:17 +0200 Subject: Define and use 'mozilla' class for HTML style --- program/js/common.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/js') diff --git a/program/js/common.js b/program/js/common.js index 937e8f247..b6407c5f3 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -114,6 +114,8 @@ function roundcube_browser() classname += ' chrome'; else if (this.chrome) classname += ' chrome'; + else if (this.mz) + classname += ' mozilla'; if (this.iphone) classname += ' iphone'; -- cgit v1.2.3