Closed
Bug 419058
Opened 17 years ago
Closed 17 years ago
Colour the scroll bars via CSS like in IE
Categories
(Firefox :: Theme, enhancement)
Tracking
()
People
(Reporter: josh.tumath+bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008022204 Minefield/3.0b4pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008022204 Minefield/3.0b4pre
If a similar code to this is in the CSS, it will display a scroll bar with those colours:
html,body {
scrollbar-face-color:#990000;
scrollbar-base-color:#eeeeee;
scrollbar-arrow-color:#eeeeee;
scrollbar-track-color:#110000;
scrollbar-shadow-color:#990000;
scrollbar-highlight-color:#990000;
scrollbar-3dlight-color:#990000;
scrollbar-darkshadow-Color:#990000;
}
Since you're trying to get Firefox to be more "at home" with each operating system it's on, why not give compatibility with this code too!
Reproducible: Always
Steps to Reproduce:
View a webpage with a code similar to this:
Actual Results:
Display a coloured scroll bar.
Expected Results:
Displays the default scroll bar.
Comment 2•17 years ago
|
||
sure (see bug 146846)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•