From: Robert Kaiser Date: Sun, 16 Jan 2011 17:40:29 +0000 (+0100) Subject: give the panel a better look on mobile X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=5bace81cf1864f73ddafeb5fa7ba3e7db12d4fb8;hp=a79ddf52a4fc390cd21b22fbb2525590cb7d663c give the panel a better look on mobile --- diff --git a/xulapp/chrome/mandelbrot/skin/classic/mobileUI.css b/xulapp/chrome/mandelbrot/skin/classic/mobileUI.css index 4c1ec2a..d72ac71 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mobileUI.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mobileUI.css @@ -114,3 +114,8 @@ menuitem[type="checkbox"] { menuitem[type="checkbox"][checked="true"] { list-style-image: url("chrome://browser/skin/images/check-selected-30.png"); } + +panel { + background-color: #69645c; + color: white; +}