зеркало из https://github.com/mozilla/gecko-dev.git
Bug 432409 - "Folder drop down in Bookmark Contextual Dialog doesn't use special icons (bookmarks toolbar, bookmarks menu, unsorted bookmarks)" (Update dropdown to use relevant icons) [p=stephen@noved.org (Stephen Horlander) r=gavin ui-r+a1.9=beltzner]
This commit is contained in:
Родитель
822470b092
Коммит
f6f42c7a1b
|
@ -138,6 +138,19 @@ menuitem.bookmark-item {
|
|||
-moz-padding-start: 0px;
|
||||
}
|
||||
|
||||
/* Bookmark panel dropdown menu items */
|
||||
#editBMPanel_toolbarFolderItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
|
||||
}
|
||||
|
||||
/* Bookmark drag and drop styles */
|
||||
.bookmark-item[dragover-into="true"] {
|
||||
background: Highlight !important;
|
||||
|
|
|
@ -331,6 +331,20 @@ toolbarpaletteitem[place="toolbar"] .places-toolbar-items {
|
|||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
||||
}
|
||||
|
||||
/* ----- BOOKMARK PANEL DROPDOWN MENU ITEMS ----- */
|
||||
|
||||
#editBMPanel_toolbarFolderItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
|
||||
}
|
||||
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.png") !important;
|
||||
}
|
||||
|
||||
/* ----- PRIMARY TOOLBAR BUTTONS ----- */
|
||||
|
||||
.toolbarbutton-1,
|
||||
|
|
|
@ -204,6 +204,23 @@ menuitem.bookmark-item {
|
|||
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
||||
}
|
||||
|
||||
/* ::::: bookmark panel dropdown icons ::::: */
|
||||
|
||||
#editBMPanel_toolbarFolderItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
||||
-moz-image-region: auto !important;
|
||||
}
|
||||
|
||||
#editBMPanel_bmRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
|
||||
-moz-image-region: auto !important;
|
||||
}
|
||||
|
||||
#editBMPanel_unfiledRootItem {
|
||||
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
|
||||
-moz-image-region: auto !important;
|
||||
}
|
||||
|
||||
/* ::::: primary toolbar buttons ::::: */
|
||||
|
||||
.toolbarbutton-1 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче