diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index 9aa74d282c96..bae19a45337c 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -77,7 +77,6 @@ toolkit.jar: content/global/bindings/datetimebox.css (widgets/datetimebox.css) * content/global/bindings/dialog.xml (widgets/dialog.xml) content/global/bindings/editor.xml (widgets/editor.xml) - content/global/bindings/expander.xml (widgets/expander.xml) content/global/bindings/filefield.xml (widgets/filefield.xml) * content/global/bindings/findbar.xml (widgets/findbar.xml) content/global/bindings/general.xml (widgets/general.xml) diff --git a/toolkit/content/widgets/expander.xml b/toolkit/content/widgets/expander.xml deleted file mode 100644 index a4ffea313c75..000000000000 --- a/toolkit/content/widgets/expander.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - return this.getAttribute("open"); - - - - - - - - - - - - - - - - diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css index 0dfd6ac95733..7fc7631aa4de 100644 --- a/toolkit/content/xul.css +++ b/toolkit/content/xul.css @@ -1015,14 +1015,6 @@ wizardpage { -moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard-buttons"); } -/********** expander ********/ - -expander { - -moz-binding: url("chrome://global/content/bindings/expander.xml#expander"); - -moz-box-orient: vertical; -} - - /********** Rich Listbox ********/ richlistbox { diff --git a/toolkit/themes/shared/non-mac.jar.inc.mn b/toolkit/themes/shared/non-mac.jar.inc.mn index 5238132b1b63..f3276acc4b0c 100644 --- a/toolkit/themes/shared/non-mac.jar.inc.mn +++ b/toolkit/themes/shared/non-mac.jar.inc.mn @@ -13,7 +13,6 @@ skin/classic/global/customizeToolbar.css (../../windows/global/customizeToolbar.css) skin/classic/global/datetimepicker.css (../../windows/global/datetimepicker.css) skin/classic/global/dialog.css (../../windows/global/dialog.css) - skin/classic/global/expander.css (../../windows/global/expander.css) skin/classic/global/filefield.css (../../windows/global/filefield.css) skin/classic/global/progressmeter.css (../../windows/global/progressmeter.css) skin/classic/global/resizer.css (../../windows/global/resizer.css) diff --git a/toolkit/themes/windows/global/expander.css b/toolkit/themes/windows/global/expander.css deleted file mode 100644 index 92cb18dee865..000000000000 --- a/toolkit/themes/windows/global/expander.css +++ /dev/null @@ -1,14 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -.expanderButton { - cursor: pointer !important; -} - -.settingsContainer { - padding-top: 3px; - padding-bottom: 5px; - padding-inline-start: 20px; - padding-inline-end: 5px; -}