From 173e3215fcac632a6023d40469bc27bc77e948c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Wed, 30 Jun 2010 10:15:36 +0200 Subject: [PATCH] Bug 490621 - Make the fullscreen toolbar toggler more unobtrusive. r=mano, ui-r=faaborg --- browser/base/content/browser.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 8ac857a5aa7..a03d1eb0397 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -254,8 +254,11 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m /* Full Screen UI */ #fullscr-toggler { display: none; - min-height: 5px; - height: 5px; + min-height: 1px; + height: 1px; + background: black; + border-style: none; + -moz-appearance: none; } #navigator-toolbox[inFullscreen="true"] > #fullscr-toggler,