2007-10-11 14:38:16 -07:00
|
|
|
/* Sidebars */
|
2007-10-24 02:35:18 -07:00
|
|
|
.sidebar-placesTree {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
border-top: 1px solid ThreeDShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell(leaf) ,
|
|
|
|
.sidebar-placesTreechildren::-moz-tree-image(leaf) {
|
2007-10-11 14:38:16 -07:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2007-10-24 02:35:18 -07:00
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) {
|
2007-10-11 14:38:16 -07:00
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2007-10-24 02:35:18 -07:00
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell(separator) {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2007-11-19 20:24:32 -08:00
|
|
|
/* Trees */
|
2007-06-06 08:45:27 -07:00
|
|
|
treechildren::-moz-tree-image(title) {
|
2008-04-08 17:39:18 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
padding-right: 2px;
|
|
|
|
margin: 0px 2px;
|
2007-05-10 23:17:18 -07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-04-08 17:39:18 -07:00
|
|
|
treechildren::-moz-tree-image(title, livemarkItem) {
|
|
|
|
list-style-image: url("chrome://browser/skin/livemark-item.png");
|
|
|
|
}
|
|
|
|
|
2007-05-10 23:17:18 -07:00
|
|
|
treechildren::-moz-tree-image(title, separator) {
|
2008-04-08 17:39:18 -07:00
|
|
|
list-style-image: none;
|
2007-05-10 23:17:18 -07:00
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
treechildren::-moz-tree-image(title, container) {
|
2007-11-19 18:01:53 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(title, open) {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
2007-11-19 18:01:53 -08:00
|
|
|
treechildren::-moz-tree-image(title, container, livemark) {
|
2008-05-01 17:47:54 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/livemark-folder.png");
|
2007-11-19 18:01:53 -08:00
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-04-08 17:39:18 -07:00
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/allBookmarks.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-05-01 17:47:54 -07:00
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2007-11-20 17:35:14 -08:00
|
|
|
/* query-nodes should be styled even if they're not expandable */
|
|
|
|
treechildren::-moz-tree-image(title, query) {
|
2007-11-19 18:01:53 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-05-01 17:47:54 -07:00
|
|
|
treechildren::-moz-tree-image(title, query, tagContainer),
|
2008-12-04 07:17:48 -08:00
|
|
|
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
|
2008-04-15 10:09:00 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2011-08-05 12:08:33 -07:00
|
|
|
treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/downloads.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-05-01 17:47:54 -07:00
|
|
|
/* calendar icon for folders grouping items by date */
|
2008-04-15 10:09:00 -07:00
|
|
|
treechildren::-moz-tree-image(title, query, dayContainer) {
|
2008-05-01 17:47:54 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
|
|
|
-moz-image-region: auto;
|
2008-04-15 10:09:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(title, query, hostContainer) {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(title, query, hostContainer, open) {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
2008-04-08 17:39:18 -07:00
|
|
|
treechildren::-moz-tree-image(title, query, OrganizerQuery_History) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/history.png");
|
|
|
|
}
|
|
|
|
|
2008-02-26 20:48:51 -08:00
|
|
|
/* We want some queries to look like ordinary folders. This must come
|
|
|
|
after the (title, query) selector, or it would get overridden. */
|
|
|
|
treechildren::-moz-tree-image(title, query, folder) {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image(title, query, folder, open) {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
2011-06-30 06:34:02 -07:00
|
|
|
treechildren::-moz-tree-image(cutting) {
|
|
|
|
opacity: 0.5;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-06-30 06:34:02 -07:00
|
|
|
treechildren::-moz-tree-cell-text(cutting) {
|
|
|
|
opacity: 0.7;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2008-05-05 14:03:52 -07:00
|
|
|
|
|
|
|
/* Browser Sidebars */
|
|
|
|
|
|
|
|
/* Default button vert. margins are 1px/2px, and this can cause misalignment */
|
|
|
|
#viewButton {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
#viewButton > .button-box > .button-menu-dropmarker {
|
2008-05-05 14:03:52 -07:00
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
-moz-margin-end: -3px;
|
|
|
|
}
|