mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
222 lines
6.5 KiB
CSS
222 lines
6.5 KiB
CSS
/* 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/. */
|
|
|
|
/* Sidebars */
|
|
.sidebar-placesTree {
|
|
margin: 0;
|
|
}
|
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell(leaf) ,
|
|
.sidebar-placesTreechildren::-moz-tree-image(leaf) {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sidebar-placesTreechildren::-moz-tree-cell(separator) {
|
|
cursor: default;
|
|
}
|
|
|
|
/* Trees */
|
|
treechildren::-moz-tree-image(title) {
|
|
padding-right: 2px;
|
|
margin: 0px 2px;
|
|
width: 16px;
|
|
height: 16px;
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, livemarkItem) {
|
|
list-style-image: url("chrome://browser/skin/places/livemark-item.png");
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, livemarkItem, visited) {
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, separator) {
|
|
list-style-image: none;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, container) {
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, container, livemark) {
|
|
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
|
|
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
/* query-nodes should be styled even if they're not expandable */
|
|
treechildren::-moz-tree-image(title, query) {
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
|
|
list-style-image: url("chrome://browser/skin/places/downloads.png");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, query, tagContainer),
|
|
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
|
}
|
|
|
|
/* calendar icon for folders grouping items by date */
|
|
treechildren::-moz-tree-image(title, query, dayContainer) {
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, query, hostContainer) {
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, query, hostContainer, open) {
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(title, query, OrganizerQuery_History) {
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
}
|
|
|
|
/* 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("moz-icon://stock/gtk-directory?size=menu");
|
|
}
|
|
|
|
treechildren::-moz-tree-image(cutting) {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
treechildren::-moz-tree-cell-text(cutting) {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
/**** menuitem stock icons ****/
|
|
menuitem:not([type]) {
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
|
|
}
|
|
|
|
menuitem[command="cmd_cut"],
|
|
menuitem[cmd="cmd_cut"] {
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_cut"][disabled],
|
|
menuitem[cmd="cmd_cut"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_copy"],
|
|
menuitem[cmd="cmd_copy"] {
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_copy"][disabled],
|
|
menuitem[cmd="cmd_copy"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_paste"],
|
|
menuitem[cmd="cmd_paste"] {
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_paste"][disabled],
|
|
menuitem[cmd="cmd_paste"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_delete"],
|
|
menuitem[cmd="cmd_delete"] {
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_delete"][disabled],
|
|
menuitem[cmd="cmd_delete"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_undo"],
|
|
menuitem[cmd="cmd_undo"] {
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_undo"][disabled],
|
|
menuitem[cmd="cmd_undo"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_redo"] {
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_redo"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled");
|
|
}
|
|
|
|
menuitem[command="cmd_selectAll"],
|
|
menuitem[cmd="cmd_selectAll"] {
|
|
list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
|
|
}
|
|
|
|
menuitem[command="cmd_selectAll"][disabled],
|
|
menuitem[cmd="cmd_selectAll"][disabled] {
|
|
list-style-image: url("moz-icon://stock/gtk-select-all?size=menu&state=disabled");
|
|
}
|
|
|
|
#placesContext_open\:newwindow,
|
|
menuitem[command="placesCmd_open:window"] {
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
-moz-image-region: rect(0px 80px 16px 64px);
|
|
}
|
|
|
|
#placesContext_open\:newprivatewindow,
|
|
menuitem[command="placesCmd_open:privatewindow"] {
|
|
list-style-image: url("chrome://browser/skin/Privacy-16.png");
|
|
}
|
|
|
|
#placesContext_open\:newtab,
|
|
menuitem[command="placesCmd_open:tab"] {
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
-moz-image-region: rect(0px 64px 16px 48px);
|
|
}
|
|
|
|
#placesContext_show\:info,
|
|
menuitem[command="placesCmd_show:info"] {
|
|
list-style-image: url("moz-icon://stock/gtk-properties?size=menu");
|
|
}
|
|
|
|
#placesContext_reload {
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
|
}
|