virtualFolderListDialog.css 913 B

12345678910111213141516171819202122
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /* ===== virtualFolderListDialog.css ==================================================
  5. == Styles for the virtual folder list dialog.
  6. ======================================================================= */
  7. @import url("chrome://messenger/skin/mailWindow1.css");
  8. @import url("chrome://messenger/skin/folderPane.css");
  9. @import url("chrome://icons/skin/icon-theme-default.css");
  10. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  11. treechildren::-moz-tree-image(selectedColumn) {
  12. margin-inline-end: 2px;
  13. list-style-image: var(--icon-gtk-no-16);
  14. }
  15. treechildren::-moz-tree-image(selectedColumn, inVFEditSearchScope-true) {
  16. list-style-image: var(--icon-gtk-yes-16);
  17. }