Improve tooltip design

This commit is contained in:
jdescottes
2014-07-09 07:56:22 +02:00
parent b311312260
commit a6d70920e2
11 changed files with 111 additions and 23 deletions

View File

@@ -6,7 +6,8 @@
isIE : /MSIE/i.test( ua ),
isIE11 : /trident/i.test( ua ),
isChrome : /Chrome/i.test( ua ),
isFirefox : /Firefox/i.test( ua )
isFirefox : /Firefox/i.test( ua ),
isMac : /Mac/.test( ua )
};
ns.UserAgent.version = (function () {