X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fskin%2Fclassic%2Fmandelbrot.css;h=a287ac5f95bc407eaed46607d1de192013f87ec8;hb=3e3d9a1d1c51a41435682714a8d601bf641629b5;hp=d28d88876b51758e4c71026d595b5595f4bf2f49;hpb=5b823560e478cc748535545b9091a731777325c3;p=mandelbrot.git diff --git a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css index d28d888..a287ac5 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css @@ -35,3 +35,30 @@ * * ***** 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 { + 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; +}