X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fskin%2Fclassic%2Fmandelbrot.css;h=a287ac5f95bc407eaed46607d1de192013f87ec8;hb=8a2b6e174e3cd0d1d30bb48e9842c4e8bfba2827;hp=488bdcadef2891abce9063a4e623443aba6f4df9;hpb=474b436c32a22fe875097a3cc6bc61fb4823ddf1;p=mandelbrot.git diff --git a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css index 488bdca..a287ac5 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css @@ -35,6 +35,13 @@ * * ***** 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"); } @@ -42,3 +49,16 @@ #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; +}