Define and use 'mozilla' class for HTML style

pull/12/head
Aleksander Machniak 12 years ago
parent 7c3c82974e
commit 4188c61563

@ -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';

Loading…
Cancel
Save