From 1c6a79fdd04aa1fcedae11f1d81d5ad457ce6e38 Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Tue, 28 Jun 2005 14:44:32 +0000 Subject: [PATCH] Bug 298799 - [Mac] Browser tab titles move and flicker when changing tabs. r=mconnor, a=bsmedberg. --- toolkit/themes/pinstripe/global/browser.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/toolkit/themes/pinstripe/global/browser.css b/toolkit/themes/pinstripe/global/browser.css index 30275274893f..2bdbff7e1bd6 100644 --- a/toolkit/themes/pinstripe/global/browser.css +++ b/toolkit/themes/pinstripe/global/browser.css @@ -64,10 +64,9 @@ tab[selected="true"] { } tab:focus { - margin-bottom: 2px !important; - border: 1.4pt solid -moz-mac-focusring !important; - -moz-border-radius-topleft: 50% !important; - -moz-border-radius-topright: 50% !important; + outline: 1.4pt solid -moz-mac-focusring; + -moz-outline-radius-topleft: 50%; + -moz-outline-radius-topright: 50%; } tab[selected="true"], tab:hover {