From 5bace81cf1864f73ddafeb5fa7ba3e7db12d4fb8 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 16 Jan 2011 18:40:29 +0100 Subject: [PATCH] give the panel a better look on mobile --- xulapp/chrome/mandelbrot/skin/classic/mobileUI.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.35.3