Firefox3/WindowsTheme

From MozillaWiki
< Firefox3
Revision as of 11:43, 6 April 2008 by Ehsan (talk | contribs) (→‎Changes as userChrome: Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista)
Jump to navigation Jump to search

Tracking Bug

bug 405605

List of Windows theme bugs

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;
}