editBookmarkOverlay.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. %if 0
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. %endif
  6. /**** folder menulist ****/
  7. .folder-icon > .menulist-label-box > .menulist-icon {
  8. width: 16px;
  9. height: 16px;
  10. }
  11. .folder-icon > .menu-iconic-left {
  12. display: -moz-box;
  13. }
  14. .folder-icon {
  15. list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !important;
  16. }
  17. /**** expanders ****/
  18. .expander-up,
  19. .expander-down {
  20. min-width: 0;
  21. padding: 2px 0;
  22. padding-inline-start: 2px;
  23. }
  24. .expander-up > .button-box {
  25. -moz-appearance: button-arrow-up;
  26. }
  27. .expander-down > .button-box {
  28. -moz-appearance: button-arrow-down;
  29. }
  30. #editBookmarkPanelContent {
  31. min-width: 23em;
  32. }
  33. #editBMPanel_folderTree {
  34. margin-top: 2px;
  35. margin-bottom: 2px;
  36. }
  37. /* Hide the value column of the tag autocomplete popup
  38. * leaving only the comment column visible. This is
  39. * so that only the tag being edited is shown in the
  40. * popup.
  41. */
  42. #editBMPanel_tagsField #treecolAutoCompleteValue {
  43. visibility: collapse;
  44. }
  45. /* Bookmark panel dropdown menu items */
  46. #editBMPanel_folderMenuList[selectedIndex="0"],
  47. #editBMPanel_toolbarFolderItem {
  48. list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
  49. }
  50. #editBMPanel_folderMenuList[selectedIndex="1"],
  51. #editBMPanel_bmRootItem {
  52. list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
  53. }
  54. #editBMPanel_folderMenuList[selectedIndex="2"],
  55. #editBMPanel_unfiledRootItem {
  56. list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
  57. }