convert image settings to a panel in the in-tab UI case, incorporate imageData work...
[mandelbrot.git] / xulapp / chrome / mandelbrot / skin / classic / mandelbrot.css
index 07a31bb22c6d50e12d40e032888ab02baa1c0a73..a287ac5f95bc407eaed46607d1de192013f87ec8 100644 (file)
@@ -49,3 +49,16 @@ html|link {
 #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;
+}