Firefox3/WindowsTheme

From MozillaWiki
Jump to: navigation, search

Tracking Bug

bug 405605

List of Windows theme bugs

Changes as userChrome


/*Toolkit*/

/*Bug 420414 - on Vista, a menubutton which has focus and selection should not have a blue background*/
/*File: winstripe/global/menulist.css */

menulist:focus > .menulist-label-box {
  border: 1px dotted ThreeDDarkShadow !important;
  background-color: transparent !important;
  color: inherit !important;
}

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

/*Download Manager*/

/*Bug 427179 - Set second line in download manager results to GreyText*/
/*File: winstripe/mozapps/downloads/downloads.css */

richlistitem[type="download"]:not([selected="true"]) .dateTime,
richlistitem[type="download"]:not([selected="true"]) .status {
  color: GrayText !important;
}