diff --git a/mozilla/extensions/xmlterm/ui/skin/xmlterm.css b/mozilla/extensions/xmlterm/ui/skin/xmlterm.css index 795da4a64b6..99b903ea4a4 100644 --- a/mozilla/extensions/xmlterm/ui/skin/xmlterm.css +++ b/mozilla/extensions/xmlterm/ui/skin/xmlterm.css @@ -2,6 +2,8 @@ @import url(chrome://global/skin/); +@namespace html url("http://www.w3.org/1999/xhtml"); + /** * remove black border from iframe */ diff --git a/mozilla/extensions/xmlterm/ui/skin/xmltpage.css b/mozilla/extensions/xmlterm/ui/skin/xmltpage.css index d1631928029..e03cea4cda0 100644 --- a/mozilla/extensions/xmlterm/ui/skin/xmltpage.css +++ b/mozilla/extensions/xmlterm/ui/skin/xmltpage.css @@ -25,18 +25,18 @@ SPAN.command { color: blue } DIV.errmsg { color: red } /* Explicit hyperlinks (underlined) */ -DIV.textlink { font-family: monaco; color: blue; cursor: hand; +DIV.textlink { font-family: monaco; color: blue; cursor: pointer; text-decoration: underline } -SPAN.textlink { font-family: monaco; color: blue; cursor: hand; +SPAN.textlink { font-family: monaco; color: blue; cursor: pointer; text-decoration: underline } /* Imlicit hyperlinks (highlighted) */ -SPAN.highlight { font-family: monaco; color: blue; cursor: hand } -SPAN.directory { font-family: monaco; color: blue; cursor: hand } -SPAN.executable { font-family: monaco; color: blue; cursor: hand } -SPAN.plainfile { font-family: monaco; color: blue; cursor: hand } -SPAN.imagefile { font-family: monaco; color: blue; cursor: hand } -SPAN.urlfile { font-family: monaco; color: blue; cursor: hand } +SPAN.highlight { font-family: monaco; color: blue; cursor: pointer } +SPAN.directory { font-family: monaco; color: blue; cursor: pointer } +SPAN.executable { font-family: monaco; color: blue; cursor: pointer } +SPAN.plainfile { font-family: monaco; color: blue; cursor: pointer } +SPAN.imagefile { font-family: monaco; color: blue; cursor: pointer } +SPAN.urlfile { font-family: monaco; color: blue; cursor: pointer } /* Screen display */ PRE.row { margin: 0; padding-top: 0; padding-bottom: 0 } @@ -60,8 +60,8 @@ TABLE.tiptable { background-color: #DDDDDD } DIV.tipelement { font-family: sans-serif } /* Help links */ -SPAN.helphighlight { font-family: sans-serif; color: green; cursor: hand } -SPAN.helplink { font-family: sans-serif; color: blue; cursor: hand; +SPAN.helphighlight { font-family: sans-serif; color: green; cursor: pointer } +SPAN.helplink { font-family: sans-serif; color: blue; cursor: pointer; text-decoration: underline } /* Level style */