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
This commit is contained in:
bryner%brianryner.com
2003-11-22 07:08:26 +00:00
parent 2aea9edecd
commit a6c8d247ce
2 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ scrollbar {
background-color: white;
}
/* ::::: square at the corner of two scrollbars ::::: */
scrollcorner {
background-color: -moz-Dialog;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

View File

@@ -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"] {