home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 May
/
PCWorld_2003-05_cd.bin
/
Komunik
/
phoenix
/
chrome
/
browser.jar
/
content
/
browser
/
browser.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2002-10-17
|
1KB
|
37 lines
/* ::::::::::
:: Rules for 'hiding' portions of the chrome for special
:: kinds of browser-specific window toolbars. Other global
:: window rules are in xul.css
::::: */
window[chromehidden~="toolbar"] #nav-bar-buttons,
window[chromehidden~="toolbar"] #print-button {
display: none;
}
window[chromehidden~="toolbar"] #navigator-throbber {
margin: 0 5px 0 0 !important;
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
}
#search-bar {
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
}
bookmarks-toolbar {
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
min-width: 0px;
width:0px;
}
/* ::::: print preview toolbar ::::: */
toolbar[printpreview="true"] {
-moz-binding: url("chrome://browser/content/printPreviewBindings.xml#printpreviewtoolbar");
}