From a6c8d247ce3f2d3daf75e89f4af43b8360cd4f00 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Sat, 22 Nov 2003 07:08:26 +0000 Subject: [PATCH] Bug 30579. Add a skinnable 'scrollcorner' element to fill in the gap when there are two scrollbars. Porting this patch for firebird/thunderbird. git-svn-id: svn://10.0.0.236/trunk@149629 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/skin/mac/scrollbars.css | 6 ++++++ mozilla/toolkit/skin/win/scrollbars.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/mozilla/toolkit/skin/mac/scrollbars.css b/mozilla/toolkit/skin/mac/scrollbars.css index 200b858e950..47182412b46 100644 --- a/mozilla/toolkit/skin/mac/scrollbars.css +++ b/mozilla/toolkit/skin/mac/scrollbars.css @@ -38,6 +38,12 @@ scrollbar { background-color: white; } +/* ::::: square at the corner of two scrollbars ::::: */ + +scrollcorner { + background-color: -moz-Dialog; +} + /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ diff --git a/mozilla/toolkit/skin/win/scrollbars.css b/mozilla/toolkit/skin/win/scrollbars.css index 6169981bf0d..449b6feae62 100644 --- a/mozilla/toolkit/skin/win/scrollbars.css +++ b/mozilla/toolkit/skin/win/scrollbars.css @@ -90,6 +90,12 @@ scrollbarbutton:hover:active { background-position: 1px 2px; } +/* ::::: square at the corner of two scrollbars ::::: */ + +scrollcorner { + background-color: -moz-Dialog; +} + /* ..... increment .... */ scrollbarbutton[type="increment"] {