add item to new Firefox button menu, make Firefox and SeaMonkey open Mandelbrot in...
[mandelbrot.git] / xulapp / chrome / mandelbrot / skin / classic / mandelbrot.css
index d28d88876b51758e4c71026d595b5595f4bf2f49..28f6ee4c910543d44987a89b545bc00a86bff25f 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
  *
  * ***** END LICENSE BLOCK ***** */
 
+@namespace html "http://www.w3.org/1999/xhtml";
+
+/* HTML link elements do weird things to the layout if they are not hidden */
+html|link {
+  display: none;
+}
+
+#tasksMenuMandelbrot, #menu_openMandelbrot, #appmenu_openMandelbrot {
+  list-style-image: url("chrome://mandelbrot/skin/mandelbrotIcon16.png");
+}
+
+#tool-mandelbrot {
+  list-style-image: url("chrome://mandelbrot/skin/mandelbrotIcon32.png");
+}
+
+titlebar {
+  background-color: ActiveCaption;
+  color: CaptionText;
+  font: caption;
+  font-weight: bold;
+  border-bottom: 1px solid ActiveBorder;
+}
+
+.coord-caption {
+  font-style: italic;
+  font-weight: bold;
+}