X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fskin%2Fclassic%2Fmandelbrot.css;h=a287ac5f95bc407eaed46607d1de192013f87ec8;hb=60e048b29facde0026b5fac74fdf88f60d2e12cd;hp=07a31bb22c6d50e12d40e032888ab02baa1c0a73;hpb=84e4253dade312621f4f73ba58eab4d19f0c63d1;p=mandelbrot.git diff --git a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css index 07a31bb..a287ac5 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css @@ -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; +}