2004-06-17 23:01:11 +00:00
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
2005-02-01 17:36:54 +00:00
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
2004-06-17 23:01:11 +00:00
|
|
|
*
|
2005-02-01 17:36:54 +00:00
|
|
|
* 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/
|
2004-06-17 23:01:11 +00:00
|
|
|
*
|
|
|
|
* 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)
|
2004-11-30 08:23:02 +00:00
|
|
|
* Blake Ross (blake@cs.stanford.edu)
|
2006-09-22 00:47:18 +00:00
|
|
|
* Pamela Greene (pamg.bugs@gmail.com)
|
2008-07-15 16:11:00 +00:00
|
|
|
* Dão Gottwald (dao@mozilla.com)
|
2004-06-17 23:01:11 +00:00
|
|
|
*
|
|
|
|
* 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
|
2005-02-01 17:36:54 +00:00
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
2004-06-17 23:01:11 +00:00
|
|
|
* 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
|
2005-02-01 17:36:54 +00:00
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
2004-06-17 23:01:11 +00:00
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
@import url("chrome://global/skin/");
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2006-08-26 15:28:56 +00:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2005-08-08 03:14:10 +00:00
|
|
|
#menubar-items {
|
|
|
|
-moz-box-orient: vertical; /* for flex hack */
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar-items > menubar {
|
|
|
|
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
|
|
|
|
}
|
|
|
|
|
2008-02-04 19:37:26 +00:00
|
|
|
#PersonalToolbar {
|
2004-06-17 23:01:11 +00:00
|
|
|
min-height: 26px;
|
|
|
|
}
|
|
|
|
|
2006-08-26 15:28:56 +00:00
|
|
|
#wrapper-search-container #searchbar html|*.textbox-input {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2008-04-28 09:59:30 +00:00
|
|
|
#navigator-toolbox:-moz-system-metric(windows-default-theme) {
|
|
|
|
padding-bottom: 1px; /* uxtheme border drawing fix/hack */
|
|
|
|
}
|
|
|
|
|
2008-02-04 19:37:26 +00:00
|
|
|
#navigator-toolbox[inFullscreen="true"],
|
|
|
|
#navigator-toolbox[inFullscreen="true"] > #nav-bar {
|
2006-10-23 13:59:34 +00:00
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2008-05-05 20:46:30 +00:00
|
|
|
#print-preview-toolbar {
|
|
|
|
-moz-appearance: toolbox;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: bookmark buttons ::::: */
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item {
|
|
|
|
margin: 0;
|
|
|
|
min-width: 0;
|
|
|
|
max-width: 13em;
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
|
|
|
|
2006-05-05 22:45:37 +00:00
|
|
|
toolbarbutton.bookmark-item-microsummarized {
|
|
|
|
max-width: 20em;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.bookmark-item:hover:active,
|
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2005-02-20 15:49:33 +00:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 2px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
#wrapper-personal-bookmarks .toolbarpaletteitem-box {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2006-03-01 19:44:37 +00:00
|
|
|
toolbarpaletteitem[place="toolbar"] .places-toolbar-items {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: bookmark menus ::::: */
|
|
|
|
|
|
|
|
menu.bookmark-item,
|
|
|
|
menuitem.bookmark-item {
|
|
|
|
min-width: 0;
|
|
|
|
max-width: 26em;
|
|
|
|
}
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
.bookmark-item > .menu-iconic-left {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-padding-start: 0px;
|
2005-08-08 03:14:10 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: bookmark items ::::: */
|
|
|
|
|
|
|
|
.bookmark-item {
|
2007-11-20 02:01:53 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
2008-04-11 15:53:58 +00:00
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-11-20 02:01:53 +00:00
|
|
|
.bookmark-item[container] {
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
|
2007-11-20 02:01:53 +00:00
|
|
|
.bookmark-item[container][open] {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-11-20 02:01:53 +00:00
|
|
|
.bookmark-item[container][livemark] {
|
|
|
|
list-style-image: url("chrome://browser/skin/livemark-folder.png");
|
2008-03-01 03:53:59 +00:00
|
|
|
-moz-image-region: auto;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2008-03-02 04:37:58 +00:00
|
|
|
.bookmark-item[container][livemark] .bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/livemark-item.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[container][query] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
2007-11-20 02:01:53 +00:00
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
2007-10-11 06:42:38 +00:00
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[query][tagContainer] {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
|
2007-11-20 02:01:53 +00:00
|
|
|
-moz-image-region: auto;
|
2007-10-11 06:42:38 +00:00
|
|
|
}
|
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[query][dayContainer] {
|
2008-05-01 21:50:03 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
|
|
|
-moz-image-region: auto;
|
2008-04-15 17:09:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer] {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer][open] {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: primary toolbar buttons ::::: */
|
|
|
|
|
|
|
|
.toolbarbutton-1 {
|
|
|
|
-moz-box-orient: vertical;
|
2006-09-22 00:47:18 +00:00
|
|
|
min-width: 0;
|
2004-06-17 23:01:11 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
2006-09-22 13:25:52 +00:00
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-icon {
|
2005-02-20 15:49:33 +00:00
|
|
|
-moz-margin-end: 0px;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2006-06-23 21:24:18 +00:00
|
|
|
toolbar[mode="full"] .toolbarbutton-1,
|
|
|
|
toolbar[mode="full"] .toolbarbutton-menubutton-button {
|
2004-11-30 08:23:02 +00:00
|
|
|
min-width: 57px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
.toolbarbutton-1,
|
|
|
|
.toolbarbutton-menubutton-button {
|
2004-11-30 08:23:02 +00:00
|
|
|
padding: 5px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
.toolbarbutton-1[checked="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding: 5px !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-04-28 09:59:30 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] .toolbarbutton-1:-moz-system-metric(windows-default-theme),
|
|
|
|
.toolbarbutton-menubutton-button:-moz-system-metric(windows-default-theme) {
|
|
|
|
padding: 6px; /* uxtheme border drawing fix/hack */
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="large"][mode="icons"] .toolbarbutton-1[checked="true"]:-moz-system-metric(windows-default-theme) {
|
|
|
|
padding: 6px !important; /* uxtheme border drawing fix/hack */
|
|
|
|
}
|
|
|
|
|
2008-01-30 07:17:45 +00:00
|
|
|
/* ::::: unified back and forward buttons ::::: */
|
2008-01-28 11:33:20 +00:00
|
|
|
|
|
|
|
/* unified back button with keyhole icons */
|
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[mode="icons"] #back-button {
|
2008-03-08 10:24:17 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0;
|
2008-02-15 05:23:38 +00:00
|
|
|
-moz-padding-start: 2px;
|
2008-03-08 10:24:17 +00:00
|
|
|
border: none;
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
|
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(0px 396px 34px 360px);
|
2008-03-21 04:31:27 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(34px 396px 68px 360px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button[disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(68px 396px 102px 360px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(102px 396px 136px 360px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* unified back button with keyhole icons, RTL version */
|
|
|
|
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button[chromedir="rtl"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(0px 516px 34px 480px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(34px 516px 68px 480px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button[chromedir="rtl"][disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(68px 516px 102px 480px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(102px 516px 136px 480px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* unified forward button with keyhole icons */
|
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[mode="icons"] #forward-button {
|
2008-03-08 10:24:17 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
|
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(3px 422px 31px 396px);
|
2008-03-21 04:31:27 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(37px 422px 65px 396px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button[disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(71px 422px 99px 396px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(105px 422px 133px 396px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* unified forward button with keyhole icons, RTL version */
|
|
|
|
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button[chromedir="rtl"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(3px 480px 31px 454px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(37px 480px 65px 454px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button[chromedir="rtl"][disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(71px 480px 99px 454px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(105px 480px 133px 454px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 07:17:45 +00:00
|
|
|
/* dropmarker for unified back and forward buttons with keyhole icons */
|
2008-01-28 11:33:20 +00:00
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[mode="icons"] #back-forward-dropmarker {
|
2008-01-30 07:17:45 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0;
|
2008-02-15 05:23:38 +00:00
|
|
|
-moz-padding-end: 2px;
|
2008-01-28 11:33:20 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[mode="icons"] #back-forward-dropmarker > image {
|
2008-01-30 07:17:45 +00:00
|
|
|
display: -moz-box;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-01-28 11:33:20 +00:00
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[mode="icons"] #back-forward-dropmarker > dropmarker {
|
2008-01-30 07:17:45 +00:00
|
|
|
display: none;
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(3px 438px 31px 422px);
|
2008-03-21 04:31:27 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(37px 438px 65px 422px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker[disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(71px 438px 99px 422px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(105px 438px 133px 422px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* unified dropmarker with keyhole icons, RTL version */
|
|
|
|
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(3px 454px 31px 438px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"]:not([disabled="true"]):hover {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(37px 454px 65px 438px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-02-01 00:21:54 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"][disabled="true"] {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(71px 454px 99px 438px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
2008-03-21 04:31:27 +00:00
|
|
|
toolbar[iconsize="large"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
2008-04-23 22:44:30 +00:00
|
|
|
-moz-image-region: rect(105px 454px 133px 438px);
|
2008-01-28 11:33:20 +00:00
|
|
|
}
|
|
|
|
|
2008-03-21 04:31:27 +00:00
|
|
|
/* ::::: unified back and forward buttons, small icons mode ::::: */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button > .toolbarbutton-icon,
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button > .toolbarbutton-icon {
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* unified back button with keyhole icons, small icons mode */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button {
|
|
|
|
-moz-image-region: rect(0px 264px 24px 240px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 264px 48px 240px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 264px 72px 240px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 264px 96px 240px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* unified back button with keyhole icons, small icons mode, RTL version */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 362px 24px 338px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 362px 48px 338px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 362px 72px 338px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 362px 96px 338px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* unified forward button with keyhole icons, small icons mode */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button {
|
|
|
|
-moz-image-region: rect(0px 288px 24px 264px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 288px 48px 264px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 288px 72px 264px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 288px 96px 264px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* unified forward button with keyhole icons, small icons mode, RTL version */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 338px 24px 314px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 338px 48px 314px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 338px 72px 314px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 338px 96px 314px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* dropmarker for unified back and forward buttons with keyhole icons, small icons mode */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 301px 24px 288px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 301px 48px 288px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 301px 72px 288px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 301px 96px 288px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* unified dropmarker with keyhole icons, small icons mode, RTL version */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 314px 24px 301px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"]:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 314px 48px 301px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 314px 72px 301px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(72px 314px 96px 301px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: 24px primary toolbar buttons ::::: */
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
/* back button */
|
2005-02-20 15:49:33 +00:00
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
#back-button {
|
|
|
|
-moz-image-region: rect(0px 24px 24px 0px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#back-button:not([disabled="true"]):hover,
|
|
|
|
#back-button[buttonover="true"] {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 24px 48px 0px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#back-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 24px 72px 0px);
|
|
|
|
}
|
|
|
|
#back-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 24px 120px 0px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
#back-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 48px 24px 24px);
|
|
|
|
}
|
|
|
|
#back-button[chromedir="rtl"]:not([disabled="true"]):hover,
|
|
|
|
#back-button[chromedir="rtl"][buttonover="true"] {
|
|
|
|
-moz-image-region: rect(24px 48px 48px 24px);
|
|
|
|
}
|
|
|
|
#back-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 48px 72px 24px);
|
|
|
|
}
|
|
|
|
#back-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 48px 120px 24px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* forward button */
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
#forward-button {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(0px 48px 24px 24px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#forward-button:not([disabled="true"]):hover,
|
|
|
|
#forward-button[buttonover="true"] {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 48px 48px 24px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#forward-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 48px 72px 24px);
|
|
|
|
}
|
|
|
|
#forward-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 48px 120px 24px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
#forward-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 24px 24px 0px);
|
|
|
|
}
|
|
|
|
#forward-button[chromedir="rtl"]:not([disabled="true"]):hover,
|
|
|
|
#forward-button[chromedir="rtl"][buttonover="true"] {
|
|
|
|
-moz-image-region: rect(24px 24px 48px 0px);
|
|
|
|
}
|
|
|
|
#forward-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 24px 72px 0px);
|
|
|
|
}
|
|
|
|
#forward-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 24px 120px 0px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* stop button */
|
|
|
|
|
|
|
|
#stop-button {
|
|
|
|
-moz-image-region: rect(0px 72px 24px 48px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#stop-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 72px 48px 48px);
|
|
|
|
}
|
|
|
|
#stop-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 72px 72px 48px);
|
|
|
|
}
|
|
|
|
#stop-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 72px 120px 48px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* reload button */
|
|
|
|
|
|
|
|
#reload-button {
|
|
|
|
-moz-image-region: rect(0px 96px 24px 72px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#reload-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 96px 48px 72px);
|
|
|
|
}
|
|
|
|
#reload-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 96px 72px 72px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#reload-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 96px 120px 72px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* home button */
|
|
|
|
|
|
|
|
#home-button {
|
|
|
|
-moz-image-region: rect(0px 120px 24px 96px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#home-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 120px 48px 96px);
|
|
|
|
}
|
2006-03-14 20:39:55 +00:00
|
|
|
#home-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 120px 72px 96px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#home-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 120px 120px 96px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* download manager button */
|
|
|
|
|
|
|
|
#downloads-button {
|
|
|
|
-moz-image-region: rect(0px 144px 24px 120px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#downloads-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 144px 48px 120px);
|
|
|
|
}
|
|
|
|
#downloads-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 144px 72px 120px);
|
|
|
|
}
|
|
|
|
#downloads-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 144px 120px 120px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* history sidebar button */
|
|
|
|
|
|
|
|
#history-button {
|
|
|
|
-moz-image-region: rect(0px 168px 24px 144px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#history-button:not([disabled="true"]):not([checked="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 168px 48px 144px);
|
|
|
|
}
|
|
|
|
#history-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 168px 72px 144px);
|
|
|
|
}
|
|
|
|
#history-button[checked="true"] {
|
|
|
|
-moz-image-region: rect(72px 168px 96px 144px);
|
|
|
|
}
|
|
|
|
#history-button:not([disabled="true"]):not([checked="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 168px 120px 144px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* bookmark sidebar button */
|
|
|
|
|
|
|
|
#bookmarks-button {
|
|
|
|
-moz-image-region: rect(0px 192px 24px 168px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#bookmarks-button:not([disabled="true"]):not([checked="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 192px 48px 168px);
|
|
|
|
}
|
|
|
|
#bookmarks-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 192px 72px 168px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
#bookmarks-button[checked="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(72px 192px 96px 168px);
|
|
|
|
}
|
|
|
|
#bookmarks-button:not([disabled="true"]):not([checked="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 192px 120px 168px);
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* print button */
|
|
|
|
|
|
|
|
#print-button {
|
|
|
|
-moz-image-region: rect(0px 216px 24px 192px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#print-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 216px 48px 192px);
|
|
|
|
}
|
|
|
|
#print-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 216px 72px 192px);
|
|
|
|
}
|
|
|
|
#print-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 216px 120px 192px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
/* toolbar new tab button */
|
|
|
|
|
|
|
|
toolbar:not([iconsize="small"]) #new-tab-button > .toolbarbutton-icon {
|
|
|
|
padding-left: 1px;
|
|
|
|
}
|
|
|
|
#new-tab-button {
|
|
|
|
-moz-image-region: rect(0px 240px 24px 216px);
|
|
|
|
}
|
|
|
|
#new-tab-button:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(24px 240px 48px 216px);
|
|
|
|
}
|
|
|
|
#new-tab-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 240px 72px 216px);
|
|
|
|
}
|
|
|
|
#new-tab-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 240px 120px 216px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* new window button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar:not([iconsize="small"]) #new-window-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
#new-window-button {
|
|
|
|
-moz-image-region: rect(0px 264px 24px 240px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#new-window-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 264px 48px 240px);
|
|
|
|
}
|
|
|
|
#new-window-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 264px 72px 240px);
|
|
|
|
}
|
|
|
|
#new-window-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 264px 120px 240px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* cut button */
|
|
|
|
|
|
|
|
#cut-button {
|
|
|
|
-moz-image-region: rect(0px 288px 24px 264px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#cut-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 288px 48px 264px);
|
|
|
|
}
|
|
|
|
#cut-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 288px 72px 264px);
|
|
|
|
}
|
|
|
|
#cut-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 288px 120px 264px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* copy button */
|
|
|
|
|
|
|
|
#copy-button {
|
|
|
|
-moz-image-region: rect(0px 312px 24px 288px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#copy-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 312px 48px 288px);
|
|
|
|
}
|
|
|
|
#copy-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 312px 72px 288px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#copy-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 312px 120px 288px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* paste button */
|
|
|
|
|
|
|
|
#paste-button {
|
|
|
|
-moz-image-region: rect(0px 336px 24px 312px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#paste-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(24px 336px 48px 312px);
|
|
|
|
}
|
|
|
|
#paste-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(48px 336px 72px 312px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
#paste-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(96px 336px 120px 312px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* ::::: 16px primary toolbar buttons ::::: */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] .toolbarbutton-1 {
|
|
|
|
-moz-box-orient: vertical;
|
2006-09-22 00:47:18 +00:00
|
|
|
min-width: 0;
|
2004-06-17 23:01:11 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
}
|
2006-09-22 13:25:52 +00:00
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
border: 0 !important;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
/* back button */
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #back-button > .toolbarbutton-icon {
|
2008-03-21 04:31:27 +00:00
|
|
|
-moz-padding-end: 1px;
|
2006-09-22 00:47:18 +00:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #back-button {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #back-button:not([disabled="true"]):hover,
|
2008-03-01 03:53:59 +00:00
|
|
|
toolbar[iconsize="small"] #back-button[buttonover="true"] {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 16px 32px 0px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #back-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 16px 48px 0px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #back-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 16px 80px 0px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
toolbar[iconsize="small"] #back-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover,
|
2008-03-01 03:53:59 +00:00
|
|
|
toolbar[iconsize="small"] #back-button[chromedir="rtl"][buttonover="true"] {
|
2007-06-17 01:41:59 +00:00
|
|
|
-moz-image-region: rect(16px 32px 32px 16px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #back-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 32px 48px 16px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #back-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 32px 80px 16px);
|
|
|
|
}
|
2008-03-01 03:53:59 +00:00
|
|
|
.unified-nav-back[_moz-menuactive],
|
|
|
|
menupopup[chromedir="rtl"] > .unified-nav-forward[_moz-menuactive] {
|
2008-03-02 04:37:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/menu-back.png") !important;
|
2008-03-01 03:53:59 +00:00
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
/* forward button */
|
2006-09-22 00:47:18 +00:00
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button > .toolbarbutton-icon {
|
2008-03-21 04:31:27 +00:00
|
|
|
-moz-padding-end: 1px;
|
2006-09-22 00:47:18 +00:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #forward-button {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button:not([disabled="true"]):hover,
|
2008-03-01 03:53:59 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button[buttonover="true"] {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 32px 32px 16px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 32px 48px 16px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #forward-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 32px 80px 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-06-17 01:41:59 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button[chromedir="rtl"] {
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover,
|
2008-03-01 03:53:59 +00:00
|
|
|
toolbar[iconsize="small"] #forward-button[chromedir="rtl"][buttonover="true"] {
|
2007-06-17 01:41:59 +00:00
|
|
|
-moz-image-region: rect(16px 16px 32px 0px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #forward-button[chromedir="rtl"][disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 16px 48px 0px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #forward-button[chromedir="rtl"]:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 16px 80px 0px);
|
|
|
|
}
|
2008-03-01 03:53:59 +00:00
|
|
|
.unified-nav-forward[_moz-menuactive],
|
|
|
|
menupopup[chromedir="rtl"] > .unified-nav-back[_moz-menuactive] {
|
2008-03-02 04:37:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
|
2008-03-01 03:53:59 +00:00
|
|
|
}
|
2007-06-17 01:41:59 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* stop button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #stop-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #stop-button {
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #stop-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 48px 32px 32px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #stop-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 48px 48px 32px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #stop-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 48px 80px 32px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* reload button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #reload-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #reload-button {
|
|
|
|
-moz-image-region: rect(0px 64px 16px 48px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #reload-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 64px 32px 48px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #reload-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 64px 48px 48px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #reload-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 64px 80px 48px);
|
|
|
|
}
|
2008-01-30 23:16:52 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* home button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #home-button.toolbarbutton-1 > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item {
|
2008-01-30 10:43:29 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #home-button ,
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(0px 80px 16px 64px);
|
|
|
|
}
|
2008-01-30 10:43:29 +00:00
|
|
|
toolbar[iconsize="small"] #home-button:not([disabled="true"]):hover ,
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 80px 32px 64px);
|
|
|
|
}
|
2008-01-30 10:43:29 +00:00
|
|
|
toolbar[iconsize="small"] #home-button[disabled="true"] ,
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item[disabled="true"] {
|
2006-03-14 20:39:55 +00:00
|
|
|
-moz-image-region: rect(32px 80px 48px 64px);
|
|
|
|
}
|
2008-01-30 10:43:29 +00:00
|
|
|
toolbar[iconsize="small"] #home-button:not([disabled="true"]):hover:active ,
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item:not([disabled="true"]):hover:active {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(64px 80px 80px 64px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* download manager button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #downloads-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #downloads-button {
|
|
|
|
-moz-image-region: rect(0px 96px 16px 80px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #downloads-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 96px 32px 80px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #downloads-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 96px 48px 80px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #downloads-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 96px 80px 80px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* history sidebar button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #history-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #history-button {
|
|
|
|
-moz-image-region: rect(0px 112px 16px 96px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #history-button:not([disabled="true"]):not([checked="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 112px 32px 96px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #history-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 112px 48px 96px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #history-button[checked="true"] {
|
|
|
|
-moz-image-region: rect(48px 112px 64px 96px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #history-button:not([disabled="true"]):not([checked="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 112px 80px 96px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* bookmark sidebar button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #bookmarks-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 2px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #bookmarks-button {
|
|
|
|
-moz-image-region: rect(0px 128px 16px 112px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #bookmarks-button:not([disabled="true"]):not([checked="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 128px 32px 112px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 128px 48px 112px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
toolbar[iconsize="small"] #bookmarks-button[checked="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(48px 128px 64px 112px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #bookmarks-button:not([disabled="true"]):not([checked="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 128px 80px 112px);
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* print button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #print-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #print-button {
|
|
|
|
-moz-image-region: rect(0px 144px 16px 128px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #print-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 144px 32px 128px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #print-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 144px 48px 128px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #print-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 144px 80px 128px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
/* toolbar new tab button */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #new-tab-button > .toolbarbutton-icon {
|
|
|
|
padding-left: 1px;
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-tab-button {
|
|
|
|
-moz-image-region: rect(0px 160px 16px 144px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-tab-button:not([disabled="true"]):hover {
|
|
|
|
-moz-image-region: rect(16px 160px 32px 144px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 160px 48px 144px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-tab-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 160px 80px 144px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* new window button */
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #new-window-button {
|
|
|
|
-moz-image-region: rect(0px 176px 16px 160px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #new-window-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 176px 32px 160px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-window-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 176px 48px 160px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #new-window-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 176px 80px 160px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* cut button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #cut-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-right: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #cut-button {
|
|
|
|
-moz-image-region: rect(0px 192px 16px 176px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #cut-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 192px 32px 176px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #cut-button[disabled="true"] {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-image-region: rect(32px 192px 48px 176px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #cut-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 192px 80px 176px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* copy button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #copy-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #copy-button {
|
|
|
|
-moz-image-region: rect(0px 208px 16px 192px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #copy-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 208px 32px 192px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #copy-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 208px 48px 192px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #copy-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 208px 80px 192px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* paste button */
|
|
|
|
|
2008-03-08 10:24:17 +00:00
|
|
|
toolbar[iconsize="small"] #paste-button > .toolbarbutton-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbar[iconsize="small"] #paste-button {
|
|
|
|
-moz-image-region: rect(0px 224px 16px 208px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover {
|
2004-06-17 23:01:11 +00:00
|
|
|
-moz-image-region: rect(16px 224px 32px 208px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
|
|
|
-moz-image-region: rect(32px 224px 48px 208px);
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
|
|
|
|
-moz-image-region: rect(64px 224px 80px 208px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
/* ::::: fullscreen window controls ::::: */
|
|
|
|
|
|
|
|
#window-controls {
|
2006-10-23 13:59:34 +00:00
|
|
|
-moz-box-align: start;
|
|
|
|
padding: 0;
|
2004-06-17 23:01:11 +00:00
|
|
|
border-left: 2px solid;
|
|
|
|
-moz-border-left-colors: ThreeDHighlight ThreeDShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
#minimize-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Minimize.gif");
|
|
|
|
}
|
|
|
|
#restore-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Restore.gif");
|
|
|
|
}
|
|
|
|
#close-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Close.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: nav-bar-inner ::::: */
|
|
|
|
|
|
|
|
#urlbar {
|
2006-09-22 00:47:18 +00:00
|
|
|
width: 7em;
|
|
|
|
min-width: 7em;
|
2008-04-28 10:04:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar:-moz-system-metric(windows-default-theme) {
|
2008-04-04 09:13:49 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
border-width: 1px;
|
|
|
|
-moz-border-top-colors: ThreeDShadow;
|
|
|
|
-moz-border-bottom-colors: ThreeDShadow;
|
|
|
|
-moz-border-right-colors: ThreeDShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow;
|
2006-09-22 00:47:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-container {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-moz-box-align: stretch;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
#urlbar-icons {
|
|
|
|
height: 18px;
|
2007-11-24 06:00:27 +00:00
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
}
|
|
|
|
|
2008-01-10 09:16:24 +00:00
|
|
|
#urlbar-search-splitter {
|
|
|
|
min-width: 8px;
|
|
|
|
-moz-margin-start: -4px;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-search-splitter + #urlbar-container > #urlbar ,
|
|
|
|
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
2007-12-05 01:03:21 +00:00
|
|
|
#wrapper-urlbar-container #urlbar {
|
|
|
|
-moz-user-input: disabled;
|
|
|
|
cursor: -moz-grab;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
/* Keep the URL bar LTR */
|
|
|
|
|
|
|
|
#urlbar .autocomplete-textbox-container {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2007-08-27 18:05:40 +00:00
|
|
|
#PopupAutoComplete {
|
2006-09-22 00:47:18 +00:00
|
|
|
direction: ltr !important;
|
|
|
|
}
|
|
|
|
|
2007-08-27 18:05:40 +00:00
|
|
|
#PopupAutoComplete[chromedir="rtl"] > tree > treerows {
|
2006-09-22 00:47:18 +00:00
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2007-08-27 18:05:40 +00:00
|
|
|
#PopupAutoComplete .autocomplete-treebody {
|
2006-09-22 00:47:18 +00:00
|
|
|
direction: ltr;
|
2006-08-01 23:08:30 +00:00
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
#PopupAutoCompleteRichResult {
|
|
|
|
direction: ltr !important;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: page proxy icon ::::: */
|
|
|
|
|
|
|
|
#page-proxy-favicon,
|
2008-02-25 22:30:48 +00:00
|
|
|
#urlbar-throbber {
|
2004-06-17 23:01:11 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-02-25 22:30:48 +00:00
|
|
|
#page-proxy-stack {
|
2008-05-01 21:22:24 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px 4px;
|
|
|
|
background: url(urlbar-favicon-glow.png) center center no-repeat;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-02-25 22:30:48 +00:00
|
|
|
#page-proxy-favicon:not([src]) {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px)
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-02-25 22:30:48 +00:00
|
|
|
#page-proxy-favicon[pageproxystate="invalid"] {
|
|
|
|
-moz-image-region: rect(32px, 16px, 48px, 0px);
|
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2008-02-25 22:30:48 +00:00
|
|
|
#urlbar-throbber {
|
2008-04-07 20:47:57 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/searching_16.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
statusbarpanel#statusbar-display {
|
2005-02-20 15:49:33 +00:00
|
|
|
-moz-padding-start: 0;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: autocomplete ::::: */
|
|
|
|
|
2007-11-06 08:43:53 +00:00
|
|
|
#treecolAutoCompleteImage {
|
2007-11-30 04:57:57 +00:00
|
|
|
max-width: 36px;
|
2007-08-31 20:19:19 +00:00
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-result-type-bookmark,
|
2007-11-06 08:43:53 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
2008-04-29 19:09:28 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/editBookmark.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2007-11-30 04:57:57 +00:00
|
|
|
width: 16px;
|
2007-11-06 08:43:53 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-07-17 11:48:40 +00:00
|
|
|
.ac-result-type-keyword,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url(chrome://browser/skin/Search-glass.png);
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-result-type-tag,
|
2007-11-06 08:43:53 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
2007-11-30 04:57:57 +00:00
|
|
|
width: 16px;
|
2007-09-07 05:35:10 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-comment {
|
2008-03-20 17:54:20 +00:00
|
|
|
font-size: 1.15em;
|
2007-11-30 04:57:57 +00:00
|
|
|
}
|
|
|
|
|
2008-04-12 03:14:42 +00:00
|
|
|
.ac-extra > .ac-comment {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-url-text {
|
2008-08-02 19:37:17 +00:00
|
|
|
color: -moz-nativehyperlinktext;
|
2008-04-14 00:49:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ac-url-text:-moz-system-metric(windows-default-theme) {
|
2008-04-23 01:07:38 +00:00
|
|
|
color: #006600;
|
2007-11-30 04:57:57 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
2007-11-30 04:57:57 +00:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac-comment[selected="true"], .ac-url-text[selected="true"] {
|
|
|
|
color: inherit !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2006-05-26 22:41:42 +00:00
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
|
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
|
|
|
|
{
|
|
|
|
color: GrayText;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell(suggesthint) {
|
|
|
|
border-top: 1px solid GrayText;
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: go button ::::: */
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
#go-button {
|
2008-04-29 19:09:28 +00:00
|
|
|
padding: 0 2px;
|
2006-09-22 00:47:18 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Go-arrow.png");
|
2008-03-01 03:53:59 +00:00
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2006-09-22 00:47:18 +00:00
|
|
|
}
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
#go-button:hover {
|
2008-03-01 03:53:59 +00:00
|
|
|
-moz-image-region: rect(16px 16px 32px 0px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
/* star button */
|
2007-11-24 06:00:27 +00:00
|
|
|
#star-button {
|
2008-04-29 19:09:28 +00:00
|
|
|
padding: 0 2px;
|
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmark.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#star-button:hover {
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#star-button:hover:active {
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
2007-09-15 08:21:20 +00:00
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
#star-button[starred="true"] {
|
2008-04-29 19:09:28 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/editBookmark.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:37:20 +00:00
|
|
|
/* bookmarking panel */
|
|
|
|
#editBookmarkPanel {
|
2008-04-23 16:03:43 +00:00
|
|
|
-moz-appearance: menupopup;
|
|
|
|
color: MenuText;
|
2008-01-30 04:37:20 +00:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editBookmarkPanelStarIcon {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/starred48.png");
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editBookmarkPanelStarIcon[unstarred] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/unstarred48.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#editBookmarkPanelTitle {
|
|
|
|
font-size: 130%;
|
|
|
|
}
|
|
|
|
|
2009-01-13 10:48:26 +00:00
|
|
|
/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
|
|
|
|
#editBMPanel_folderTree {
|
2009-01-17 14:45:37 +00:00
|
|
|
min-width: 27em;
|
2009-01-13 10:48:26 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: content area ::::: */
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
#sidebar {
|
|
|
|
background-color: Window;
|
|
|
|
}
|
|
|
|
|
2008-04-30 17:00:35 +00:00
|
|
|
#sidebar-title {
|
|
|
|
-moz-padding-start: 0px;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
#status-bar {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#security-button {
|
2004-11-30 08:23:02 +00:00
|
|
|
min-width: 20px;
|
|
|
|
-moz-box-direction: reverse;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-03-01 03:53:59 +00:00
|
|
|
#security-button[level="high"],
|
2004-06-17 23:01:11 +00:00
|
|
|
#security-button[level="low"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/Secure.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#security-button[level="broken"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/Security-broken.png");
|
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
/* XXXsw prevent margins of a value-less label from shifting the image */
|
|
|
|
#security-button > label:not([value]) {
|
2004-06-17 23:01:11 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
#page-report-button {
|
|
|
|
width: 20px;
|
|
|
|
list-style-image: url("chrome://browser/skin/Info.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: throbber ::::: */
|
|
|
|
|
|
|
|
#navigator-throbber {
|
2008-10-25 13:15:53 +00:00
|
|
|
width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
margin: 0 3px;
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
#navigator-throbber[busy="true"] {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tabstrip */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tabbrowser-tabs {
|
2008-05-08 09:29:38 +00:00
|
|
|
-moz-appearance: -moz-win-browsertabbar-toolbox;
|
2008-03-08 09:47:41 +00:00
|
|
|
background: -moz-dialog url("chrome://browser/skin/tabbrowser/tabbrowser-tabs-bkgnd.png") repeat-x;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabs-container:not([overflow="true"]) {
|
|
|
|
-moz-padding-start: 3px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tabs */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tabbrowser-tab {
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
background: url("chrome://browser/skin/tabbrowser/tab-bkgnd.png") repeat-x;
|
|
|
|
margin: 3px 0px 4px;
|
2008-01-10 05:52:23 +00:00
|
|
|
padding: 0px 1px 1px 0px;
|
2007-11-21 12:04:21 +00:00
|
|
|
border: 2px solid;
|
2008-01-10 05:52:23 +00:00
|
|
|
border-right-width: 1px;
|
2007-11-21 12:04:21 +00:00
|
|
|
border-bottom: none;
|
|
|
|
-moz-border-radius-topleft: 2px;
|
|
|
|
-moz-border-radius-topright: 2px;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
|
|
|
|
-moz-border-right-colors: rgba(0,0,0,.1);
|
|
|
|
-moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
|
2007-11-21 12:04:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:hover,
|
2007-08-22 21:02:02 +00:00
|
|
|
.tabbrowser-tab[selected="true"] {
|
2008-01-10 05:52:23 +00:00
|
|
|
border-width: 1px;
|
2007-08-22 21:02:02 +00:00
|
|
|
-moz-border-radius-topleft: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-top-colors: ThreeDShadow;
|
|
|
|
-moz-border-right-colors: ThreeDShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-tab:not([selected="true"]):hover {
|
|
|
|
margin: 2px 0px 4px;
|
|
|
|
padding: 2px 1px 1px;
|
2008-03-08 09:47:41 +00:00
|
|
|
background-image: url("chrome://browser/skin/tabbrowser/tab-hover-bkgnd.png");
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-tab[selected="true"] {
|
|
|
|
margin: 2px 0px 3px;
|
|
|
|
padding: 1px;
|
2008-03-08 09:47:41 +00:00
|
|
|
background-image: url("chrome://browser/skin/tabbrowser/tab-active-bkgnd.png");
|
|
|
|
background-color: -moz-dialog;
|
2007-11-21 12:04:21 +00:00
|
|
|
font-weight: bold;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-tab[busy] > .tab-icon-image {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-icon-image {
|
|
|
|
margin-top: 1px;
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-margin-start: 7px;
|
2007-08-22 21:02:02 +00:00
|
|
|
-moz-margin-end: 3px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-bottom {
|
2007-11-21 12:04:21 +00:00
|
|
|
height: 4px;
|
|
|
|
margin: 0px;
|
|
|
|
background: -moz-dialog url("chrome://browser/skin/tabbrowser/tabstrip-bottom.png") repeat;
|
|
|
|
border-top: 1px solid threedshadow;
|
2007-08-22 21:02:02 +00:00
|
|
|
border-bottom: 1px solid threedshadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
tabpanels {
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tabbrowser-tab focus ring */
|
2007-11-21 12:04:21 +00:00
|
|
|
.tab-text {
|
2007-08-22 21:02:02 +00:00
|
|
|
border: 1px dotted transparent;
|
|
|
|
}
|
|
|
|
|
2008-02-21 10:44:49 +00:00
|
|
|
.tabbrowser-tab[selected="true"]:focus > .tab-text {
|
2007-08-22 21:02:02 +00:00
|
|
|
border: 1px dotted -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tab DnD indicator */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-drop-indicator-bar {
|
2007-09-18 00:59:41 +00:00
|
|
|
height: 11px;
|
|
|
|
margin-top: -11px;
|
|
|
|
position: relative;
|
|
|
|
/* set -moz-margin-start to -1/2 indicator width: */
|
|
|
|
-moz-margin-start: -5px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-drop-indicator {
|
2007-09-18 00:59:41 +00:00
|
|
|
height: 11px;
|
|
|
|
width: 11px;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
position: relative;
|
|
|
|
background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tab close button */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-close-button > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0px !important;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
|
|
|
-moz-appearance: none;
|
2008-03-21 08:41:27 +00:00
|
|
|
-moz-image-region: rect(0px, 56px, 14px, 42px);
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-margin-end: 6px;
|
|
|
|
border: none;
|
2007-08-22 21:02:02 +00:00
|
|
|
padding: 0px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button:hover,
|
|
|
|
.tabbrowser-tab[selected="true"] > .tab-close-button:hover {
|
2008-03-21 08:41:27 +00:00
|
|
|
-moz-image-region: rect(0px, 28px, 14px, 14px);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button:hover:active,
|
|
|
|
.tabbrowser-tab[selected="true"] > .tab-close-button:hover:active {
|
2008-03-21 08:41:27 +00:00
|
|
|
-moz-image-region: rect(0px, 42px, 14px, 28px);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab[selected="true"] > .tab-close-button {
|
2008-03-21 08:41:27 +00:00
|
|
|
-moz-image-region: rect(0px, 14px, 14px, 0px);
|
2007-08-22 21:02:02 +00:00
|
|
|
/* Make this button focusable so clicking on it will not focus the tab while
|
|
|
|
it's getting closed */
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
/* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down,
|
2008-09-25 07:39:41 +00:00
|
|
|
.tabs-newtab-button,
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabs-alltabs-button {
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
width: 18px;
|
|
|
|
margin: 3px 0px 4px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 2px solid;
|
2008-01-10 05:52:23 +00:00
|
|
|
border-right-width: 1px;
|
2007-11-21 12:04:21 +00:00
|
|
|
border-bottom: none;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
|
|
|
|
-moz-border-right-colors: ThreeDShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
|
2008-03-08 09:47:41 +00:00
|
|
|
background: url("chrome://browser/skin/tabbrowser/tab-bkgnd.png") repeat-x;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-image-region: rect(0, 11px, 14px, 0);
|
2007-08-26 00:54:54 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover,
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled="true"]):hover,
|
2008-09-25 07:39:41 +00:00
|
|
|
.tabs-newtab-button:hover,
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabs-alltabs-button:hover {
|
|
|
|
border-top-width: 1px;
|
|
|
|
padding-top: 1px;
|
|
|
|
-moz-border-top-colors: ThreeDShadow;
|
2008-01-11 22:19:00 +00:00
|
|
|
-moz-border-right-colors: ThreeDShadow;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-left-colors: ThreeDShadow transparent;
|
2008-03-08 09:47:41 +00:00
|
|
|
background-image: url("chrome://browser/skin/tabbrowser/tab-hover-bkgnd.png");
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled="true"]):hover {
|
2007-08-22 21:02:02 +00:00
|
|
|
-moz-image-region: rect(0, 22px, 14px, 11px);
|
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled="true"],
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled="true"] {
|
|
|
|
opacity: .4;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover:active,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled="true"]):hover:active {
|
2007-08-22 21:02:02 +00:00
|
|
|
-moz-image-region: rect(0, 44px, 14px, 33px);
|
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up {
|
|
|
|
border-left-style: none;
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-start.png");
|
|
|
|
-moz-border-radius-topright: 2px;
|
|
|
|
}
|
2007-08-22 21:02:02 +00:00
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up[chromedir="rtl"] {
|
|
|
|
border-left-style: solid;
|
|
|
|
border-right-style: none;
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-border-radius-topleft: 2px;
|
|
|
|
-moz-border-radius-topright: 0px;
|
2007-08-22 21:02:02 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-end.png");
|
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up > .toolbarbutton-icon {
|
2008-04-23 22:58:38 +00:00
|
|
|
margin: 5px 0px 1px 0px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down,
|
2009-01-23 08:13:11 +00:00
|
|
|
.tabs-container > .tabs-newtab-button,
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabs-alltabs-button {
|
|
|
|
border-right-style: none;
|
|
|
|
-moz-border-radius-topleft: 2px;
|
2007-11-21 12:04:21 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-end.png");
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[chromedir="rtl"],
|
2009-01-23 08:13:11 +00:00
|
|
|
.tabs-container > .tabs-newtab-button[chromedir="rtl"],
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabs-container > stack[chromedir="rtl"] > .tabs-alltabs-button {
|
|
|
|
border-left-style: none;
|
|
|
|
border-right-style: solid;
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-border-radius-topleft: 0px;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-radius-topright: 2px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[chromedir="rtl"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-start.png");
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down > .toolbarbutton-icon {
|
2008-04-16 20:20:25 +00:00
|
|
|
margin-top: 5px;
|
2008-04-23 22:58:38 +00:00
|
|
|
margin-bottom: 1px;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-margin-end: 2px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:11 +00:00
|
|
|
.tabs-newtab-button {
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .tabs-newtab-button {
|
|
|
|
width: 32px;
|
|
|
|
-moz-border-radius-topright: 2px;
|
|
|
|
-moz-border-radius-topleft: 2px;
|
|
|
|
}
|
|
|
|
|
2008-09-25 07:39:41 +00:00
|
|
|
.tabs-newtab-button > .toolbarbutton-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
|
|
|
|
margin: 3px 0 0;
|
|
|
|
}
|
|
|
|
|
2008-12-02 09:21:13 +00:00
|
|
|
.tabs-alltabs-button > .toolbarbutton-text {
|
2008-01-10 05:52:23 +00:00
|
|
|
display: none;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-11-05 07:38:13 +00:00
|
|
|
.tabs-alltabs-button > .toolbarbutton-icon {
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
|
|
|
|
margin: 6px 0 4px;
|
|
|
|
-moz-image-region: auto;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-alltabs-box-animate {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
width: 18px !important;
|
|
|
|
background-image: url("chrome://browser/skin/tabbrowser/alltabs-box-overflow-end-bkgnd-animate.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
opacity: 0.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
|
|
|
|
background-image: url("chrome://browser/skin/tabbrowser/alltabs-box-overflow-start-bkgnd-animate.png");
|
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tabstrip close button */
|
2004-06-17 23:01:11 +00:00
|
|
|
.tabs-closebutton {
|
|
|
|
-moz-appearance: none;
|
2007-11-21 12:04:21 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
2008-03-21 09:40:20 +00:00
|
|
|
-moz-image-region: rect(0px, 14px, 14px, 0px);
|
2004-11-30 08:23:02 +00:00
|
|
|
padding: 4px 2px;
|
2007-11-21 12:04:21 +00:00
|
|
|
margin: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0px !important;
|
|
|
|
-moz-padding-end: 2px !important;
|
|
|
|
-moz-padding-start: 2px !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton:hover {
|
2008-03-21 09:40:20 +00:00
|
|
|
-moz-image-region: rect(0px, 28px, 14px, 14px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton:hover:active {
|
2008-03-21 09:40:20 +00:00
|
|
|
-moz-image-region: rect(0px, 42px, 14px, 28px);
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
.tabs-container > .tabs-closebutton {
|
|
|
|
margin: 3px 0px 3px;
|
|
|
|
padding: 4px 2px 2px;
|
2008-03-08 09:47:41 +00:00
|
|
|
background: -moz-dialog url("chrome://browser/skin/tabbrowser/tab-active-bkgnd.png") repeat-x;
|
2007-11-21 12:04:21 +00:00
|
|
|
border-left: 1px solid threedshadow;
|
|
|
|
border-top: 1px solid threedshadow;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-radius-topleft: 2px;
|
2007-11-21 12:04:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-container > .tabs-closebutton[chromedir="rtl"] {
|
|
|
|
border-left: none;
|
|
|
|
border-right: 1px solid threedshadow;
|
2008-01-10 05:52:23 +00:00
|
|
|
-moz-border-radius-topleft: 0px;
|
|
|
|
-moz-border-radius-topright: 2px;
|
2007-11-21 12:04:21 +00:00
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
#sidebar-box .tabs-closebutton {
|
2008-04-28 09:24:33 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/closeSidebar.png");
|
2004-11-30 08:23:02 +00:00
|
|
|
margin-bottom: 0px !important;
|
|
|
|
padding: 0px 2px 0px 2px !important;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.chevron {
|
|
|
|
list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
|
|
|
|
}
|
|
|
|
|
2005-02-20 15:49:33 +00:00
|
|
|
toolbarbutton.chevron[chromedir="rtl"] {
|
|
|
|
list-style-image: url("chrome://global/skin/toolbar/chevron-rtl.gif") !important;
|
|
|
|
}
|
|
|
|
|
2009-02-22 08:43:59 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-text,
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-02-22 08:43:59 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
display: -moz-box; /* display chevron icon in text mode */
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
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"] {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2005-02-20 15:49:33 +00:00
|
|
|
-moz-margin-end: 4px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-01-20 02:33:43 +00:00
|
|
|
/* Location bar dropmarker */
|
|
|
|
#urlbar > .autocomplete-history-dropmarker {
|
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2008-02-06 21:28:37 +00:00
|
|
|
#urlbar > .autocomplete-history-dropmarker:hover ,
|
|
|
|
#urlbar > .autocomplete-history-dropmarker[open="true"] {
|
2008-04-25 00:04:46 +00:00
|
|
|
background: -moz-dialog url(navbar-textbox-buttons.png) repeat-x 0 -60px !important;
|
2008-01-20 02:33:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar > .autocomplete-history-dropmarker > .dropmarker-icon {
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: 0 5px;
|
2008-01-20 02:33:43 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#urlbar[chromedir="ltr"] > .autocomplete-history-dropmarker {
|
|
|
|
border-left: 1px solid;
|
|
|
|
-moz-border-left-colors: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar[chromedir="ltr"] > .autocomplete-history-dropmarker:hover ,
|
|
|
|
#urlbar[chromedir="ltr"] > .autocomplete-history-dropmarker[open="true"] {
|
|
|
|
-moz-border-left-colors: ButtonShadow;
|
2008-01-20 02:33:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Feed icon */
|
2008-12-17 07:30:37 +00:00
|
|
|
#feed-button,
|
|
|
|
#feed-button > .button-box,
|
2005-08-12 00:34:19 +00:00
|
|
|
#feed-button:hover:active > .button-box {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border: 0px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feed-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 0px;
|
2008-04-29 19:09:28 +00:00
|
|
|
padding: 0 2px !important;
|
|
|
|
list-style-image: url("chrome://browser/skin/feeds/feed-icons-16.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2008-12-17 07:30:37 +00:00
|
|
|
#feed-button:hover {
|
2008-04-29 19:09:28 +00:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2008-12-17 07:30:37 +00:00
|
|
|
#feed-button[open="true"],
|
|
|
|
#feed-button:hover:active {
|
2008-04-29 19:09:28 +00:00
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
2005-06-18 00:04:35 +00:00
|
|
|
/* ::::: About Popup Blocking dialog ::::: */
|
|
|
|
#pageReportFirstTime statusbarpanel.statusbar-resizerpanel {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2005-06-20 21:25:45 +00:00
|
|
|
|
|
|
|
#checkForUpdates[loading="true"] {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2005-06-20 21:25:45 +00:00
|
|
|
}
|
|
|
|
|
2006-02-28 21:20:04 +00:00
|
|
|
/* Personal toolbar */
|
|
|
|
.toolbar-drop-indicator {
|
2008-01-05 06:29:08 +00:00
|
|
|
width: 9px;
|
|
|
|
height: 18px;
|
|
|
|
margin-bottom: -6px;
|
2006-02-28 21:20:04 +00:00
|
|
|
position: relative;
|
2006-09-22 00:47:18 +00:00
|
|
|
background: url("chrome://browser/skin/places/toolbarDropMarker.png") 50% 50% no-repeat;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-drop-indicator-bar {
|
2007-07-25 18:27:34 +00:00
|
|
|
visibility: hidden;
|
2008-01-05 06:29:08 +00:00
|
|
|
height: 18px;
|
|
|
|
margin-bottom: -18px;
|
2006-02-28 21:20:04 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-drop-indicator-bar[dragging="true"] {
|
2007-07-25 18:27:34 +00:00
|
|
|
visibility: visible;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: Highlight !important;
|
|
|
|
color: HighlightText !important;
|
|
|
|
}
|
|
|
|
|
2008-02-21 02:17:52 +00:00
|
|
|
/* 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;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
|
|
|
|
2008-02-21 02:17:52 +00:00
|
|
|
.menupopup-drop-indicator {
|
|
|
|
list-style-image: none;
|
|
|
|
height: 2px;
|
|
|
|
-moz-margin-end: -4em;
|
|
|
|
background-color: Highlight;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
2007-10-22 03:30:23 +00:00
|
|
|
|
|
|
|
/* ::::: Identity Indicator Styling ::::: */
|
|
|
|
/* Location bar visuals*/
|
2007-10-31 18:54:11 +00:00
|
|
|
|
2008-04-28 10:04:57 +00:00
|
|
|
#urlbar[chromedir="ltr"]:-moz-system-metric(windows-default-theme) {
|
2008-04-28 09:59:30 +00:00
|
|
|
-moz-margin-start: 6px;
|
2008-03-04 11:32:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar > .autocomplete-textbox-container {
|
2007-10-31 18:54:11 +00:00
|
|
|
-moz-box-align: stretch;
|
|
|
|
}
|
2007-11-04 01:52:43 +00:00
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-box {
|
|
|
|
overflow: -moz-hidden-unscrollable;
|
|
|
|
}
|
|
|
|
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme) {
|
2008-03-04 11:32:11 +00:00
|
|
|
-moz-margin-start: -4px;
|
2008-04-25 00:04:46 +00:00
|
|
|
border-right: 1px solid ThreeDShadow;
|
2008-03-04 11:32:11 +00:00
|
|
|
}
|
|
|
|
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box.verifiedDomain[chromedir="ltr"]:-moz-system-metric(windows-default-theme) ,
|
|
|
|
#identity-box.verifiedIdentity[chromedir="ltr"]:-moz-system-metric(windows-default-theme) {
|
2008-04-25 00:04:46 +00:00
|
|
|
border-right: 1px solid ThreeDDarkShadow;
|
2008-01-23 23:49:10 +00:00
|
|
|
}
|
|
|
|
|
2008-04-25 00:04:46 +00:00
|
|
|
#identity-box > hbox {
|
|
|
|
background: -moz-dialog url(navbar-textbox-buttons.png) repeat-x;
|
|
|
|
color: -moz-dialogText;
|
|
|
|
border-left: 2px solid;
|
|
|
|
border-right: 2px solid;
|
|
|
|
-moz-border-left-colors: ThreeDShadow rgba(255, 255, 255, 0.2);
|
|
|
|
-moz-border-right-colors: ThreeDShadow rgba(255, 255, 255, 0.2);
|
2008-05-01 21:22:24 +00:00
|
|
|
padding: 0 1px;
|
2008-03-04 11:32:11 +00:00
|
|
|
}
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box[chromedir="ltr"]:not(:-moz-system-metric(windows-default-theme)) > hbox {
|
|
|
|
border-left: 1px solid;
|
|
|
|
-moz-border-left-colors: rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
#identity-box[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: -11px -10px -11px 0;
|
2008-05-08 15:20:07 +00:00
|
|
|
padding: 10px 12px 10px 3px;
|
2008-04-25 00:04:46 +00:00
|
|
|
border-top: 1px solid ThreeDDarkShadow;
|
|
|
|
border-bottom: 1px solid ThreeDDarkShadow;
|
|
|
|
border-right-style: none;
|
2008-03-04 11:32:11 +00:00
|
|
|
-moz-border-radius-topleft: 21px;
|
|
|
|
-moz-border-radius-bottomleft: 21px;
|
2008-04-25 00:04:46 +00:00
|
|
|
-moz-border-left-colors: ThreeDDarkShadow rgba(255, 255, 255, 0.4);
|
|
|
|
background-position: 0 10px;
|
2008-03-04 11:32:11 +00:00
|
|
|
}
|
|
|
|
|
2008-04-25 00:04:46 +00:00
|
|
|
#identity-box:hover > hbox {
|
|
|
|
background-position: 0 -60px;
|
|
|
|
-moz-border-left-colors: ThreeDShadow rgba(255, 255, 255, 0.4);
|
|
|
|
-moz-border-right-colors: ThreeDShadow rgba(255, 255, 255, 0.4);
|
|
|
|
}
|
|
|
|
#identity-box:hover[chromedir="ltr"] > hbox {
|
2008-04-28 10:04:57 +00:00
|
|
|
-moz-border-left-colors: rgba(255, 255, 255, 0.4);
|
|
|
|
}
|
|
|
|
#identity-box:hover[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -50px;
|
|
|
|
-moz-border-left-colors: ThreeDDarkShadow rgba(255, 255, 255, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedDomain > hbox {
|
|
|
|
background-position: 0 -120px;
|
|
|
|
color: white;
|
|
|
|
}
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box.verifiedDomain[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedDomain:hover > hbox {
|
|
|
|
background-position: 0 -180px;
|
|
|
|
}
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box.verifiedDomain:hover[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -170px;
|
2008-03-04 11:32:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedIdentity > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -240px;
|
|
|
|
color: white;
|
|
|
|
}
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box.verifiedIdentity[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -230px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedIdentity:hover > hbox {
|
|
|
|
background-position: 0 -300px;
|
|
|
|
}
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-box.verifiedIdentity:hover[chromedir="ltr"]:-moz-system-metric(windows-default-theme) > hbox {
|
2008-04-25 00:04:46 +00:00
|
|
|
background-position: 0 -290px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
2007-11-04 07:06:27 +00:00
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-box:focus {
|
|
|
|
outline: 1px dotted -moz-DialogText;
|
|
|
|
outline-offset: -3px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-04-25 00:04:46 +00:00
|
|
|
#identity-box.verifiedDomain:focus ,
|
|
|
|
#identity-box.verifiedIdentity:focus {
|
|
|
|
outline: 1px dotted white;
|
|
|
|
}
|
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
#identity-icon-label {
|
2007-10-31 02:03:06 +00:00
|
|
|
padding: 0 2px;
|
|
|
|
margin: 0;
|
2007-12-11 10:27:55 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:21:53 +00:00
|
|
|
#identity-icon-label[value=""] {
|
2008-03-04 11:32:11 +00:00
|
|
|
display: none;
|
2008-01-29 22:38:54 +00:00
|
|
|
}
|
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
/* Popup Icons */
|
|
|
|
#identity-popup-icon {
|
2008-03-04 11:32:11 +00:00
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
padding: 0;
|
|
|
|
list-style-image: url("chrome://browser/skin/identity.png");
|
|
|
|
-moz-image-region: rect(0px, 64px, 64px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(64px, 64px, 128px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(128px, 64px, 192px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:21:53 +00:00
|
|
|
/* Popup Body Text */
|
2007-10-22 03:30:23 +00:00
|
|
|
#identity-popup-content-box > description,
|
|
|
|
#identity-popup-encryption-label {
|
2008-03-04 11:32:11 +00:00
|
|
|
white-space: pre-wrap;
|
2008-04-16 19:42:42 +00:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: 2px 0 4px;
|
2007-12-13 15:08:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-content-box > label {
|
2008-03-04 11:32:11 +00:00
|
|
|
white-space: pre-wrap;
|
2008-04-16 19:42:42 +00:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: 0;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-host ,
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
|
|
|
|
font-size: 1.2em;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-content-host {
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
2008-01-30 04:21:53 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-owner {
|
2008-04-16 19:42:42 +00:00
|
|
|
margin-top: 4px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin-bottom: 0 !important;
|
2008-04-16 19:42:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.verifiedDomain > #identity-popup-content-owner {
|
|
|
|
font-weight: normal;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:21:53 +00:00
|
|
|
#identity-popup-content-verifier {
|
|
|
|
margin: 4px 0 2px;
|
2007-12-13 15:08:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
|
2008-01-30 04:21:53 +00:00
|
|
|
margin-top: 10px;
|
2008-04-16 19:42:42 +00:00
|
|
|
margin-left: -24px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#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 {
|
2008-03-01 03:53:59 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Secure24.png");
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-more-info-button {
|
|
|
|
margin-top: 6px;
|
|
|
|
-moz-margin-end: 1px;
|
|
|
|
}
|
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
/* Popup Bounding Box */
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup {
|
2008-04-23 16:03:43 +00:00
|
|
|
-moz-appearance: menupopup;
|
2008-04-16 19:42:42 +00:00
|
|
|
color: MenuText;
|
|
|
|
}
|
|
|
|
|
2008-04-23 16:03:43 +00:00
|
|
|
/* Bug 413060, comment 14: Match #identity-box's -moz-margin-start, less 1px */
|
2008-04-28 10:04:57 +00:00
|
|
|
#identity-popup[chromedir="ltr"]:-moz-system-metric(windows-default-theme) {
|
2008-04-23 16:03:43 +00:00
|
|
|
-moz-margin-start: 3px;
|
2008-04-16 19:42:42 +00:00
|
|
|
}
|
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
#identity-popup-container {
|
2008-03-04 11:32:11 +00:00
|
|
|
background-image: none;
|
|
|
|
min-width: 280px;
|
|
|
|
padding: 10px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
2008-01-27 05:08:46 +00:00
|
|
|
|
|
|
|
#download-monitor {
|
2008-02-10 06:03:05 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 96px 16px 80px);
|
2008-01-27 05:08:46 +00:00
|
|
|
}
|
2008-04-09 00:39:18 +00:00
|
|
|
|
|
|
|
/* Bookmarks Toolbar menu-item */
|
|
|
|
#bookmarksToolbarFolderMenu {
|
2008-04-11 15:53:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
-moz-image-region: auto;
|
2008-04-09 00:39:18 +00:00
|
|
|
}
|
2008-04-28 09:59:30 +00:00
|
|
|
|
|
|
|
/* If the nav toolbar is tall enough and an input box is the last item, add
|
|
|
|
extra end spacing so that horizontal spacing matches vertical spacing. */
|
|
|
|
#nav-bar[mode="full"]:not([currentset]),
|
|
|
|
#nav-bar[mode="full"][currentset$=",urlbar-container"],
|
|
|
|
#nav-bar[mode="full"][currentset$=",search-container"],
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"]:not([currentset]),
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"][currentset$=",urlbar-container"],
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"][currentset$=",search-container"] {
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-bar[mode="full"]:not([currentset]):-moz-system-metric(windows-default-theme),
|
|
|
|
#nav-bar[mode="full"][currentset$=",urlbar-container"]:-moz-system-metric(windows-default-theme),
|
|
|
|
#nav-bar[mode="full"][currentset$=",search-container"]:-moz-system-metric(windows-default-theme),
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"]:not([currentset]):-moz-system-metric(windows-default-theme),
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"][currentset$=",urlbar-container"]:-moz-system-metric(windows-default-theme),
|
|
|
|
#nav-bar[iconsize="large"][mode="icons"][currentset$=",search-container"]:-moz-system-metric(windows-default-theme) {
|
|
|
|
-moz-padding-end: 3px;
|
|
|
|
}
|
2008-07-15 16:11:00 +00:00
|
|
|
|
|
|
|
/* ::::: Keyboard UI Panel ::::: */
|
|
|
|
.KUI-panel {
|
|
|
|
-moz-appearance: none;
|
2008-11-04 08:19:55 +00:00
|
|
|
background: rgba(68, 68, 68, .9) url(KUI-background.png) repeat-x;
|
2008-07-15 16:11:00 +00:00
|
|
|
color: white;
|
2008-11-04 08:19:55 +00:00
|
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
2008-07-15 16:11:00 +00:00
|
|
|
-moz-border-radius: 10px;
|
2008-08-19 07:24:28 +00:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-left: -1px;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2008-11-05 07:38:13 +00:00
|
|
|
.KUI-panel[level="top"] ,
|
|
|
|
#ctrlTab-panel:not([sticky]) {
|
2008-11-04 08:19:55 +00:00
|
|
|
background-color: rgba(68, 68, 68, .5);
|
|
|
|
-moz-window-shadow: none;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2008-11-04 08:19:55 +00:00
|
|
|
/* ::::: Ctrl-Tab Panel ::::: */
|
2008-11-05 07:38:13 +00:00
|
|
|
#ctrlTab-panel {
|
|
|
|
padding-top: 20px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ctrlTab-search {
|
|
|
|
margin: 0 0 20px;
|
2008-11-04 08:19:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ctrlTab-thumbnail {
|
2008-11-05 07:38:13 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
2008-11-04 08:19:55 +00:00
|
|
|
}
|
|
|
|
|
2008-11-05 07:38:13 +00:00
|
|
|
.ctrlTab-thumbnail > html|canvas {
|
|
|
|
border: 2px solid white;
|
|
|
|
margin: -2px;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2008-11-05 07:38:13 +00:00
|
|
|
.ctrlTab-thumbnail[selected="true"] ,
|
|
|
|
.ctrlTab-thumbnail:hover {
|
|
|
|
background: Highlight;
|
|
|
|
color: HighlightText;
|
|
|
|
-moz-box-shadow: 0 0 2px Highlight, 0 0 2px Highlight, 0 0 3px Highlight, 0 0 4px Highlight, 0 0 10px Highlight, 0 0 20px white;
|
|
|
|
text-shadow: 0 0 3px transparent;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2008-11-04 08:19:55 +00:00
|
|
|
.ctrlTab-pagePointer {
|
|
|
|
margin: 0 1em 1em;
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
|
|
|
-moz-border-radius: .75em;
|
|
|
|
background: rgba(0, 0, 0, .5);
|
|
|
|
border: 1px solid rgba(255, 255, 255, .3);
|
2008-11-05 07:38:13 +00:00
|
|
|
cursor: pointer;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2008-11-04 08:19:55 +00:00
|
|
|
.ctrlTab-pagePointer[selected="true"] {
|
|
|
|
background: rgba(255, 255, 255, .6);
|
2008-11-05 07:38:13 +00:00
|
|
|
cursor: default;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|