Firefox3/WindowsTheme
< Firefox3
Jump to navigation
Jump to search
Tracking Bug
Changes as userChrome
/*Main Window*/
/*Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista*/
/*File: winstripe/browser/browser.css */
#sidebar-splitter{
border: 0 !important;
-moz-border-right-colors: none !important;
border-right: 1px solid #a9b7c9 !important;
min-width: 0 !important;
width: 3px !important;
background-color: transparent !important;
margin-left: -3px;
position: relative;
z-index: 10;
}
/*Library Window*/
/*Bug 403147 – Change bookmarks organizer window background color on Vista*/
/*File: winstripe/browser/places/organizer.css */
#placesView,
#placesList,
#placeContent{
background-color: #EEF3FA !important;
}