commit bbd05107a77eaa9d84e5e20ead4ff5047b64d3fc
parent 2abf1649ee7c9e55fa4c9246e4c11c433c162504
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date: Thu, 19 Mar 2015 21:10:16 +0100
#1100 add cursor:pointer to MathJax_Menu_Close class
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/unpacked/extensions/HelpDialog.js b/unpacked/extensions/HelpDialog.js
@@ -63,6 +63,7 @@
position:"absolute",
width:"21px", height:"21px",
top:".2em", right:".2em",
+ cursor:"pointer",
"font-weight": "bold",
"font-size": "1.33em"
}
diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js
@@ -162,6 +162,7 @@
position:"absolute",
width:"21px", height:"21px",
top:".2em", right:".2em",
+ cursor:"pointer",
"font-weight": "bold",
"font-size": "1.33em"
},