X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fskin%2Fclassic%2Fmandelbrot.css;h=28f6ee4c910543d44987a89b545bc00a86bff25f;hp=07a31bb22c6d50e12d40e032888ab02baa1c0a73;hb=a79ddf52a4fc390cd21b22fbb2525590cb7d663c;hpb=84e4253dade312621f4f73ba58eab4d19f0c63d1;ds=sidebyside diff --git a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css index 07a31bb..28f6ee4 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css @@ -42,10 +42,23 @@ html|link { display: none; } -#tasksMenuMandelbrot, #menu_openMandelbrot { +#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; +}