Fixing bug 174175 - "fullscreen: min, max, and close disappear when in text only mode"

This commit is contained in:
blakeross%telocity.com 2003-07-05 03:20:34 +00:00
parent 9b94d558f8
commit c538a8b4f7

View File

@ -627,7 +627,16 @@ toolbarbutton.chevron {
list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
}
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
display: none;
}
toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
display: -moz-box;
}
toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
display: none;
}