Firefox3/WindowsTheme: Difference between revisions
< Firefox3
Jump to navigation
Jump to search
(New page: ==Tracking Bug== {{bug|405605}} [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_lo...) |
(→Changes as userChrome: Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista) |
||
| Line 8: | Line 8: | ||
<code><pre> | <code><pre> | ||
/*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*/ | /*Library Window*/ | ||
Revision as of 11:43, 6 April 2008
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;
}