From 346e2bbd3b007dbd345c43ec67150f2431b3e0e5 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 25 Nov 2003 18:49:25 +0000 Subject: [PATCH] make scrollbar corner white on mac classic (r=bryner, sr=roc, a=asa, bug 226496) --- themes/classic/global/mac/nativescrollbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/classic/global/mac/nativescrollbars.css b/themes/classic/global/mac/nativescrollbars.css index b79acad6631e..030c45b2a008 100644 --- a/themes/classic/global/mac/nativescrollbars.css +++ b/themes/classic/global/mac/nativescrollbars.css @@ -40,7 +40,7 @@ scrollbar { /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { - background-color: -moz-Dialog; + background-color: white; } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */