diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-01 14:30:17 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-01 14:30:17 +0200 |
commit | 4188c615632637e17c68d3b99f7debc71008d810 (patch) | |
tree | 214d68d864db0a480016a2546f6e17a70e7fd5fc /program | |
parent | 7c3c82974e3f1ffff2dd4d71f50b53f7cdc9de96 (diff) |
Define and use 'mozilla' class for HTML style
Diffstat (limited to 'program')
-rw-r--r-- | program/js/common.js | 2 |
1 files changed, 2 insertions, 0 deletions
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'; |