--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998-1999
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Joe Hewitt (hewitt@netscape.com)
+ * Jason Kersey (kerz@netscape.com)
+ * Pierre Chanial (chanial@noos.fr)
+ * Dean Tessman (dean_tessman@hotmail.com)
+ * Robert Kaiser (kairo@kairo.at)
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://global/skin/");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+menubar {
+ -moz-binding: url("chrome://global/content/widgets/toolbar.xml#menubar");
+ background-color: transparent;
+}
+
+toolbar {
+ -moz-binding: url("chrome://browser/skin/browser.xml#toolbar");
+}
+
+menubar > menu {
+ -moz-margin-start: 2px;
+}
+
+.toolbar-primary > .toolbar-holder {
+ background-color: #FF9F00;
+}
+
+.toolbar-primary > .toolbar-begcap,
+.toolbar-primary > .toolbar-endcap {
+ background-color: #9C9CFF;
+}
+
+#PersonalToolbar {
+ min-height: 20px;
+}
+
+/* ::::: bookmark buttons ::::: */
+
+toolbarbutton.bookmark-item {
+ margin: 0;
+ -moz-margin-end: 2px;
+ min-width: 0;
+ max-width: 13em;
+ min-height: 20px;
+ padding: 1px;
+}
+
+toolbarbutton.bookmark-item:hover:active,
+toolbarbutton.bookmark-item[open="true"] {
+ padding-top: 2px;
+ padding-bottom: 0px;
+ -moz-padding-start: 2px;
+ -moz-padding-end: 0px;
+}
+
+.bookmark-item > .toolbarbutton-icon {
+ width: 16px;
+ height: 16px;
+}
+
+/* Prevent [mode="icons"] from hiding the label */
+.bookmark-item > .toolbarbutton-text {
+ display: -moz-box !important;
+}
+
+.bookmark-item > .toolbarbutton-menu-dropmarker {
+ display: none;
+}
+
+.toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
+ width: 32px;
+ height: 32px;
+ background: url("chrome://browser/skin/icons/bookmarks-folder.gif") no-repeat;
+}
+
+.bookmarks-toolbar-customize {
+ display: none;
+ max-width: 15em !important;
+}
+
+toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
+ display: -moz-box;
+}
+
+toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
+ visibility: hidden;
+}
+
+toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
+ visibility: hidden;
+}
+
+/* ::::: bookmark menus ::::: */
+
+menu.bookmark-item,
+menuitem.bookmark-item {
+ min-width: 0;
+ max-width: 26em;
+ border-top: 1px solid transparent !important;
+ border-bottom: 1px solid transparent !important;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ -moz-padding-start: 2px;
+ -moz-padding-end: 3px;
+ margin-top: -1px;
+}
+
+.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
+ width: 16px;
+ height: 16px;
+}
+
+/* ..... drag and drop styles ..... */
+
+.bookmark-item[dragover-left="true"] {
+ -moz-border-left-colors: #008484;
+}
+.bookmark-item[dragover-right="true"] {
+ -moz-border-right-colors: #008484;
+}
+.bookmark-item[dragover-top="true"] {
+ -moz-border-top-colors: #008484;
+}
+.bookmark-item[dragover-bottom="true"] {
+ -moz-border-bottom-colors: #008484;
+}
+
+/* ::::: bookmark items ::::: */
+
+.bookmark-item {
+ list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif");
+}
+
+.bookmark-item[container="true"] {
+ list-style-image: url("chrome://browser/skin/icons/bookmark-folder-closed.gif");
+}
+.bookmark-item[open="true"],
+.bookmark-item[container="true"][open="true"] {
+ list-style-image: url("chrome://browser/skin/icons/bookmark-folder-open.gif");
+}
+
+/* ::::: primary toolbar buttons ::::: */
+
+.toolbarbutton-1,
+.toolbarbutton-1 > .toolbarbutton-menubutton-button {
+ -moz-box-orient: vertical;
+ min-width: 0px;
+}
+
+toolbarbutton:not([disabled="true"]):hover,
+menubutton:not([disabled="true"]):hover,
+toolbarbutton:not([disabled="true"]):hover:active,
+menubutton:not([disabled="true"]):hover:active {
+ color: #000000 !important;
+}
+
+/*
+.toolbarbutton-menubutton-stack,
+.toolbarbutton-menubutton-button,
+.toolbarbutton-menubutton-stack:hover,
+.toolbarbutton-menubutton-button:hover,
+.toolbarbutton-menubutton-stack:hover:active,
+.toolbarbutton-menubutton-button:hover:active {
+ margin: 0 !important;
+ display: -moz-box;
+}
+*/
+
+toolbarbutton[type="menu-button"] {
+ -moz-box-orient: horizontal;
+}
+
+toolbar[mode="icons"] .toolbarbutton-text {
+ display: none;
+}
+
+toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
+toolbar[mode="text"] .toolbarbutton-icon {
+ display: none;
+}
+
+toolbar[mode="text"] .toolbarbutton-text {
+ padding: 0 !important;
+ margin: 3px 5px !important;
+}
+
+#back-button {
+/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
+ list-style-image: url("chrome://browser/skin/icons/back.gif");
+}
+#back-button:hover,
+#back-button[open="true"] {
+ list-style-image: url("chrome://browser/skin/icons/back-hover.gif");
+}
+#back-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/back-disabled.gif");
+}
+
+#forward-button {
+/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
+ list-style-image: url("chrome://browser/skin/icons/forward.gif");
+}
+#forward-button:hover,
+#forward-button[open="true"] {
+ list-style-image: url("chrome://browser/skin/icons/forward-hover.gif");
+}
+#forward-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/forward-disabled.gif");
+}
+
+#reload-button {
+ list-style-image: url("chrome://browser/skin/icons/reload.gif");
+}
+#reload-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/reload-hover.gif");
+}
+#reload-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/reload-disabled.gif");
+}
+
+#stop-button {
+ list-style-image: url("chrome://browser/skin/icons/stop.gif");
+}
+#stop-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/stop-hover.gif");
+}
+#stop-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/stop-disabled.gif");
+}
+
+#home-button {
+ list-style-image: url("chrome://browser/skin/icons/home.gif");
+}
+#home-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/home-hover.gif");
+}
+#home-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/home-disabled.gif");
+}
+
+#print-button {
+ list-style-image: url("chrome://browser/skin/icons/print.gif");
+}
+#print-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/print-hover.gif");
+}
+#print-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/print-disabled.gif");
+}
+
+#new-tab-button {
+ list-style-image: url("chrome://browser/skin/icons/new-tab.gif");
+}
+#new-tab-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/new-tab-hover.gif");
+}
+#new-tab-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/new-tab-disabled.gif");
+}
+
+#new-window-button {
+ list-style-image: url("chrome://browser/skin/icons/new-window.gif");
+}
+#new-window-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/new-window-hover.gif");
+}
+#new-window-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/new-window-disabled.gif");
+}
+
+#downloads-button {
+ list-style-image: url("chrome://browser/skin/icons/downloads.gif");
+}
+#downloads-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/downloads-hover.gif");
+}
+#downloads-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/downloads-disabled.gif");
+}
+
+#bookmarks-button {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks.gif");
+}
+#bookmarks-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks-hover.gif");
+}
+#bookmarks-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks-disabled.gif");
+}
+
+#history-button {
+ list-style-image: url("chrome://browser/skin/icons/history.gif");
+}
+#history-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/history-hover.gif");
+}
+#history-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/history-disabled.gif");
+}
+
+#cut-button {
+ list-style-image: url("chrome://browser/skin/icons/cut.gif");
+}
+#cut-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/cut-hover.gif");
+}
+#cut-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif");
+}
+
+#copy-button {
+ list-style-image: url("chrome://browser/skin/icons/copy.gif");
+}
+#copy-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/copy-hover.gif");
+}
+#copy-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif");
+}
+
+#paste-button {
+ list-style-image: url("chrome://browser/skin/icons/paste.gif");
+}
+#paste-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/paste-hover.gif");
+}
+#paste-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
+}
+
+
+/* ::::: small primary toolbar buttons ::::: */
+
+toolbar[iconsize="small"] #back-button {
+ list-style-image: url("chrome://browser/skin/icons/back-small.gif");
+}
+toolbar[iconsize="small"] #back-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/back-small-hover.gif");
+}
+toolbar[iconsize="small"] #back-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/back-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #forward-button {
+ list-style-image: url("chrome://browser/skin/icons/forward-small.gif");
+}
+toolbar[iconsize="small"] #forward-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/forward-small-hover.gif");
+}
+toolbar[iconsize="small"] #forward-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/forward-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #reload-button {
+ list-style-image: url("chrome://browser/skin/icons/reload-small.gif");
+}
+toolbar[iconsize="small"] #reload-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/reload-small-hover.gif");
+}
+toolbar[iconsize="small"] #reload-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/reload-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #stop-button {
+ list-style-image: url("chrome://browser/skin/icons/stop-small.gif");
+}
+toolbar[iconsize="small"] #stop-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/stop-small-hover.gif");
+}
+toolbar[iconsize="small"] #stop-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/stop-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #home-button {
+ list-style-image: url("chrome://browser/skin/icons/home-small.gif");
+}
+toolbar[iconsize="small"] #home-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/home-small-hover.gif");
+}
+toolbar[iconsize="small"] #home-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/home-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #print-button {
+ list-style-image: url("chrome://browser/skin/icons/print-small.gif");
+}
+toolbar[iconsize="small"] #print-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/print-small-hover.gif");
+}
+toolbar[iconsize="small"] #print-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/print-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #downloads-button {
+ list-style-image: url("chrome://browser/skin/icons/downloads-small.gif");
+}
+toolbar[iconsize="small"] #downloads-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/downloads-small-hover.gif");
+}
+toolbar[iconsize="small"] #downloads-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/downloads-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #new-tab-button {
+ list-style-image: url("chrome://browser/skin/icons/new-tab-small.gif");
+}
+toolbar[iconsize="small"] #new-tab-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/new-tab-small-hover.gif");
+}
+toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/new-tab-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #new-window-button {
+ list-style-image: url("chrome://browser/skin/icons/new-window-small.gif");
+}
+toolbar[iconsize="small"] #new-window-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/new-window-small-hover.gif");
+}
+toolbar[iconsize="small"] #new-window-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/new-window-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #bookmarks-button {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks-small.gif");
+}
+toolbar[iconsize="small"] #bookmarks-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks-small-hover.gif");
+}
+toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/bookmarks-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #history-button {
+ list-style-image: url("chrome://browser/skin/icons/history-small.gif");
+}
+toolbar[iconsize="small"] #history-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/history-small-hover.gif");
+}
+toolbar[iconsize="small"] #history-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #cut-button {
+ list-style-image: url("chrome://browser/skin/icons/cut-small.gif");
+}
+toolbar[iconsize="small"] #cut-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/cut-small-hover.gif");
+}
+toolbar[iconsize="small"] #cut-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #copy-button {
+ list-style-image: url("chrome://browser/skin/icons/copy-small.gif");
+}
+toolbar[iconsize="small"] #copy-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/copy-small-hover.gif");
+}
+toolbar[iconsize="small"] #copy-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #paste-button {
+ list-style-image: url("chrome://browser/skin/icons/paste-small.gif");
+}
+toolbar[iconsize="small"] #paste-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/paste-small-hover.gif");
+}
+toolbar[iconsize="small"] #paste-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif");
+}
+
+
+/* Smaller padding on small toolbar buttons */
+
+toolbar[iconsize="small"] .toolbarbutton-1 {
+ padding: 2px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[open="true"] {
+ padding-top: 3px;
+ padding-bottom: 1px;
+ -moz-padding-start: 3px;
+ -moz-padding-end: 1px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] {
+ padding: 2px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
+ padding-top: 3px !important;
+ padding-bottom: 1px !important;
+ -moz-padding-start: 3px !important;
+ -moz-padding-end: 1px !important;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
+ padding: 0;
+}
+
+/* ::::: fullscreen window controls ::::: */
+
+#window-controls {
+ -moz-box-align: center;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ -moz-padding-start: 0px;
+ -moz-padding-end: 2px;
+ border-left: 3px solid #000000;
+ min-height: 28px;
+}
+
+#minimize-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+}
+#minimize-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
+}
+#restore-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+}
+#restore-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
+}
+#close-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+}
+#close-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
+}
+
+/* ::::: nav-bar-inner ::::: */
+
+#urlbar {
+ margin: 2px 3px;
+}
+
+#search-bar {
+ width: 12em;
+}
+
+/* ::::: page proxy icon ::::: */
+
+#page-proxy-deck,
+#page-proxy-favicon,
+#page-proxy-button {
+ width: 16px;
+ height: 16px;
+}
+
+#page-proxy-deck {
+ cursor: -moz-grab;
+ margin: 2px 3px;
+}
+
+#page-proxy-favicon {
+ list-style-image: none;
+}
+
+#page-proxy-button {
+ list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
+}
+
+#page-proxy-button[pageproxystate="invalid"] {
+ cursor: default;
+ list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
+}
+
+
+statusbarpanel#statusbar-display {
+ -moz-padding-start: 0;
+}
+
+/* ::::: search-bar ::::: */
+
+#search-proxy-button {
+ margin: 2px;
+ list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
+}
+
+#miSearchModeFind {
+ list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
+}
+
+/* ::::: autocomplete ::::: */
+
+.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
+ color: #336699;
+}
+
+/* ::::: go button ::::: */
+
+#go-button,
+#go-container {
+ background-color: transparent;
+ border: none;
+ margin: 0;
+ padding: 0;
+ min-width: 0;
+ list-style-image: url("chrome://browser/skin/icons/go.gif");
+}
+
+#go-button {
+ border: 1px solid transparent;
+}
+
+#go-button:hover,
+#go-button:hover:active {
+ list-style-image: url("chrome://browser/skin/icons/go-hover.gif");
+ border: 1px outset #CCD0DD;
+}
+
+#go-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/go-disabled.gif");
+ border: 1px solid transparent;
+}
+
+#go-button > .button-box > .button-text {
+ -moz-margin-start: 5px !important;
+}
+
+#go-button > .button-box {
+ border: none;
+}
+
+#sidebar {
+ background-color: #CCD0DD;
+}
+
+/* ::::: content area ::::: */
+
+#status-bar {
+ border-top: none;
+}
+
+#security-button {
+ display: none;
+}
+
+#security-button[level="high"] {
+ list-style-image: url("chrome://browser/skin/icons/secure.gif");
+ display: -moz-box;
+}
+
+#security-button[level="low"] {
+ list-style-image: url("chrome://browser/skin/icons/secure.gif");
+ display: -moz-box;
+}
+
+#security-button[level="broken"] {
+ list-style-image: url("chrome://browser/skin/icons/security-broken.gif");
+ display: -moz-box;
+}
+
+#page-report-button {
+ display: none;
+}
+
+#page-report-button[blocked] {
+ display: -moz-box;
+ list-style-image: url("chrome://browser/skin/icons/info.gif");
+ padding: 0px 3px;
+}
+
+#page-theme-button {
+ display: none;
+}
+
+#page-theme-button[themes] {
+ display: -moz-box;
+ list-style-image: url("chrome://browser/skin/icons/page-themes.gif");
+ padding: 0px 3px;
+}
+
+/* ::::: throbber ::::: */
+
+#navigator-throbber {
+ -moz-user-focus: ignore;
+ margin: 0;
+ -moz-margin-end: 2px;
+ border: none !important;
+ padding: 0px !important;
+ min-width: 0;
+ list-style-image: url("chrome://browser/skin/icons/throbber-stopped.gif");
+}
+#navigator-throbber[busy="true"] {
+ list-style-image: url("chrome://browser/skin/icons/throbber.gif");
+}
+
+toolbar[iconsize="small"] #navigator-throbber,
+toolbar[mode="text"] #navigator-throbber {
+ list-style-image: url("chrome://browser/skin/icons/throbber-small-stopped.gif");
+}
+toolbar[iconsize="small"] #navigator-throbber[busy="true"],
+toolbar[mode="text"] #navigator-throbber[busy="true"] {
+ list-style-image: url("chrome://browser/skin/icons/throbber-small.gif");
+}
+
+.tabs-closebutton {
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
+/*
+#content .tabs-closebutton {
+ list-style-image: url("chrome://browser/skin/Close-tab.png");
+ -moz-image-region: rect(0px, 18px, 14px, 0px);
+}
+
+#content .tabs-closebutton:hover {
+ -moz-image-region: rect(0px, 36px, 14px, 18px);
+}
+*/
+toolbarbutton.chevron {
+ list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
+}
+
+
+toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+ display: none;
+}
+
+toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
+ display: -moz-box;
+}
+
+toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
+ display: none;
+}
+
+#sidebar-throbber[loading="true"] {
+ list-style-image: url(chrome://global/skin/icons/loading.gif);
+}
/* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.1 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* Jason Kersey (kerz@netscape.com)
* Pierre Chanial (chanial@noos.fr)
* Dean Tessman (dean_tessman@hotmail.com)
- * Robert Kaiser (kairo@kairo.at)
+ * Blake Ross (blake@cs.stanford.edu)
+ * Pamela Greene (pamg.bugs@gmail.com)
+ * Dão Gottwald (dao@mozilla.com)
+ * Jim Mathies (jmathies@mozilla.com)
+ * Drew Willcoxon (adw@mozilla.com)
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the NPL, indicate your
+ * use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
- * the terms of any one of the NPL, the GPL or the LGPL.
+ * the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
+
+toolbar {
+ -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
+}
menubar {
- -moz-binding: url("chrome://global/content/widgets/toolbar.xml#menubar");
- background-color: transparent;
+ -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
}
-toolbar {
- -moz-binding: url("chrome://browser/skin/browser.xml#toolbar");
+#menubar-items {
+ -moz-box-orient: vertical; /* for flex hack */
}
-menubar > menu {
- -moz-margin-start: 2px;
+#main-menubar {
+ -moz-box-flex: 1; /* make menu items expand to fill toolbar height */
+}
+
+#navigator-toolbox {
+}
+
+#navigator-toolbox > toolbar:not(:-moz-lwtheme) {
+}
+
+#main-window[tabsintitlebar] #titlebar-content:not(:-moz-lwtheme),
+#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme) {
+ /* like menubar */
+ background-color: #6000CF;
+ color: #FF9F00;
+}
+#main-window[tabsintitlebar] #titlebar-content:not(:-moz-lwtheme):-moz-window-inactive,
+#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
+ background-color: #8050B0;
+ color: #FF9F00;
+}
+
+#main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
+ visibility: hidden;
+}
+#main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme {
+ -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
+ visibility: visible;
+}
+
+#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar)[iconsize="small"],
+#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar)[defaulticonsize="small"]:not([iconsize]) {
+ padding-top: 1px;
+ padding-bottom: 1px;
+}
+
+#nav-bar:not(:-moz-lwtheme),
+#nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme),
+#nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme),
+#navigator-toolbox[tabsontop="true"] > #nav-bar,
+#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
+#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
+ /* background-image: -moz-linear-gradient(@toolbarHighlight@, rgba(255,255,255,0)); */
+}
+
+#navigator-toolbox[tabsontop="false"] > #toolbar-menubar:not(:-moz-lwtheme) {
+ /* background-image: -moz-linear-gradient(@toolbarHighlight@, @toolbarHighlight@); */
+}
+
+#navigator-toolbox[tabsontop="true"] > #nav-bar:not(:-moz-lwtheme),
+#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme),
+#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme) {
+}
+
+#personal-bookmarks {
+ min-height: 24px;
+}
+
+#print-preview-toolbar:not(:-moz-lwtheme) {
+ /* -moz-appearance: toolbox; */
}
-.toolbar-primary > .toolbar-holder {
+/* ::::: app menu button ::::: */
+
+#appmenu-button {
background-color: #FF9F00;
+ background-clip: padding-box;
+ border-radius: 0;
+ border: none;
+ border-left: 3px solid #000000;
+ border-right: 3px solid #000000;
+ color: #000000;
+ font-weight: bold;
+ padding: 0 1.5em .05em;
+ margin: 0 0 2px;
}
-.toolbar-primary > .toolbar-begcap,
-.toolbar-primary > .toolbar-endcap {
- background-color: #9C9CFF;
+#main-window[privatebrowsingmode=temporary] #appmenu-button {
+ background-color: #6000CF;
+ color: #FFCF00;
+}
+
+#appmenu-button:hover,
+#appmenu-button:hover:active,
+#appmenu-button[open] {
+ background-color: #FFCF00;
+ color: #000000;
+}
+
+#appmenu-button > .button-box > .button-menu-dropmarker {
+ list-style-image: url("appmenu-dropmarker.png");
+ width: auto;
+ height: auto;
+ padding: 0;
+ margin: 0;
+ -moz-margin-start: .5em;
+}
+
+.split-menuitem-menu {
+ -moz-box-pack: end;
+}
+
+.appmenu-edit-button {
+}
+
+.appmenu-edit-button[disabled="true"] {
+}
+
+#appmenuPrimaryPane {
+ -moz-border-end: 1px solid #9C9CFF;
+}
+/*
+ #appmenu-popup {
+ }
+ #appmenuPrimaryPane {
+ }
+ #appmenuSecondaryPane {
+ }
+ #appmenuSecondaryPane:-moz-locale-dir(rtl) {
+ }
+
+ #appmenuSecondaryPane menupopup {
+ }
+
+ .appmenu-menuseparator {
+ }
+
+ .appmenu-edit-button:not([disabled]):hover {
+ }
+*/
+#appmenuSecondaryPane-spacer {
+ min-height: 1em;
+}
+
+#appmenu_print,
+#appmenu_print_popup,
+.appmenu-edit-button,
+#appmenu-quit {
+ list-style-image: url("appmenu-icons.png");
+}
+
+#appmenu-cut {
+ -moz-image-region: rect(0 16px 16px 0);
}
-#PersonalToolbar {
- min-height: 20px;
+#appmenu-copy {
+ -moz-image-region: rect(0 32px 16px 16px);
+}
+
+#appmenu-paste {
+ -moz-image-region: rect(0 48px 16px 32px);
+}
+
+#appmenu_print,
+#appmenu_print_popup {
+ -moz-image-region: rect(0 64px 16px 48px);
+}
+
+#appmenu-quit {
+ -moz-image-region: rect(0 80px 16px 64px);
+}
+
+#appmenu-edit-label {
+ -moz-appearance: none;
+ background: transparent;
+ font-style: italic;
+}
+
+#appmenu_bookmarks {
+ list-style-image: url("chrome://browser/skin/places/bookmark.png");
+ -moz-image-region: rect(0px 48px 16px 32px);
+}
+
+#appmenu_privateBrowsing {
+ list-style-image: url("chrome://browser/skin/Privacy-16.png");
+}
+
+#appmenu_addons {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
+}
+
+#BMB_bookmarkThisPage,
+#appmenu_bookmarkThisPage {
+ list-style-image: url("chrome://browser/skin/places/bookmark.png");
+ -moz-image-region: rect(0 16px 16px 0);
+}
+
+/* ::::: titlebar ::::: */
+
+#main-window[sizemode="normal"] > #titlebar {
+}
+
+#main-window[sizemode="maximized"] > #titlebar {
+}
+
+#titlebar-buttonbox {
+}
+
+#main-window[sizemode="maximized"] #titlebar-buttonbox {
+}
+
+.titlebar-placeholder[type="appmenu-button"] {
+ margin-left: 4px;
+}
+
+.titlebar-placeholder[type="caption-buttons"] {
+ margin-left: 10px;
+}
+
+/* titlebar command buttons */
+
+#titlebar-min {
+}
+
+#titlebar-max {
+}
+
+#main-window[sizemode="maximized"] #titlebar-max {
+}
+
+#titlebar-close {
}
/* ::::: bookmark buttons ::::: */
toolbarbutton.bookmark-item {
margin: 0;
- -moz-margin-end: 2px;
- min-width: 0;
- max-width: 13em;
- min-height: 20px;
- padding: 1px;
+ padding: 2px 3px;
}
-toolbarbutton.bookmark-item:hover:active,
+toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
toolbarbutton.bookmark-item[open="true"] {
- padding-top: 2px;
- padding-bottom: 0px;
- -moz-padding-start: 2px;
- -moz-padding-end: 0px;
+ padding-top: 3px;
+ padding-bottom: 1px;
+ -moz-padding-start: 4px;
+ -moz-padding-end: 2px;
}
.bookmark-item > .toolbarbutton-icon {
display: -moz-box !important;
}
-.bookmark-item > .toolbarbutton-menu-dropmarker {
- display: none;
+.bookmark-item > .toolbarbutton-menu-dropmarker {
+ display: none;
+}
+
+#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
+ width: 16px;
+ height: 16px;
+ background: url("chrome://browser/skin/places/bookmarksToolbar.png") no-repeat;
+}
+
+.bookmarks-toolbar-customize {
+ max-width: 15em !important;
+ list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
+}
+
+/* ::::: bookmark menus ::::: */
+
+menu.bookmark-item,
+menuitem.bookmark-item {
+ min-width: 0;
+ max-width: 26em;
+}
+
+.bookmark-item > .menu-iconic-left {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
+ -moz-padding-start: 0px;
+}
+
+/* ::::: bookmark items ::::: */
+
+.bookmark-item {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+.bookmark-item[container] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
+}
+
+.bookmark-item[container][open] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
+}
+
+.bookmark-item[container][livemark] {
+ list-style-image: url("chrome://browser/skin/livemark-folder.png");
+ -moz-image-region: auto;
+}
+
+.bookmark-item[container][livemark] .bookmark-item {
+ list-style-image: url("chrome://browser/skin/livemark-item.png");
+ -moz-image-region: auto;
+}
+
+.bookmark-item[container][query] {
+ list-style-image: url("chrome://browser/skin/places/query.png");
+ -moz-image-region: auto;
+}
+
+.bookmark-item[query][tagContainer] {
+ list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
+ -moz-image-region: auto;
+}
+
+.bookmark-item[query][dayContainer] {
+ list-style-image: url("chrome://browser/skin/places/calendar.png");
+ -moz-image-region: auto;
+}
+
+.bookmark-item[query][hostContainer] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
+}
+
+.bookmark-item[query][hostContainer][open] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
+}
+
+/* ::::: primary toolbar buttons ::::: */
+
+/* ::::: large toolbar buttons ::::: */
+
+.toolbarbutton-1,
+.toolbarbutton-1 > .toolbarbutton-menubutton-button {
+ min-width: 36px;
+ min-height: 36px;
+ -moz-box-orient: vertical;
+}
+
+.toolbarbutton-1[type="menu-button"] {
+ -moz-box-orient: horizontal;
+}
+
+.toolbarbutton-1,
+.toolbarbutton-1 > .toolbarbutton-menubutton-button,
+.toolbarbutton-1[disabled="true"]:hover:active,
+.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
+ padding: 1px 2px;
+}
+
+.toolbarbutton-1:hover:active,
+.toolbarbutton-1[open="true"],
+.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
+ padding-top: 2px;
+ padding-bottom: 0px;
+ -moz-padding-start: 3px;
+ -moz-padding-end: 1px;
+}
+
+.toolbarbutton-1[type="menu"] {
+ -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu-vertical");
+}
+
+/* ::::: small primary toolbar buttons ::::: */
+
+toolbar[mode="text"] .toolbarbutton-1,
+toolbar[mode="icons"] .toolbarbutton-1,
+toolbar[iconsize="small"] .toolbarbutton-1,
+:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1,
+toolbar[mode="text"] .toolbarbutton-menubutton-button,
+toolbar[mode="icons"] .toolbarbutton-menubutton-button,
+toolbar[iconsize="small"] .toolbarbutton-menubutton-button,
+:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button {
+ min-width: 0px;
+ min-height: 0px;
+}
+
+toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker {
+ padding-top: 4px;
+ padding-bottom: 8px;
+ -moz-padding-start: 1px;
+ -moz-padding-end: 1px;
+}
+
+toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker,
+toolbar[iconsize="small"] .toolbarbutton-menubutton-dropmarker,
+:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
+ padding-top: 0px;
+ padding-bottom: 13px;
+ -moz-padding-start: 1px;
+ -moz-padding-end: 1px;
+}
+
+toolbar[mode="text"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
+toolbar[mode="text"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
+ padding-top: 5px;
+ padding-bottom: 7px;
+ -moz-padding-start: 0px;
+ -moz-padding-end: 2px;
+}
+
+toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
+toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
+:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
+:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
+ padding-top: 1px;
+ padding-bottom: 12px;
+ -moz-padding-start: 0px;
+ -moz-padding-end: 2px;
+}
+
+toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker[disabled="true"] {
+ padding-top: 4px !important;
+ padding-bottom: 8px !important;
+ -moz-padding-start: 1px !important;
+ -moz-padding-end: 1px !important;
+}
+
+toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker[disabled="true"],
+toolbar[iconsize="small"] > .toolbarbutton-menubutton-dropmarker[disabled="true"] {
+ padding-top: 0px !important;
+ padding-bottom: 13px !important;
+ -moz-padding-start: 1px !important;
+ -moz-padding-end: 1px !important;
+}
+
+toolbar[mode="icons"] .toolbarbutton-text,
+toolbar[mode="text"] .toolbarbutton-icon {
+ display: none;
+}
+
+toolbar[mode="text"] .toolbarbutton-text {
+ padding: 4px 0;
+}
+
+toolbar[mode="text"] .toolbarbutton-1,
+toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
+ -moz-box-orient: horizontal;
+}
+
+toolbar[mode="full"] .toolbarbutton-1,
+toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
+ min-width: 30px;
+}
+
+/* unified back/forward button */
+
+#back-button {
+ -moz-image-region: rect(0, 18px, 18px, 0);
+ -moz-margin-end: 0;
+}
+
+#forward-button {
+ -moz-image-region: rect(0, 36px, 18px, 18px);
+ border-left: none;
+ -moz-margin-start: 0;
+}
+
+#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
+#forward-button:-moz-locale-dir(rtl),
+#forward-button:-moz-locale-dir(rtl) > .toolbarbutton-text {
+ -moz-transform: scaleX(-1);
+}
+
+#back-button:-moz-locale-dir(ltr) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+#back-button:-moz-locale-dir(rtl),
+#forward-button {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+toolbar:not([iconsize="small"])[mode="icons"] #back-button {
+ border-radius: 10000px;
+ width: 30px;
+ height: 30px;
+ position: relative;
+ z-index: 1;
+ margin-top: -2px;
+ margin-bottom: -2px;
+ border: none;
+ -moz-image-region: rect(18px, 20px, 38px, 0);
+}
+
+toolbar:not([iconsize="small"])[mode="icons"] #back-button:not([disabled="true"]):not([checked="true"]):not(:active):hover {
+}
+
+toolbar:not([iconsize="small"])[mode="icons"] #back-button:not([disabled="true"]):hover:active {
+}
+
+toolbar:not([iconsize="small"])[mode="icons"][currentset*="unified-back-forward-button"],
+#nav-bar:not([iconsize="small"])[mode="icons"]:not([currentset]) {
+/* padding-top: 3px;
+ padding-bottom: 5px; */
+}
+
+#navigator-toolbox[tabsontop="true"] > toolbar:not([iconsize="small"])[mode="icons"][currentset*="unified-back-forward-button"],
+#navigator-toolbox[tabsontop="true"] > #nav-bar:not([iconsize="small"])[mode="icons"]:not([currentset]) {
+/* padding-top: 5px; */
+}
+
+toolbar:not([iconsize="small"])[mode="icons"] #forward-button {
+ /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
+ mask: url("chrome://browser/content/browser.xul#winstripe-keyhole-forward-mask");
+ -moz-margin-start: -6px;
+ padding-left: 7px;
+ padding-right: 3px;
+}
+
+toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="true"]):not(:active):hover {
+ /*mask: url(keyhole-forward-mask.svg#mask-hover);*/
+ mask: url("chrome://browser/content/browser.xul#winstripe-keyhole-forward-mask-hover");
+}
+
+.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
+.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
+ list-style-image: url("chrome://browser/skin/menu-back.png") !important;
+}
+
+.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
+.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
+ list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
+}
+
+/* stop button */
+
+#stop-button {
+ -moz-image-region: rect(0, 54px, 18px, 36px);
+}
+
+/* reload button */
+
+#reload-button {
+ -moz-image-region: rect(0, 72px, 18px, 54px);
+}
+
+/* home button */
+
+#home-button.bookmark-item {
+ list-style-image: url("chrome://browser/skin/Toolbar.png");
+}
+#home-button {
+ -moz-image-region: rect(0, 90px, 18px, 72px);
+}
+
+/* tabview button */
+
+#tabview-button {
+ list-style-image: url("chrome://browser/skin/tabview/tabview.png");
+ -moz-image-region: rect(0, 90px, 18px, 72px);
+}
+
+#tabview-button[groups="0"] {
+ -moz-image-region: rect(0, 18px, 18px, 0);
+}
+
+#tabview-button[groups="1"] {
+ -moz-image-region: rect(0, 36px, 18px, 18px);
+}
+
+#tabview-button[groups="2"] {
+ -moz-image-region: rect(0, 54px, 18px, 36px);
+}
+
+#tabview-button[groups="3"] {
+ -moz-image-region: rect(0, 72px, 18px, 54px);
+}
+
+/* download manager button */
+
+#downloads-button {
+ -moz-image-region: rect(0, 108px, 18px, 90px);
+}
+
+/* history sidebar button */
+
+#history-button {
+ -moz-image-region: rect(0, 126px, 18px, 108px);
+}
+
+/* bookmark sidebar & menu buttons */
+
+#bookmarks-button,
+#bookmarks-menu-button {
+ -moz-image-region: rect(0, 144px, 18px, 126px);
+}
+
+#bookmarks-menu-button.bookmark-item {
+ list-style-image: url("chrome://browser/skin/Toolbar.png");
+}
+
+#bookmarks-menu-button.toolbarbutton-1 {
+ -moz-box-orient: horizontal;
+}
+
+/* print button */
+
+#print-button {
+ -moz-image-region: rect(0, 162px, 18px, 144px);
+}
+
+/* toolbar new tab button */
+
+#new-tab-button {
+ -moz-image-region: rect(0, 180px, 18px, 162px);
+}
+
+/* new window button */
+
+#new-window-button {
+ -moz-image-region: rect(0, 198px, 18px, 180px);
+}
+
+/* cut button */
+
+#cut-button {
+ -moz-image-region: rect(0, 216px, 18px, 198px);
+}
+
+/* copy button */
+
+#copy-button {
+ -moz-image-region: rect(0, 234px, 18px, 216px);
+}
+
+/* paste button */
+
+#paste-button {
+ -moz-image-region: rect(0, 252px, 18px, 234px);
+}
+
+/* fullscreen button */
+
+#fullscreen-button {
+ -moz-image-region: rect(0, 270px, 18px, 252px);
+}
+
+/* zoom controls */
+
+#zoom-out-button {
+ -moz-image-region: rect(0, 288px, 18px, 270px);
+ -moz-margin-end: 0;
+}
+
+#zoom-in-button {
+ -moz-image-region: rect(0, 306px, 18px, 288px);
+ -moz-border-start: none;
+ -moz-margin-start: 0;
+}
+
+#zoom-out-button:-moz-locale-dir(ltr),
+#zoom-in-button:-moz-locale-dir(rtl) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+#zoom-out-button:-moz-locale-dir(rtl),
+#zoom-in-button:-moz-locale-dir(ltr) {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+/* sync button */
+
+#sync-button {
+ -moz-image-region: rect(0, 324px, 18px, 306px);
+}
+
+#sync-button[status="active"] {
+ list-style-image: url("chrome://browser/skin/sync-throbber.png");
+ -moz-image-region: rect(0, 18px, 18px, 0);
+}
+
+/* feed button */
+
+#feed-button {
+ -moz-image-region: rect(0, 342px, 18px, 324px);
+}
+
+/* ::::: fullscreen window controls ::::: */
+
+#minimize-button,
+#restore-button,
+#close-button {
+/* padding: 0; */
+}
+
+#minimize-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+}
+
+#minimize-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
+}
+
+#restore-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+}
+
+#restore-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
+}
+
+#close-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+}
+
+#close-button:hover {
+ list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
+}
+
+/* ::::: Location Bar ::::: */
+
+#urlbar {
+ width: 7em;
+ min-width: 7em;
+}
+
+#urlbar,
+.searchbar-textbox {
+ border-radius: 5px;
+ margin: 0;
+ -moz-margin-start: 3px;
+}
+
+.urlbar-textbox-container {
+ border-radius: 3px 0 0 3px;
+ padding: 2px;
+}
+
+.urlbar-frontcap {
+/* margin-top: 2px;
+ margin-bottom: 2px;
+ margin-left: 2px; */
+}
+
+.searchbar-textbox {
+ border-radius: 3px;
+ padding: 2px;
+}
+
+#urlbar:-moz-lwtheme,
+.searchbar-textbox:-moz-lwtheme {
+ /* background-color: rgba(255,255,255,.8);
+ @navbarTextboxCustomBorder@
+ color: black; */
+}
+
+html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
+.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
+ color: #E7ADE7;
+}
+
+#urlbar:-moz-lwtheme[focused="true"],
+.searchbar-textbox:-moz-lwtheme[focused="true"] {
+/* background-color: white; */
+}
+
+#urlbar-container {
+ -moz-box-orient: horizontal;
+ -moz-box-align: stretch;
+}
+
+#urlbar-icons {
+ height: 18px;
+ -moz-box-align: center;
+}
+
+.urlbar-icon {
+ padding: 0 2px !important;
+}
+
+.urlbar-icon:-moz-system-metric(touch-enabled) {
+ -moz-margin-end: 1px !important;
+ padding: 0 3px !important;
+}
+
+#urlbar-search-splitter {
+ min-width: 6px;
+ -moz-margin-start: -3px;
+ border: none;
+ background: transparent;
+}
+
+#urlbar-search-splitter + #urlbar-container > #urlbar ,
+#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
+ -moz-margin-start: 0;
+}
+
+.urlbar-frontcap-and-textbox {
+ direction: ltr;
+ -moz-box-align: stretch;
+}
+
+#urlbar-display {
+ margin-top: -2px;
+ margin-bottom: -2px;
+ padding-top: 3px;
+ padding-bottom: 2px;
+ -moz-padding-end: 3px;
+ color: #8050B0;
+ -moz-border-end: 1px solid #9C9CFF;
+ -moz-margin-end: 3px;
+}
+
+/* over-link in location bar */
+
+.urlbar-origin-label {
+ padding: 0 0 0 4px;
+ margin: 0;
+}
+
+.urlbar-over-link-box {
+ position: relative;
+ right: 0;
+ color: #8050B0;
+ padding: 0 5px 0 18px;
+ min-height: 22px;
+ background: url("chrome://browser/skin/urlbar-over-link-arrow.png") no-repeat left center;
+}
+
+.urlbar-over-link-host-label,
+.urlbar-over-link-path-label {
+ padding: 0;
+ margin: 0;
+}
+
+/* identity box */
+
+#identity-box {
+ background-color: #000000;
+ color: #FF9F00;
+ border-radius: 2px;
+}
+
+#identity-box:hover {
+ background-color: #9C9CFF;
+ color: #000000;
+}
+
+#identity-box[open="true"],
+#identity-box:hover:active {
+ background-color: #FF9F00;
+ color: #000000;
+}
+
+#identity-box.verifiedDomain {
+ background-color: #FFCF00;
+ color: #000000;
+}
+
+#identity-box.verifiedIdentity {
+ background-color: #008484;
+ color: #000000;
+}
+
+#identity-box:-moz-focusring {
+ outline: 1px dotted #008484;
+ outline-offset: -3px;
+}
+
+#identity-box.verifiedDomain:-moz-focusring,
+#identity-box.verifiedIdentity:-moz-focusring {
+ outline-color: #000000;
+}
+
+#identity-icon-labels {
+ -moz-margin-start: 1px;
+ -moz-margin-end: 3px;
+ -moz-transform: translate(0, -1px);
+}
+
+/* Location bar dropmarker */
+
+.urlbar-history-dropmarker {
+ -moz-appearance: none;
+ padding: 0 1px;
+ background-color: transparent;
+ border: none;
+ width: auto;
+ list-style-image: url("mainwindow-dropdown-arrow.png");
+ -moz-image-region: rect(0, 13px, 11px, 0);
+}
+
+.urlbar-history-dropmarker:-moz-system-metric(touch-enabled) {
+ min-width: 6.4mozmm;
+}
+
+.urlbar-history-dropmarker:hover:active,
+.urlbar-history-dropmarker[open="true"] {
+ -moz-image-region: rect(0, 26px, 11px, 13px);
+}
+
+/* page proxy icon */
+
+#page-proxy-favicon,
+#urlbar-throbber {
+ width: 16px;
+ height: 16px;
+}
+
+#page-proxy-stack {
+ width: 24px;
+ height: 18px;
+ padding: 1px 4px;
+ background: url("urlbar-favicon-glow.png") center center no-repeat;
+}
+
+#page-proxy-favicon:not([src]) {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
-.toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
- width: 32px;
- height: 32px;
- background: url("chrome://browser/skin/icons/bookmarks-folder.gif") no-repeat;
+#page-proxy-favicon[pageproxystate="invalid"] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
-.bookmarks-toolbar-customize {
- display: none;
- max-width: 15em !important;
+#urlbar-throbber {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
}
-toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
- display: -moz-box;
+/* autocomplete */
+
+#PopupAutoComplete,
+#PopupAutoCompleteRichResult {
+ direction: ltr !important;
}
-toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
- visibility: hidden;
+#PopupAutoComplete:-moz-locale-dir(rtl) > tree > treerows {
+ direction: rtl;
}
-toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
- visibility: hidden;
+#PopupAutoComplete .autocomplete-treebody {
+ direction: ltr;
}
-/* ::::: bookmark menus ::::: */
+#treecolAutoCompleteImage {
+ max-width: 36px;
+}
-menu.bookmark-item,
-menuitem.bookmark-item {
- min-width: 0;
- max-width: 26em;
- border-top: 1px solid transparent !important;
- border-bottom: 1px solid transparent !important;
- padding-top: 1px;
- padding-bottom: 1px;
- -moz-padding-start: 2px;
- -moz-padding-end: 3px;
- margin-top: -1px;
+.ac-result-type-bookmark,
+.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
+ list-style-image: url("chrome://browser/skin/places/editBookmark.png");
+ -moz-image-region: rect(0px 16px 16px 0px);
+ width: 16px;
+ height: 16px;
}
-.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
+.ac-result-type-keyword,
+.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
+ list-style-image: url("chrome://global/skin/icons/Search-glass.png");
+ -moz-image-region: rect(0px 32px 16px 16px);
width: 16px;
height: 16px;
}
-/* ..... drag and drop styles ..... */
+.ac-result-type-tag,
+.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
+ list-style-image: url("chrome://browser/skin/places/tag.png");
+ width: 16px;
+ height: 16px;
+}
-.bookmark-item[dragover-left="true"] {
- -moz-border-left-colors: #008484;
+.ac-comment {
+ font-size: 1.15em;
}
-.bookmark-item[dragover-right="true"] {
- -moz-border-right-colors: #008484;
+
+.ac-extra > .ac-comment {
+ font-size: inherit;
}
-.bookmark-item[dragover-top="true"] {
- -moz-border-top-colors: #008484;
+
+.ac-url-text,
+.ac-action-text {
+ color: #9C9CFF;
}
-.bookmark-item[dragover-bottom="true"] {
- -moz-border-bottom-colors: #008484;
+
+richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
+ list-style-image: url("chrome://browser/skin/actionicon-tab.png");
}
-/* ::::: bookmark items ::::: */
+.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
+ color: #8050B0;
+}
-.bookmark-item {
- list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif");
+.ac-comment[selected="true"],
+.ac-url-text[selected="true"],
+.ac-action-text[selected="true"] {
+ color: inherit !important;
}
-.bookmark-item[container="true"] {
- list-style-image: url("chrome://browser/skin/icons/bookmark-folder-closed.gif");
+.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
+.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
+{
+ color: #8050B0;
+ font-size: smaller;
}
-.bookmark-item[open="true"],
-.bookmark-item[container="true"][open="true"] {
- list-style-image: url("chrome://browser/skin/icons/bookmark-folder-open.gif");
+
+.autocomplete-treebody::-moz-tree-cell(suggesthint) {
+ border-top: 1px solid #9C9CFF;
}
-/* ::::: primary toolbar buttons ::::: */
+/* go button */
-.toolbarbutton-1,
-.toolbarbutton-1 > .toolbarbutton-menubutton-button {
- -moz-box-orient: vertical;
- min-width: 0px;
+#go-button {
+ list-style-image: url("chrome://browser/skin/Go-arrow.png");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
}
-toolbarbutton:not([disabled="true"]):hover,
-menubutton:not([disabled="true"]):hover,
-toolbarbutton:not([disabled="true"]):hover:active,
-menubutton:not([disabled="true"]):hover:active {
- color: #000000 !important;
+#go-button:hover {
+ -moz-image-region: rect(16px, 16px, 32px, 0px);
}
-/*
-.toolbarbutton-menubutton-stack,
-.toolbarbutton-menubutton-button,
-.toolbarbutton-menubutton-stack:hover,
-.toolbarbutton-menubutton-button:hover,
-.toolbarbutton-menubutton-stack:hover:active,
-.toolbarbutton-menubutton-button:hover:active {
- margin: 0 !important;
- display: -moz-box;
+/* combined go/reload/stop button in location bar */
+
+#urlbar > toolbarbutton {
+ list-style-image: url("chrome://browser/skin/reload-stop-go.png");
+ padding: 0 3px;
+ background-origin: border-box;
+ border: none;
+ border-left: 1px solid #9C9CFF;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
}
-*/
-toolbarbutton[type="menu-button"] {
- -moz-box-orient: horizontal;
+#urlbar > toolbarbutton:not([disabled]):active:hover {
+ padding-left: 4px;
+ border-left: none;
}
-toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
+#urlbar-go-button {
+ -moz-image-region: rect(0px, 56px, 14px, 42px);
}
-toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
-toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
+#urlbar-go-button:hover {
}
-toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 3px 5px !important;
+#urlbar-reload-button {
+ -moz-image-region: rect(0px, 14px, 14px, 0px);
}
-#back-button {
-/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
- list-style-image: url("chrome://browser/skin/icons/back.gif");
+#urlbar-reload-button:not([disabled]):hover {
+ -moz-image-region: rect(0px, 28px, 14px, 14px);
}
-#back-button:hover,
-#back-button[open="true"] {
- list-style-image: url("chrome://browser/skin/icons/back-hover.gif");
+
+#urlbar-stop-button {
+ -moz-image-region: rect(0px, 42px, 14px, 28px);
}
-#back-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/back-disabled.gif");
+
+#urlbar-stop-button:hover {
}
-#forward-button {
-/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
- list-style-image: url("chrome://browser/skin/icons/forward.gif");
+/* popup blocker button */
+
+#page-report-button {
+ list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
+ -moz-image-region: rect(0, 16px, 16px, 0);
}
-#forward-button:hover,
-#forward-button[open="true"] {
- list-style-image: url("chrome://browser/skin/icons/forward-hover.gif");
+
+#page-report-button:hover {
+ -moz-image-region: rect(0, 32px, 16px, 16px);
}
-#forward-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/forward-disabled.gif");
+
+#page-report-button:hover:active,
+#page-report-button[open="true"] {
+ -moz-image-region: rect(0, 48px, 16px, 32px);
}
-#reload-button {
- list-style-image: url("chrome://browser/skin/icons/reload.gif");
+/* star button */
+
+#star-button {
+ list-style-image: url("chrome://browser/skin/places/bookmark.png");
+ -moz-image-region: rect(0px 16px 16px 0px);
}
-#reload-button:hover {
- list-style-image: url("chrome://browser/skin/icons/reload-hover.gif");
+
+#star-button:hover {
+ -moz-image-region: rect(0px 32px 16px 16px);
}
-#reload-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/reload-disabled.gif");
+
+#star-button:hover:active {
+ -moz-image-region: rect(0px 48px 16px 32px);
}
-#stop-button {
- list-style-image: url("chrome://browser/skin/icons/stop.gif");
+#star-button[starred="true"] {
+ list-style-image: url("chrome://browser/skin/places/editBookmark.png");
}
-#stop-button:hover {
- list-style-image: url("chrome://browser/skin/icons/stop-hover.gif");
+
+/* bookmarking panel */
+#editBookmarkPanelStarIcon {
+ list-style-image: url("chrome://browser/skin/places/starred48.png");
+ width: 48px;
+ height: 48px;
}
-#stop-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/stop-disabled.gif");
+
+#editBookmarkPanelStarIcon[unstarred] {
+ list-style-image: url("chrome://browser/skin/places/unstarred48.png");
}
-#home-button {
- list-style-image: url("chrome://browser/skin/icons/home.gif");
+#editBookmarkPanelTitle {
+ font-size: 130%;
}
-#home-button:hover {
- list-style-image: url("chrome://browser/skin/icons/home-hover.gif");
+
+#editBookmarkPanelHeader,
+#editBookmarkPanelContent {
+ margin-bottom: .5em;
}
-#home-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/home-disabled.gif");
+
+/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
+#editBMPanel_folderTree {
+ min-width: 27em;
}
-#print-button {
- list-style-image: url("chrome://browser/skin/icons/print.gif");
+/* ::::: content area ::::: */
+
+#sidebar {
+ background-color: Window;
}
-#print-button:hover {
- list-style-image: url("chrome://browser/skin/icons/print-hover.gif");
+
+#sidebar-title {
+ -moz-padding-start: 0px;
}
-#print-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/print-disabled.gif");
+
+/* ::::: throbber ::::: */
+
+#navigator-throbber {
+ width: 16px;
+ min-height: 16px;
+ margin: 0 3px;
}
-#new-tab-button {
- list-style-image: url("chrome://browser/skin/icons/new-tab.gif");
+#navigator-throbber[busy="true"] {
+ list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
}
-#new-tab-button:hover {
- list-style-image: url("chrome://browser/skin/icons/new-tab-hover.gif");
+
+#navigator-throbber,
+#wrapper-navigator-throbber > #navigator-throbber {
+ list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
}
-#new-tab-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/new-tab-disabled.gif");
+
+/* Tabstrip */
+#TabsToolbar {
+ min-height: 0;
+ padding: 0;
}
-#new-window-button {
- list-style-image: url("chrome://browser/skin/icons/new-window.gif");
+#TabsToolbar[tabsontop="false"] {
+ border-bottom: 1px solid #FF9F00;
}
-#new-window-button:hover {
- list-style-image: url("chrome://browser/skin/icons/new-window-hover.gif");
+
+#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-arrowscrollbox > scrollbox:not(:-moz-lwtheme) {
+ padding-bottom: 1px;
+ margin-bottom: -1px;
+ position: relative;
}
-#new-window-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/new-window-disabled.gif");
+
+#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab[selected="true"]:not(:-moz-lwtheme) {
+ margin-bottom: -1px;
+ padding-bottom: 1px;
}
-#downloads-button {
- list-style-image: url("chrome://browser/skin/icons/downloads.gif");
+/* Tabs */
+.tabbrowser-tab,
+.tabs-newtab-button {
+ margin-top: 0px;
}
-#downloads-button:hover {
- list-style-image: url("chrome://browser/skin/icons/downloads-hover.gif");
+
+.tabbrowser-tab:hover,
+.tabs-newtab-button:hover {
}
-#downloads-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/downloads-disabled.gif");
+
+.tabbrowser-tab[selected="true"] {
}
-#bookmarks-button {
- list-style-image: url("chrome://browser/skin/icons/bookmarks.gif");
+.tabbrowser-tab:-moz-lwtheme {
}
-#bookmarks-button:hover {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-hover.gif");
+
+.tabbrowser-tab[selected="true"]:-moz-lwtheme {
}
-#bookmarks-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-disabled.gif");
+
+.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]),
+.tabs-newtab-button:-moz-lwtheme-brighttext {
}
-#history-button {
- list-style-image: url("chrome://browser/skin/icons/history.gif");
+.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]):hover,
+.tabs-newtab-button:-moz-lwtheme-brighttext:hover {
}
-#history-button:hover {
- list-style-image: url("chrome://browser/skin/icons/history-hover.gif");
+
+.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]),
+.tabs-newtab-button:-moz-lwtheme-darktext {
}
-#history-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/history-disabled.gif");
+
+.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]):hover,
+.tabs-newtab-button:-moz-lwtheme-darktext:hover {
}
-#cut-button {
- list-style-image: url("chrome://browser/skin/icons/cut.gif");
+.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
+ background-color: #E7ADE7;
}
-#cut-button:hover {
- list-style-image: url("chrome://browser/skin/icons/cut-hover.gif");
+.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
+ background-color: #0000FF;
+ color: #000000;
}
-#cut-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif");
+
+.tab-throbber,
+.tab-icon-image {
+ width: 16px;
+ height: 16px;
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
+ -moz-margin-end: 3px;
}
-#copy-button {
- list-style-image: url("chrome://browser/skin/icons/copy.gif");
+.tab-throbber {
+ list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png");
}
-#copy-button:hover {
- list-style-image: url("chrome://browser/skin/icons/copy-hover.gif");
+
+.tab-throbber[progress] {
+ list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
}
-#copy-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif");
+
+.tabbrowser-tab[pinned] {
+ min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
}
-#paste-button {
- list-style-image: url("chrome://browser/skin/icons/paste.gif");
+.tab-throbber[pinned],
+.tab-icon-image[pinned] {
+ -moz-margin-start: 2px;
+ -moz-margin-end: 2px;
}
-#paste-button:hover {
- list-style-image: url("chrome://browser/skin/icons/paste-hover.gif");
+
+/* tabbrowser-tab focus ring */
+.tabbrowser-tab:focus > .tab-stack {
+ outline: 1px dotted;
}
-#paste-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
+
+/* Tab DnD indicator */
+.tab-drop-indicator {
+ list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
}
+/* Tab close button */
+.tab-close-button {
+ border: none;
+ padding: 0px;
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
-/* ::::: small primary toolbar buttons ::::: */
+.tab-close-button:-moz-system-metric(touch-enabled) {
+ -moz-transform: scale(1.2);
+}
-toolbar[iconsize="small"] #back-button {
- list-style-image: url("chrome://browser/skin/icons/back-small.gif");
+.tab-close-button:hover,
+.tab-close-button:hover[selected="true"] {
+ list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
}
-toolbar[iconsize="small"] #back-button:hover {
- list-style-image: url("chrome://browser/skin/icons/back-small-hover.gif");
+
+.tab-close-button:hover:active,
+.tab-close-button:hover:active[selected="true"] {
+ list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
}
-toolbar[iconsize="small"] #back-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/back-small-disabled.gif");
+
+.tab-close-button:focus {
+ outline: none !important;
}
-toolbar[iconsize="small"] #forward-button {
- list-style-image: url("chrome://browser/skin/icons/forward-small.gif");
+/* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
+
+@media all and (-moz-touch-enabled) {
+ .tabbrowser-arrowscrollbox > .scrollbutton-up,
+ .tabbrowser-arrowscrollbox > .scrollbutton-down,
+ #TabsToolbar .toolbarbutton-1 {
+ min-width: 8.1mozmm;
+ }
+
+ .tabs-newtab-button {
+ min-width: 10mozmm;
+ }
+
+ .tab-content {
+ min-height: -moz-calc(6.8mozmm - 7px); /* subtract borders from the desired height */
+ }
}
-toolbar[iconsize="small"] #forward-button:hover {
- list-style-image: url("chrome://browser/skin/icons/forward-small-hover.gif");
+
+.tabbrowser-arrowscrollbox > .scrollbutton-up,
+.tabbrowser-arrowscrollbox > .scrollbutton-down {
+ list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-left.png");
+ -moz-image-region: rect(0, 15px, 17px, 0);
+ margin: 0;
+ padding-top: 0;
+ padding-bottom: 0;
}
-toolbar[iconsize="small"] #forward-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/forward-small-disabled.gif");
+
+.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled="true"],
+.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled="true"] {
+ opacity: .4;
}
-toolbar[iconsize="small"] #reload-button {
- list-style-image: url("chrome://browser/skin/icons/reload-small.gif");
+.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover:active,
+.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(0, 30px, 17px, 15px);
}
-toolbar[iconsize="small"] #reload-button:hover {
- list-style-image: url("chrome://browser/skin/icons/reload-small-hover.gif");
+
+.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl) > .toolbarbutton-icon,
+.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) > .toolbarbutton-icon {
+ -moz-transform: scaleX(-1);
}
-toolbar[iconsize="small"] #reload-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/reload-small-disabled.gif");
+
+.tabbrowser-arrowscrollbox > .scrollbutton-down {
}
-toolbar[iconsize="small"] #stop-button {
- list-style-image: url("chrome://browser/skin/icons/stop-small.gif");
+.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
+ background-color: #008484;
}
-toolbar[iconsize="small"] #stop-button:hover {
- list-style-image: url("chrome://browser/skin/icons/stop-small-hover.gif");
+
+.tabs-newtab-button > .toolbarbutton-icon {
+ margin-top: -1px;
+ margin-bottom: -1px;
}
-toolbar[iconsize="small"] #stop-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/stop-small-disabled.gif");
+
+.tabs-newtab-button,
+#TabsToolbar > #new-tab-button,
+#TabsToolbar > toolbarpaletteitem > #new-tab-button {
+ list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
+ -moz-image-region: rect(0, 16px, 18px, 0);
}
-toolbar[iconsize="small"] #home-button {
- list-style-image: url("chrome://browser/skin/icons/home-small.gif");
+.tabs-newtab-button {
+ width: 31px;
}
-toolbar[iconsize="small"] #home-button:hover {
- list-style-image: url("chrome://browser/skin/icons/home-small-hover.gif");
+
+.tabs-newtab-button:hover:active,
+#TabsToolbar > #new-tab-button:hover:active {
+ -moz-image-region: rect(0, 32px, 18px, 16px);
}
-toolbar[iconsize="small"] #home-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/home-small-disabled.gif");
+
+#alltabs-button {
+ list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
+ -moz-image-region: rect(0, 14px, 16px, 0);
}
-toolbar[iconsize="small"] #print-button {
- list-style-image: url("chrome://browser/skin/icons/print-small.gif");
+#alltabs-button:hover:active {
+ -moz-image-region: rect(0, 28px, 16px, 14px);
}
-toolbar[iconsize="small"] #print-button:hover {
- list-style-image: url("chrome://browser/skin/icons/print-small-hover.gif");
+
+#alltabs-button[type="menu"] {
+ list-style-image: url("chrome://browser/skin/mainwindow-dropdown-arrow.png");
+ -moz-image-region: rect(0, 13px, 11px, 0);
}
-toolbar[iconsize="small"] #print-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/print-small-disabled.gif");
+
+#alltabs-button[type="menu"] > .toolbarbutton-icon {
+ margin: 3px 0;
}
-toolbar[iconsize="small"] #downloads-button {
- list-style-image: url("chrome://browser/skin/icons/downloads-small.gif");
+#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
+ display: none;
}
-toolbar[iconsize="small"] #downloads-button:hover {
- list-style-image: url("chrome://browser/skin/icons/downloads-small-hover.gif");
+
+#alltabs-button[type="menu"]:hover:active,
+#alltabs-button[type="menu"][open="true"] {
+ -moz-image-region: rect(0, 26px, 11px, 13px);
}
-toolbar[iconsize="small"] #downloads-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/downloads-small-disabled.gif");
+
+/* All tabs menupopup */
+.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
+ list-style-image: url("chrome://global/skin/icons/folder-item.png");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
}
-toolbar[iconsize="small"] #new-tab-button {
- list-style-image: url("chrome://browser/skin/icons/new-tab-small.gif");
+.alltabs-item[selected="true"] {
+ font-weight: bold;
}
-toolbar[iconsize="small"] #new-tab-button:hover {
- list-style-image: url("chrome://browser/skin/icons/new-tab-small-hover.gif");
+
+.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
}
-toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/new-tab-small-disabled.gif");
+
+/* Tabstrip close button */
+.tabs-closebutton {
+ -moz-box-flex: 1;
+ margin: 0px;
+ padding: 2px;
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
-toolbar[iconsize="small"] #new-window-button {
- list-style-image: url("chrome://browser/skin/icons/new-window-small.gif");
+.tabs-closebutton:hover,
+.tabs-closebutton:hover:active {
+ list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
}
-toolbar[iconsize="small"] #new-window-button:hover {
- list-style-image: url("chrome://browser/skin/icons/new-window-small-hover.gif");
+
+toolbarbutton.chevron {
+ list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
}
-toolbar[iconsize="small"] #new-window-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/new-window-small-disabled.gif");
+
+toolbarbutton.chevron:hover {
+ list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
}
-toolbar[iconsize="small"] #bookmarks-button {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-small.gif");
+toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon,
+toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon {
+ -moz-transform: scaleX(-1);
}
-toolbar[iconsize="small"] #bookmarks-button:hover {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-small-hover.gif");
+
+toolbarbutton.chevron > .toolbarbutton-text,
+toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+ display: none;
}
-toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/bookmarks-small-disabled.gif");
+
+toolbarbutton.chevron > .toolbarbutton-icon {
+ margin: 0;
}
-toolbar[iconsize="small"] #history-button {
- list-style-image: url("chrome://browser/skin/icons/history-small.gif");
+toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
+ display: -moz-box; /* display chevron icon in text mode */
}
-toolbar[iconsize="small"] #history-button:hover {
- list-style-image: url("chrome://browser/skin/icons/history-small-hover.gif");
+
+#sidebar-throbber[loading="true"] {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+ -moz-margin-end: 4px;
}
-toolbar[iconsize="small"] #history-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif");
+
+/* Bookmarks toolbar */
+#PlacesToolbarDropIndicator {
+ list-style-image: url("chrome://browser/skin/places/toolbarDropMarker.png");
}
-toolbar[iconsize="small"] #cut-button {
- list-style-image: url("chrome://browser/skin/icons/cut-small.gif");
+toolbarbutton.bookmark-item[dragover="true"][open="true"] {
+ background-color: #008484 !important;
+ color: #FFCF00 !important;
}
-toolbar[iconsize="small"] #cut-button:hover {
- list-style-image: url("chrome://browser/skin/icons/cut-small-hover.gif");
+
+/* rules for menupopup drop indicators */
+.menupopup-drop-indicator-bar {
+ position: relative;
+ /* these two margins must together compensate the indicator's height */
+ margin-top: -1px;
+ margin-bottom: -1px;
}
-toolbar[iconsize="small"] #cut-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif");
+
+.menupopup-drop-indicator {
+ list-style-image: none;
+ height: 2px;
+ -moz-margin-end: -4em;
+ background-color: #008484;
}
-toolbar[iconsize="small"] #copy-button {
- list-style-image: url("chrome://browser/skin/icons/copy-small.gif");
+/* ::::: Identity Indicator Styling ::::: */
+
+/* Popup Icons */
+#identity-popup-icon {
+ height: 64px;
+ width: 64px;
+ padding: 0;
+ list-style-image: url("chrome://browser/skin/identity.png");
+ -moz-image-region: rect(0px, 64px, 64px, 0px);
}
-toolbar[iconsize="small"] #copy-button:hover {
- list-style-image: url("chrome://browser/skin/icons/copy-small-hover.gif");
+
+#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
+ -moz-image-region: rect(64px, 64px, 128px, 0px);
}
-toolbar[iconsize="small"] #copy-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif");
+
+#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
+ -moz-image-region: rect(128px, 64px, 192px, 0px);
}
-toolbar[iconsize="small"] #paste-button {
- list-style-image: url("chrome://browser/skin/icons/paste-small.gif");
+/* Popup Body Text */
+.identity-popup-description {
+ white-space: pre-wrap;
+ -moz-padding-start: 15px;
+ margin: 2px 0 4px;
}
-toolbar[iconsize="small"] #paste-button:hover {
- list-style-image: url("chrome://browser/skin/icons/paste-small-hover.gif");
+
+.identity-popup-label {
+ white-space: pre-wrap;
+ -moz-padding-start: 15px;
+ margin: 0;
}
-toolbar[iconsize="small"] #paste-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif");
+
+#identity-popup-content-host ,
+#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
+ font-size: 1.2em;
}
+#identity-popup-content-host {
+ margin-top: 3px;
+ margin-bottom: 5px;
+ font-weight: bold;
+ max-width: 300px;
+}
-/* Smaller padding on small toolbar buttons */
+#identity-popup-content-owner {
+ margin-top: 4px;
+ margin-bottom: 0 !important;
+ font-weight: bold;
+ max-width: 300px;
+}
-toolbar[iconsize="small"] .toolbarbutton-1 {
- padding: 2px;
+.verifiedDomain > #identity-popup-content-owner {
+ font-weight: normal;
}
-toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
-toolbar[iconsize="small"] .toolbarbutton-1[open="true"] {
- padding-top: 3px;
- padding-bottom: 1px;
- -moz-padding-start: 3px;
- -moz-padding-end: 1px;
+#identity-popup-content-verifier {
+ margin: 4px 0 2px;
}
-toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
-toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
-toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
-toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] {
- padding: 2px;
+#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
+#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
+ margin-top: 10px;
+ -moz-margin-start: -24px;
}
-toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
- padding-top: 3px !important;
- padding-bottom: 1px !important;
- -moz-padding-start: 3px !important;
- -moz-padding-end: 1px !important;
+#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
+#identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
+ list-style-image: url("chrome://browser/skin/Secure24.png");
}
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"],
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover,
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active,
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"],
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"],
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
-toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
- padding: 0;
+#identity-popup-more-info-button {
+ margin-top: 6px;
+ margin-bottom: 0;
+ -moz-margin-end: 0;
}
-/* ::::: fullscreen window controls ::::: */
+.popup-notification-icon {
+ width: 64px;
+ height: 64px;
+ -moz-margin-end: 10px;
+}
-#window-controls {
- -moz-box-align: center;
- padding-top: 0px;
- padding-bottom: 0px;
- -moz-padding-start: 0px;
- -moz-padding-end: 2px;
- border-left: 3px solid #000000;
- min-height: 28px;
+.popup-notification-icon[popupid="geolocation"] {
+ list-style-image: url("chrome://browser/skin/Geolocation-64.png");
}
-#minimize-button {
- list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+.geolocation-text-link {
+ margin-top: 17px;
}
-#minimize-button:hover {
- list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
+
+.popup-notification-icon[popupid="xpinstall-disabled"],
+.popup-notification-icon[popupid="addon-progress"],
+.popup-notification-icon[popupid="addon-install-cancelled"],
+.popup-notification-icon[popupid="addon-install-blocked"],
+.popup-notification-icon[popupid="addon-install-failed"],
+.popup-notification-icon[popupid="addon-install-complete"] {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+ width: 32px;
+ height: 32px;
}
-#restore-button {
- list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+
+.addon-progress-description {
+ width: 350px;
+ max-width: 350px;
}
-#restore-button:hover {
- list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
+
+.popup-progress-label,
+.popup-progress-meter {
+ -moz-margin-start: 0;
+ -moz-margin-end: 0;
}
-#close-button {
- list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+
+.popup-progress-cancel {
+ -moz-appearance: none;
+ background: transparent;
+ border: none;
+ padding: 0;
+ margin: 0;
+ min-height: 0;
+ min-width: 0;
+ list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+ -moz-image-region: rect(0px, 32px, 16px, 16px);
}
-#close-button:hover {
- list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
+
+.popup-progress-cancel:hover {
+ -moz-image-region: rect(16px, 32px, 32px, 16px);
}
-/* ::::: nav-bar-inner ::::: */
+.popup-progress-cancel:active {
+ -moz-image-region: rect(32px, 32px, 48px, 16px);
+}
-#urlbar {
- margin: 2px 3px;
+.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
+.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
+ list-style-image: url("chrome://global/skin/icons/alert-question.gif");
}
-#search-bar {
- width: 12em;
+.popup-notification-icon[popupid="password-save"],
+.popup-notification-icon[popupid="password-change"] {
+ list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
}
-/* ::::: page proxy icon ::::: */
+/* Notification icon box */
+#notification-popup-box {
+ margin: 0 3px;
+}
-#page-proxy-deck,
-#page-proxy-favicon,
-#page-proxy-button {
+.notification-anchor-icon {
width: 16px;
height: 16px;
}
-#page-proxy-deck {
- cursor: -moz-grab;
- margin: 2px 3px;
+.notification-anchor-icon:-moz-focusring {
+ outline: 1px dotted -moz-DialogText;
+ outline-offset: -3px;
}
-#page-proxy-favicon {
- list-style-image: none;
+#geo-notification-icon {
+ list-style-image: url("chrome://browser/skin/Geolocation-16.png");
}
-#page-proxy-button {
- list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
+#addons-notification-icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
}
-#page-proxy-button[pageproxystate="invalid"] {
- cursor: default;
- list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
+#indexedDB-notification-icon {
+ list-style-image: url("chrome://global/skin/icons/question-16.png");
}
-
-statusbarpanel#statusbar-display {
- -moz-padding-start: 0;
+#password-notification-icon {
+ list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
}
-/* ::::: search-bar ::::: */
+#identity-popup-container {
+ min-width: 280px;
+}
-#search-proxy-button {
- margin: 2px;
- list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
+#download-monitor {
+ list-style-image: url("chrome://browser/skin/Toolbar.png");
+ -moz-image-region: rect(0, 108px, 18px, 90px);
}
-#miSearchModeFind {
- list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
+/* Bookmarks roots menu-items */
+#appmenu_subscribeToPage:not([disabled]),
+#appmenu_subscribeToPageMenu,
+#subscribeToPageMenuitem:not([disabled]),
+#subscribeToPageMenupopup,
+#BMB_subscribeToPageMenuitem:not([disabled]),
+#BMB_subscribeToPageMenupopup {
+ list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
}
-/* ::::: autocomplete ::::: */
+#bookmarksToolbarFolderMenu,
+#appmenu_bookmarksToolbar,
+#BMB_bookmarksToolbar {
+ list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
+ -moz-image-region: auto;
+}
-.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
- color: #336699;
+#appmenu_unsortedBookmarks,
+#BMB_unsortedBookmarks {
+ list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
+ -moz-image-region: auto;
}
-/* ::::: go button ::::: */
+/* ::::: Keyboard UI Panel ::::: */
-#go-button,
-#go-container {
- background-color: transparent;
- border: none;
- margin: 0;
- padding: 0;
- min-width: 0;
- list-style-image: url("chrome://browser/skin/icons/go.gif");
+.KUI-panel {
+ color: #FF9F00;
+ border-style: none;
+ border-radius: 20px;
}
-#go-button {
- border: 1px solid transparent;
+.KUI-panel[level="top"] {
+ /*background-color: rgba(27%,27%,27%,.65);*/
}
-#go-button:hover,
-#go-button:hover:active {
- list-style-image: url("chrome://browser/skin/icons/go-hover.gif");
- border: 1px outset #CCD0DD;
+.KUI-panel-closebutton {
+ list-style-image: url("KUI-close.png");
+ width: 24px;
+ height: 24px;
}
-#go-button[disabled="true"] {
- list-style-image: url("chrome://browser/skin/icons/go-disabled.gif");
- border: 1px solid transparent;
+.KUI-panel-closebutton:not(:hover) {
}
-#go-button > .button-box > .button-text {
- -moz-margin-start: 5px !important;
+.KUI-panel-closebutton > .toolbarbutton-icon {
}
-#go-button > .button-box {
- border: none;
-}
+/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
-#sidebar {
- background-color: #CCD0DD;
+/* Ctrl-Tab */
+
+#ctrlTab-panel {
+ padding: 20px 10px 10px;
+ font-weight: bold;
}
-/* ::::: content area ::::: */
+.ctrlTab-favicon[src] {
+ background-color: #000000;
+ width: 20px;
+ height: 20px;
+ padding: 2px;
+}
-#status-bar {
- border-top: none;
+.ctrlTab-preview-inner > .tabPreview-canvas {
}
-#security-button {
- display: none;
+.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
+ margin-bottom: 2px;
}
-#security-button[level="high"] {
- list-style-image: url("chrome://browser/skin/icons/secure.gif");
- display: -moz-box;
+.ctrlTab-preview-inner {
+ padding-bottom: 10px;
}
-#security-button[level="low"] {
- list-style-image: url("chrome://browser/skin/icons/secure.gif");
- display: -moz-box;
+#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
+ padding: 10px;
+ background-color: #000000;
+ border-radius: .5em;
}
-#security-button[level="broken"] {
- list-style-image: url("chrome://browser/skin/icons/security-broken.gif");
- display: -moz-box;
+.ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
+ color: white;
+ background-color: #000000;
+ text-shadow: none;
+ padding: 8px;
+ border: 2px solid #9C9CFF;
+ border-radius: .5em;
}
-#page-report-button {
- display: none;
+.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
+ margin: -10px -10px 0;
}
-#page-report-button[blocked] {
- display: -moz-box;
- list-style-image: url("chrome://browser/skin/icons/info.gif");
- padding: 0px 3px;
+#ctrlTab-showAll {
+ margin-top: .5em;
}
-#page-theme-button {
- display: none;
+/* All Tabs */
+
+#allTabs-panel {
+ padding-bottom: 10px;
}
-#page-theme-button[themes] {
- display: -moz-box;
- list-style-image: url("chrome://browser/skin/icons/page-themes.gif");
- padding: 0px 3px;
+#allTabs-meta {
+ margin: 10px;
}
-/* ::::: throbber ::::: */
+#allTabs-filter {
+ -moz-margin-start: 24px;
+ -moz-margin-end: 0;
+}
-#navigator-throbber {
- -moz-user-focus: ignore;
+#allTabs-tab-close-button > .toolbarbutton-icon {
margin: 0;
- -moz-margin-end: 2px;
- border: none !important;
- padding: 0px !important;
- min-width: 0;
- list-style-image: url("chrome://browser/skin/icons/throbber-stopped.gif");
}
-#navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/icons/throbber.gif");
+
+.allTabs-favicon[src] {
+ width: 22px;
+ height: 22px;
+ padding-top: 1px;
+ padding-bottom: 5px;
+ -moz-padding-start: 1px;
+ -moz-padding-end: 5px;
+ margin-top: -2px;
+ -moz-margin-start: -2px;
+ border-bottom-right-radius: 4px;
}
-toolbar[iconsize="small"] #navigator-throbber,
-toolbar[mode="text"] #navigator-throbber {
- list-style-image: url("chrome://browser/skin/icons/throbber-small-stopped.gif");
+.allTabs-favicon[src]:-moz-locale-dir(rtl) {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 4px;
}
-toolbar[iconsize="small"] #navigator-throbber[busy="true"],
-toolbar[mode="text"] #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/icons/throbber-small.gif");
+
+.allTabs-preview-inner > .tabPreview-canvas {
+ background-color: #E7ADE7;
}
-.tabs-closebutton {
- list-style-image: url("chrome://global/skin/icons/close-button.gif");
+.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas {
}
-/*
-#content .tabs-closebutton {
- list-style-image: url("chrome://browser/skin/Close-tab.png");
- -moz-image-region: rect(0px, 18px, 14px, 0px);
+
+.allTabs-preview:focus > * > .allTabs-preview-inner {
+ outline: 1px dotted #008484;
}
-#content .tabs-closebutton:hover {
- -moz-image-region: rect(0px, 36px, 14px, 18px);
+/* Inspector / Highlighter */
+
+#highlighter-panel {
+ -moz-window-shadow: none;
+ background: #000000;
+ border: none;
}
-*/
-toolbarbutton.chevron {
- list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
+
+listitem.style-selector {
+ background-color: #9C9CFF;
+ color: #000000;
}
+listitem.style-section {
+ background-color: #E7ADE7;
+ color: #000000;
+ font-weight: bold;
+}
-toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
- display: none;
+panel[dimmed="true"] {
+ opacity: 0.5;
}
-toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
- display: -moz-box;
+/* Vertically-center the statusbar compatibility shim, because
+ toolbars, even in small-icon mode, are a bit taller than
+ statusbars. Also turn off the statusbar border. On Windows
+ we have to disable borders on statusbar *and* child statusbar
+ elements. */
+#status-bar {
+ margin-top: .3em;
+ border-width: 0;
}
-toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
- display: none;
+/* Remove all borders from statusbarpanel children of
+ the statusbar.
+#status-bar > statusbarpanel {
+ border-width: 0;
+} */
+
+/* Add-on bar close button */
+#addonbar-closebutton {
+ border: none;
+ padding: 3px 5px;
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
-#sidebar-throbber[loading="true"] {
- list-style-image: url(chrome://global/skin/icons/loading.gif);
+#addonbar-closebutton:hover,
+#addonbar-closebutton:hover:active {
+ list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
}