summaryrefslogtreecommitdiff
path: root/xpfe
diff options
context:
space:
mode:
Diffstat (limited to 'xpfe')
-rw-r--r--xpfe/content/communicator.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/xpfe/content/communicator.css b/xpfe/content/communicator.css
index a934b0561..5ab7f927d 100644
--- a/xpfe/content/communicator.css
+++ b/xpfe/content/communicator.css
@@ -39,26 +39,6 @@ toolbaritem {
/******* toolkit access layer *******/
/* These rules reintroduce the toolkit bindings overwritten later below */
%ifdef BINOC_NAVIGATOR
-toolbox[xpfe="false"] {
- -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbox");
-}
-
-toolbox[xpfe="false"] > toolbar,
-toolbar[xpfe="false"][type="menubar"],
-toolbar[xpfe="false"] {
- -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
-}
-
-menubar[xpfe="false"],
-toolbar > toolbaritem > menubar,
-toolbar > menubar {
- -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
-}
-
-toolbar > toolbarpaletteitem > toolbaritem > menubar {
- -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar") !important;
-}
-
.menubar-items {
-moz-box-orient: vertical; /* for flex hack */
}
@@ -89,28 +69,6 @@ prefpane[xpfe="false"] > .content-box {
/******* SeaMonkey XPFE *******/
/* These bindings reflect SeaMonkey XPFE, modulo new toolkit features. */
-%ifdef BINOC_NAVIGATOR
-toolbox {
- -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbox");
-}
-
-toolbar {
- -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar");
-}
-
-toolbar[type="menubar"] {
- -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-menubar");
-}
-
-toolbargrippy {
- -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#toolbargrippy");
-}
-
-menubar {
- -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippymenubar");
-}
-%endif
-
prefwindow {
-moz-binding: url("chrome://communicator/content/bindings/prefwindow.xml#prefwindow");
}
@@ -153,20 +111,4 @@ textbox[enablehistory="true"] > .autocomplete-history-dropmarker {
#sync-notifications > notification {
-moz-binding: url("chrome://communicator/content/sync/syncNotification.xml#notification");
}
-
-/******* autohide toolbars *******/
-
-toolbar[type="menubar"][autohide="true"]
-{
- -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-menubar-autohide");
- overflow: hidden;
-}
-
-toolbar[type="menubar"][autohide="true"][inactive="true"]
-{
- min-height: 0px !important;
- height: 0px !important;
- -moz-appearance: none !important;
- border-style: none !important;
-}
%endif \ No newline at end of file