2007-03-22 10:30:00 -07:00
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* 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)
|
2008-01-27 16:53:12 -08:00
|
|
|
* Kevin Gerich (kevin@kmgerich.com)
|
2007-03-22 10:30:00 -07:00
|
|
|
* Pamela Greene (pamg.bugs@gmail.com)
|
2008-07-15 09:11:00 -07:00
|
|
|
* Dão Gottwald (dao@mozilla.com)
|
2008-04-07 18:41:11 -07:00
|
|
|
* Stephen Horlander (stephen@noved.org)
|
2010-09-14 22:41:16 -07:00
|
|
|
* Drew Willcoxon (adw@mozilla.com)
|
2011-09-27 13:01:24 -07:00
|
|
|
* Paul Rouget (paul@mozilla.com)
|
2011-11-03 06:37:14 -07:00
|
|
|
* Rob Campbell (rcampbell@mozilla.com)
|
2007-03-22 10:30:00 -07: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
|
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
@import url("chrome://global/skin/");
|
|
|
|
|
2010-02-21 07:03:48 -08:00
|
|
|
%include shared.inc
|
2011-11-07 10:48:27 -08:00
|
|
|
%filter substitution
|
|
|
|
%define forwardTransitionLength 150ms
|
|
|
|
%define conditionalForwardWithUrlbar window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icons] > :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"],#nav-bar:not([currentset])) > #unified-back-forward-button
|
|
|
|
%define conditionalForwardWithUrlbarWidth 27
|
2010-02-21 07:03:48 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
|
2009-10-01 23:22:18 -07:00
|
|
|
#urlbar:-moz-lwtheme:not([focused="true"]),
|
2009-10-23 08:28:14 -07:00
|
|
|
.searchbar-textbox:-moz-lwtheme:not([focused="true"]) {
|
2009-09-04 03:58:18 -07:00
|
|
|
opacity: .9;
|
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
#navigator-toolbox toolbarbutton:-moz-lwtheme {
|
2010-02-21 06:50:10 -08:00
|
|
|
color: inherit;
|
2009-09-04 03:58:18 -07:00
|
|
|
text-shadow: inherit;
|
|
|
|
}
|
|
|
|
|
2009-10-01 23:22:18 -07:00
|
|
|
#PersonalToolbar:-moz-lwtheme,
|
|
|
|
#nav-bar:-moz-lwtheme {
|
2009-09-04 03:58:18 -07:00
|
|
|
-moz-appearance: none !important;
|
|
|
|
background: none !important;
|
2009-10-10 00:24:00 -07:00
|
|
|
/* Switching to a lightweight theme shouldn't move the content area,
|
|
|
|
so avoid changing border widths here. */
|
|
|
|
border-color: transparent !important;
|
2009-09-04 03:58:18 -07:00
|
|
|
}
|
|
|
|
|
2008-12-08 06:59:41 -08:00
|
|
|
#main-window {
|
2008-05-03 07:47:03 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2010-01-14 07:41:58 -08:00
|
|
|
#main-window[chromehidden~="toolbar"][chromehidden~="location"][chromehidden~="directories"] {
|
|
|
|
border-top: 1px solid rgba(0,0,0,0.65);
|
2008-12-08 06:59:41 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
|
|
|
-moz-box-align: center;
|
2010-12-23 09:41:51 -08:00
|
|
|
padding: 2px 4px;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
|
|
|
|
2011-11-27 03:27:14 -08:00
|
|
|
/* Because of -moz-box-align: center above, separators will be invisible unless
|
|
|
|
we set their min-height. See bug 583510 for more information. */
|
|
|
|
toolbarseparator {
|
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* We need more height when toolbar buttons show both icon and text. */
|
|
|
|
toolbar[mode="full"] toolbarseparator {
|
|
|
|
min-height: 36px;
|
|
|
|
}
|
|
|
|
|
2010-12-23 09:41:51 -08:00
|
|
|
#nav-bar {
|
|
|
|
padding-bottom: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#PersonalToolbar {
|
2008-12-11 06:48:23 -08:00
|
|
|
-moz-appearance: none;
|
2011-08-08 07:42:36 -07:00
|
|
|
margin-top: -2px; /* overlay the bottom border of the toolbar above us */
|
|
|
|
padding-top: 1px !important;
|
2010-02-21 06:50:10 -08:00
|
|
|
background-color: -moz-mac-chrome-active;
|
2008-12-11 06:48:23 -08:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.57);
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2010-07-19 13:19:14 -07:00
|
|
|
#navigator-toolbox[tabsontop="true"] > #nav-bar,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
|
2010-12-23 09:41:51 -08:00
|
|
|
-moz-appearance: none;
|
|
|
|
margin-top: 0; /* don't overlay the bottom border of the tabs toolbar */
|
2010-07-19 13:19:14 -07:00
|
|
|
padding-top: 4px !important;
|
2010-12-23 09:41:51 -08:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.57);
|
|
|
|
background-color: -moz-mac-chrome-active;
|
2010-11-29 06:18:40 -08:00
|
|
|
background-image: -moz-linear-gradient(rgba(255,255,255,.43), rgba(255,255,255,0)) !important; /* override lwtheme style */
|
2010-12-23 09:41:51 -08:00
|
|
|
background-origin: border-box !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#PersonalToolbar:-moz-lwtheme,
|
|
|
|
#navigator-toolbox[tabsontop="true"] > #nav-bar:-moz-lwtheme,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar:-moz-lwtheme,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:-moz-lwtheme {
|
|
|
|
background-color: transparent;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#PersonalToolbar:not(:-moz-lwtheme):-moz-window-inactive,
|
|
|
|
#navigator-toolbox[tabsontop="true"] > #nav-bar:not(:-moz-lwtheme):-moz-window-inactive,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme):-moz-window-inactive,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme):-moz-window-inactive {
|
|
|
|
background-color: -moz-mac-chrome-inactive;
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.32);
|
2010-07-19 13:19:14 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ----- BOOKMARK TOOLBAR ----- */
|
|
|
|
|
2009-09-11 06:25:18 -07:00
|
|
|
#personal-bookmarks {
|
2010-07-01 09:42:17 -07:00
|
|
|
min-height: 17px; /* 16px button height + 1px margin-bottom */
|
2009-09-11 06:25:18 -07:00
|
|
|
}
|
2008-01-27 16:53:12 -08:00
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.chevron {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/chevron.png");
|
|
|
|
margin: 1px 0 0;
|
2008-11-26 13:01:50 -08:00
|
|
|
padding: 0;
|
2007-10-10 23:42:38 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-text {
|
|
|
|
display: none;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2011-07-04 11:22:07 -07:00
|
|
|
toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
display: -moz-box; /* display chevron icon in text mode */
|
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
|
|
|
-moz-transform: scaleX(-1);
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-08-18 00:33:54 -07:00
|
|
|
/* ----- BOOKMARK BUTTONS ----- */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.bookmark-item {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #222;
|
|
|
|
border: 0;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 10000px;
|
2010-10-15 03:26:50 -07:00
|
|
|
padding: 1px 8px;
|
2010-03-17 10:08:59 -07:00
|
|
|
margin: 0 0 1px;
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
.bookmark-item > .toolbarbutton-menu-dropmarker {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/folderDropArrow.png");
|
|
|
|
-moz-image-region: rect(0, 7px, 5px, 0);
|
|
|
|
margin-top: 1px;
|
|
|
|
-moz-margin-start: 3px;
|
|
|
|
-moz-margin-end: -2px;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
.bookmark-item > .toolbarbutton-text {
|
|
|
|
display: -moz-box !important; /* prevent [mode="icons"] from hiding the label */
|
|
|
|
margin: 0 !important;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.bookmark-item:hover,
|
2008-04-23 05:08:52 -07:00
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2010-02-21 06:50:10 -08:00
|
|
|
background-color: rgba(0, 0, 0, .205);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.bookmark-item:hover,
|
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
|
|
|
color: #FFF !important;
|
|
|
|
text-shadow: 0 1px rgba(0, 0, 0, .4) !important;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
.bookmark-item:hover > .toolbarbutton-menu-dropmarker,
|
|
|
|
.bookmark-item[open="true"] > .toolbarbutton-menu-dropmarker {
|
|
|
|
-moz-image-region: rect(5px, 7px, 10px, 0);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
toolbarbutton.bookmark-item:active:hover,
|
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
|
2010-02-21 06:50:10 -08:00
|
|
|
background-color: rgba(0, 0, 0, .5);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-03-05 04:00:59 -08:00
|
|
|
toolbarbutton.bookmark-item > menupopup {
|
|
|
|
margin-top: 2px;
|
|
|
|
-moz-margin-start: 3px;
|
|
|
|
}
|
|
|
|
|
2010-07-31 15:03:09 -07:00
|
|
|
.bookmark-item > .toolbarbutton-icon {
|
|
|
|
width: 16px;
|
|
|
|
min-height: 16px;
|
2010-10-15 03:26:50 -07:00
|
|
|
max-height: 16px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-07-31 15:03:09 -07:00
|
|
|
.bookmark-item > .toolbarbutton-icon[label]:not([label=""]),
|
|
|
|
.bookmark-item > .toolbarbutton-icon[type="menu"] {
|
|
|
|
-moz-margin-end: 5px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
.bookmark-item[container] {
|
|
|
|
list-style-image: url("chrome://global/skin/tree/folder.png");
|
2007-04-01 12:04:27 -07:00
|
|
|
}
|
|
|
|
|
2010-02-21 06:50:10 -08:00
|
|
|
.query-item[container] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/history.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-04-01 12:04:27 -07:00
|
|
|
.bookmark-item[livemark] {
|
|
|
|
list-style-image: url("chrome://browser/skin/page-livemarks.png");
|
|
|
|
}
|
|
|
|
|
2008-04-15 10:09:00 -07:00
|
|
|
.bookmark-item[query] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][tagContainer] {
|
2007-11-19 18:01:53 -08:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
|
|
|
|
}
|
|
|
|
|
2008-04-15 10:09:00 -07:00
|
|
|
.bookmark-item[query][dayContainer] {
|
2008-05-05 11:06:31 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/history.png");
|
2008-04-15 10:09:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer] {
|
|
|
|
list-style-image: url("chrome://global/skin/tree/folder.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer][open] {
|
|
|
|
list-style-image: url("chrome://global/skin/tree/folder.png");
|
2007-11-19 18:01:53 -08:00
|
|
|
}
|
|
|
|
|
2007-04-01 12:04:27 -07:00
|
|
|
.bookmark-item[livemark] .menuitem-iconic {
|
2011-04-24 11:45:00 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/livemark-item.png");
|
2007-04-01 12:04:27 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item menuitem[openInTabs],
|
|
|
|
.bookmark-item menuitem[siteURI] {
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
2009-10-14 04:56:59 -07:00
|
|
|
#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url("chrome://browser/skin/places/bookmarksToolbar.png") no-repeat;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
.bookmarks-toolbar-customize {
|
|
|
|
max-width: 15em !important;
|
2009-10-14 04:56:59 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-08-18 00:33:54 -07:00
|
|
|
/* ----- BOOKMARK MENUS ----- */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2011-06-30 06:34:02 -07:00
|
|
|
.bookmark-item[cutting] > .toolbarbutton-icon,
|
|
|
|
.bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[cutting] > .toolbarbutton-text,
|
|
|
|
.bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-text {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarksToolbarFolderMenu,
|
2010-10-06 05:16:05 -07:00
|
|
|
#BMB_bookmarksToolbar {
|
2010-06-24 10:08:43 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
}
|
|
|
|
|
2010-10-06 05:16:05 -07:00
|
|
|
#BMB_unsortedBookmarks {
|
2010-08-13 06:28:55 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.png");
|
2008-04-08 17:39:18 -07:00
|
|
|
}
|
|
|
|
|
2010-08-18 00:33:54 -07:00
|
|
|
/* ----- PRIMARY TOOLBAR BUTTONS ----- */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1:not([type="menu-button"]),
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
#restore-button {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-box-orient: vertical;
|
2011-08-08 07:43:04 -07:00
|
|
|
-moz-appearance: toolbarbutton;
|
2010-06-22 13:28:34 -07:00
|
|
|
height: 22px;
|
2011-08-08 07:43:04 -07:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-01-17 23:28:29 -08:00
|
|
|
.toolbarbutton-1:not([type="menu-button"]):-moz-lwtheme,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-lwtheme,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme,
|
|
|
|
#restore-button:-moz-lwtheme {
|
2011-08-08 07:43:04 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0 3px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
|
border-radius: @toolbarbuttonCornerRadius@;
|
|
|
|
background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.2)) repeat-x;
|
|
|
|
background-origin: border-box;
|
2011-01-17 23:28:29 -08:00
|
|
|
box-shadow: inset 0 1px rgba(255,255,255,0.3), 0 1px rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1:not([type="menu-button"]):-moz-lwtheme-darktext,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-lwtheme-darktext,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-darktext,
|
|
|
|
#restore-button:-moz-lwtheme-darktext {
|
|
|
|
background-image: -moz-linear-gradient(rgba(255,255,255,0.3), rgba(50,50,50,0.2) 50%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.13));
|
|
|
|
}
|
|
|
|
|
2011-02-15 23:38:16 -08:00
|
|
|
.toolbarbutton-1[type="menu-button"] {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1,
|
|
|
|
#restore-button {
|
|
|
|
margin: 0 4px;
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
|
|
}
|
|
|
|
|
2010-08-02 06:27:38 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1:not([type="menu-button"]),
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
toolbar:not([mode="icons"]) #restore-button {
|
2011-08-08 07:43:04 -07:00
|
|
|
-moz-appearance: none;
|
2010-08-02 06:27:38 -07:00
|
|
|
padding: 0;
|
|
|
|
height: auto;
|
|
|
|
border: none;
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: none;
|
2010-08-02 06:27:38 -07:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1:not([type="menu-button"]),
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
#restore-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
min-width: 28px;
|
2008-01-29 11:28:13 -08:00
|
|
|
}
|
|
|
|
|
2010-08-02 06:27:38 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1:not([type="menu-button"]),
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
toolbar:not([mode="icons"]) #restore-button {
|
2010-08-02 06:27:38 -07:00
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
2010-12-31 04:05:13 -08:00
|
|
|
.toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
|
|
margin: 2px;
|
2010-03-17 10:12:03 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
.toolbarbutton-1[disabled="true"] > .toolbarbutton-icon,
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-button[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
#restore-button[disabled="true"] > .toolbarbutton-icon {
|
2010-06-22 13:28:34 -07:00
|
|
|
opacity: .4;
|
2009-08-11 01:27:20 -07:00
|
|
|
}
|
|
|
|
|
2011-08-24 07:36:24 -07:00
|
|
|
@media (-moz-mac-lion-theme) {
|
|
|
|
.toolbarbutton-1[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-button[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
#restore-button[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1[disabled="true"] > .toolbarbutton-menu-dropmarker,
|
|
|
|
.toolbarbutton-1[disabled="true"] > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
.toolbarbutton-1:not(:hover):-moz-window-inactive > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1:not(:hover):-moz-window-inactive > .toolbarbutton-icon,
|
|
|
|
#restore-button:not(:hover):-moz-window-inactive > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1:not(:hover):-moz-window-inactive > .toolbarbutton-menu-dropmarker,
|
|
|
|
.toolbarbutton-1:not(:hover):-moz-window-inactive > .toolbarbutton-menubutton-dropmarker {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1:-moz-window-inactive[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1:-moz-window-inactive[type="menu-button"] > .toolbarbutton-menubutton-button[disabled="true"] > .toolbarbutton-icon,
|
|
|
|
#restore-button:-moz-window-inactive[disabled="true"] > .toolbarbutton-icon {
|
|
|
|
opacity: .25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2010-11-05 09:04:28 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2010-06-22 13:28:34 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/toolbarbutton-dropmarker.png);
|
2010-11-05 09:04:28 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menu-dropmarker {
|
|
|
|
-moz-margin-end: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2010-06-22 13:28:34 -07:00
|
|
|
width: 14px;
|
|
|
|
padding-top: 2px;
|
|
|
|
-moz-border-start: none !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2010-06-22 13:28:34 -07:00
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2010-08-02 06:27:38 -07:00
|
|
|
width: auto;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(rtl),
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(ltr) {
|
2010-09-09 08:21:47 -07:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button:-moz-locale-dir(ltr),
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(rtl) {
|
2010-09-09 08:21:47 -07:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
2008-01-27 16:53:12 -08:00
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar:not([mode="icons"]) .toolbarbutton-1:not([open="true"]) > .toolbarbutton-menubutton-dropmarker {
|
2010-06-22 13:28:34 -07:00
|
|
|
opacity: .7;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-text,
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text {
|
2010-06-22 13:28:34 -07:00
|
|
|
margin: 2px 0 0;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2011-01-17 23:28:29 -08:00
|
|
|
toolbar[mode="icons"] .toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):active:hover:-moz-lwtheme,
|
|
|
|
toolbar[mode="icons"] .toolbarbutton-1:not([type="menu-button"])[open="true"]:-moz-lwtheme,
|
|
|
|
toolbar[mode="icons"] .toolbarbutton-1:not([disabled="true"]) > .toolbarbutton-menubutton-button:active:hover:-moz-lwtheme,
|
|
|
|
toolbar[mode="icons"] .toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme,
|
|
|
|
toolbar[mode="icons"] #restore-button:not([disabled="true"]):active:hover:-moz-lwtheme {
|
|
|
|
text-shadow: @loweredShadow@;
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
|
|
|
box-shadow: inset 0 2px 5px rgba(0,0,0,0.6), 0 1px rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[mode="icons"] .toolbarbutton-1:not([type="menu-button"]):not(#fullscreen-button)[checked="true"]:-moz-lwtheme {
|
|
|
|
background-color: rgba(0,0,0,0.4);
|
|
|
|
box-shadow: inset 0 2px 5px rgba(0,0,0,0.7), 0 1px rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[mode="icons"] .toolbarbutton-1:not([type="menu-button"]):not(#fullscreen-button)[checked="true"]:not([disabled="true"]):active:hover:-moz-lwtheme {
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8), 0 1px rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar[mode="icons"] .toolbarbutton-1 > menupopup {
|
2010-08-05 03:05:22 -07:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
2011-02-04 00:09:04 -08:00
|
|
|
#navigator-toolbox > toolbar {
|
|
|
|
/* force iconsize="small" on these toolbars */
|
|
|
|
counter-reset: smallicons;
|
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* unified back/forward button */
|
|
|
|
|
|
|
|
#unified-back-forward-button {
|
|
|
|
-moz-box-align: center;
|
2008-02-26 23:11:47 -08:00
|
|
|
}
|
|
|
|
|
2011-01-26 23:00:51 -08:00
|
|
|
#back-button,
|
2011-08-08 07:43:04 -07:00
|
|
|
#forward-button:-moz-locale-dir(rtl),
|
|
|
|
toolbar[mode="icons"] #back-button:-moz-locale-dir(rtl):-moz-lwtheme {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 40px, 20px, 20px);
|
2008-02-26 23:11:47 -08:00
|
|
|
}
|
|
|
|
|
2011-01-26 23:00:51 -08:00
|
|
|
#forward-button,
|
2011-08-08 07:43:04 -07:00
|
|
|
#back-button:-moz-locale-dir(rtl),
|
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button:-moz-locale-dir(rtl),
|
|
|
|
toolbar[mode="icons"] #forward-button:-moz-locale-dir(rtl):-moz-lwtheme {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 60px, 20px, 40px);
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2011-08-08 07:43:04 -07:00
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:-moz-locale-dir(rtl),
|
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button:-moz-locale-dir(rtl),
|
|
|
|
toolbar[mode="icons"] #back-button:-moz-locale-dir(rtl):-moz-lwtheme,
|
|
|
|
toolbar[mode="icons"] #forward-button:-moz-locale-dir(rtl):-moz-lwtheme {
|
|
|
|
-moz-transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2011-02-04 00:09:04 -08:00
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button {
|
2011-08-08 07:43:04 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-margin-end: -7px;
|
2010-06-22 13:28:34 -07:00
|
|
|
position: relative;
|
2011-01-17 23:28:29 -08:00
|
|
|
z-index: 1;
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 20px, 20px, 0);
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
padding: 4px 5px 4px 3px;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 10000px;
|
2008-04-29 10:12:51 -07:00
|
|
|
}
|
|
|
|
|
2011-08-08 07:43:04 -07:00
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:not(:-moz-lwtheme) {
|
|
|
|
height: 31px;
|
|
|
|
padding: 4px 5px 5px 3px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
background: url(chrome://browser/skin/keyhole-circle.png) 0 0 no-repeat;
|
2011-08-23 11:53:34 -07:00
|
|
|
border-radius: 0;
|
2011-08-08 07:43:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:-moz-window-inactive:not(:-moz-lwtheme) {
|
|
|
|
background-position: -60px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:not([disabled="true"]):active:hover:not(:-moz-lwtheme),
|
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button[open="true"]:not(:-moz-lwtheme) {
|
|
|
|
background-position: -30px 0;
|
2011-01-17 23:28:29 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
toolbar[mode="icons"] #forward-button {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
2008-04-29 10:12:51 -07:00
|
|
|
|
2011-08-08 07:43:04 -07:00
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button > .toolbarbutton-icon {
|
|
|
|
/* shift the icon away from the back button */
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: -1px;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
2008-02-26 23:11:47 -08:00
|
|
|
|
2011-08-08 07:43:04 -07:00
|
|
|
#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button {
|
2011-01-17 23:28:29 -08:00
|
|
|
mask: url(chrome://browser/content/browser.xul#pinstripe-keyhole-forward-mask);
|
|
|
|
}
|
|
|
|
|
2011-11-07 10:48:27 -08:00
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:not(:-moz-lwtheme) {
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-padding-start: 2px;
|
|
|
|
background: -moz-linear-gradient(hsl(0,0%,99%), hsl(0,0%,67%)) padding-box;
|
|
|
|
border: 1px solid;
|
|
|
|
border-color: hsl(0,0%,31%) hsla(0,0%,29%,.6) hsl(0,0%,27%);
|
|
|
|
box-shadow: inset 0 1px 0 hsla(0,0%,100%,.35),
|
|
|
|
0 1px 0 hsla(0,0%,100%,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button {
|
|
|
|
border-radius: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:-moz-lwtheme {
|
|
|
|
-moz-padding-start: 2px;
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) > #forward-button {
|
|
|
|
-moz-transition: opacity @forwardTransitionLength@ ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:hover:active:not(:-moz-lwtheme) {
|
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,74%), hsl(0,0%,61%));
|
|
|
|
box-shadow: inset rgba(0,0,0,.3) 0 -6px 10px,
|
|
|
|
inset #000 0 1px 3px,
|
|
|
|
inset rgba(0,0,0,.2) 0 1px 3px,
|
|
|
|
0 1px 0 hsla(0,0%,100%,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:-moz-window-inactive:not(:-moz-lwtheme) {
|
|
|
|
border-color: hsl(0,0%,64%) hsl(0,0%,65%) hsl(0,0%,66%);
|
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,99%), hsl(0,0%,82%));
|
|
|
|
box-shadow: inset 0 1px 0 hsla(0,0%,100%,.35);
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@:not(:hover) > #forward-button[disabled] {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (-moz-mac-lion-theme) {
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:not(:-moz-lwtheme) {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.73), hsla(0,0%,100%,.05) 85%);
|
|
|
|
border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.25) hsla(0,0%,0%,.2);
|
|
|
|
box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2),
|
|
|
|
inset 0 0 1px hsla(0,0%,100%,.1),
|
|
|
|
0 1px 0 hsla(0,0%,100%,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:hover:active:not(:-moz-lwtheme) {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,60%,.37), hsla(0,0%,100%,.35) 95%);
|
|
|
|
border-color: hsla(0,0%,0%,.43) hsla(0,0%,0%,.25) hsla(0,0%,0%,.37);
|
|
|
|
box-shadow: inset 0 1px 0 hsla(0,0%,0%,.02),
|
|
|
|
inset 0 1px 2px hsla(0,0%,0%,.2),
|
|
|
|
0 1px 0 hsla(0,0%,100%,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:-moz-window-inactive:not(:-moz-lwtheme) {
|
|
|
|
background-image: none;
|
|
|
|
border-color: hsla(0,0%,0%,.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-02-04 00:09:04 -08:00
|
|
|
#navigator-toolbox[iconsize="small"][mode="icons"] > #nav-bar #forward-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
width: 27px;
|
2011-08-08 07:43:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox[iconsize="small"][mode="icons"] > #nav-bar #forward-button:-moz-lwtheme {
|
2011-01-26 23:00:51 -08:00
|
|
|
padding-left: 2px;
|
2008-02-26 23:11:47 -08:00
|
|
|
}
|
|
|
|
|
2011-08-08 07:43:04 -07:00
|
|
|
toolbar[mode="icons"] #forward-button:-moz-lwtheme {
|
2010-09-09 08:21:47 -07:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2011-02-04 00:09:04 -08:00
|
|
|
#navigator-toolbox[iconsize="small"][mode="icons"] > #nav-bar #back-button {
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
width: 26px;
|
2011-08-08 07:43:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox[iconsize="small"][mode="icons"] > #nav-bar #back-button:-moz-lwtheme {
|
2011-02-04 00:09:04 -08:00
|
|
|
padding-right: 2px;
|
|
|
|
border-right-width: 0;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
|
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
|
|
|
|
list-style-image: url("chrome://browser/skin/menu-back.png") !important;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
|
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
|
|
|
|
list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
|
2008-04-23 05:08:52 -07:00
|
|
|
}
|
|
|
|
|
2008-02-26 23:11:47 -08:00
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* reload button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
#reload-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 80px, 20px, 60px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* stop button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#stop-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 100px, 20px, 80px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* home button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#home-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 120px, 20px, 100px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-02-26 23:11:47 -08:00
|
|
|
#home-button.bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/home.png");
|
2010-02-21 06:50:10 -08:00
|
|
|
-moz-image-region: rect(0, 12px, 12px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#home-button.bookmark-item:hover {
|
|
|
|
-moz-image-region: rect(0, 24px, 12px, 12px);
|
2008-02-26 23:11:47 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#home-button.bookmark-item > .toolbarbutton-icon {
|
|
|
|
display: -moz-box !important;
|
2010-02-21 06:50:10 -08:00
|
|
|
-moz-margin-start: -2px;
|
|
|
|
-moz-margin-end: 3px;
|
2008-02-26 23:11:47 -08:00
|
|
|
}
|
2010-06-22 13:28:34 -07:00
|
|
|
|
2010-07-29 12:37:25 -07:00
|
|
|
/* tabview button */
|
2010-06-29 01:04:22 -07:00
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#tabview-button,
|
|
|
|
#menu_tabview {
|
2010-07-29 12:37:25 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
|
2011-02-19 02:35:02 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button {
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 100px, 20px, 80px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="0"] {
|
|
|
|
-moz-image-region: rect(0, 20px, 20px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="1"] {
|
|
|
|
-moz-image-region: rect(0, 40px, 20px, 20px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="2"] {
|
|
|
|
-moz-image-region: rect(0, 60px, 20px, 40px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="3"] {
|
|
|
|
-moz-image-region: rect(0, 80px, 20px, 60px);
|
2010-06-29 01:04:22 -07:00
|
|
|
}
|
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#menu_tabview {
|
|
|
|
-moz-image-region: rect(2px, 98px, 18px, 82px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="0"] {
|
|
|
|
-moz-image-region: rect(2px, 18px, 18px, 2px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="1"] {
|
|
|
|
-moz-image-region: rect(2px, 38px, 18px, 22px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="2"] {
|
|
|
|
-moz-image-region: rect(2px, 58px, 18px, 42px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="3"] {
|
|
|
|
-moz-image-region: rect(2px, 78px, 18px, 62px);
|
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* download manager button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#downloads-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 140px, 20px, 120px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* history sidebar button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#history-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 160px, 20px, 140px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2008-01-27 16:53:12 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#history-button[checked="true"] {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(20px, 160px, 40px, 140px);
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
/* bookmark sidebar & menu buttons */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarks-button,
|
|
|
|
#bookmarks-menu-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 180px, 20px, 160px);
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#bookmarks-button[checked="true"] {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(20px, 180px, 40px, 160px);
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarks-menu-button.bookmark-item {
|
2010-07-31 15:03:09 -07:00
|
|
|
-moz-image-region: rect(2px, 178px, 18px, 162px);
|
2010-06-24 10:08:43 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
|
|
}
|
|
|
|
|
2010-06-26 09:22:20 -07:00
|
|
|
#bookmarks-menu-button.toolbarbutton-1 {
|
2010-06-24 10:08:43 -07:00
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* print button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#print-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 200px, 20px, 180px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* toolbar new tab button */
|
2009-01-23 00:13:13 -08:00
|
|
|
|
|
|
|
#new-tab-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 220px, 20px, 200px);
|
2009-01-23 00:13:13 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* new window button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#new-window-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 240px, 20px, 220px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* cut button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#cut-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 260px, 20px, 240px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* copy button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#copy-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 280px, 20px, 260px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-09-03 14:36:32 -07:00
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* paste button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#paste-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 300px, 20px, 280px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2010-06-22 13:28:34 -07:00
|
|
|
|
|
|
|
/* alltabs button */
|
|
|
|
|
|
|
|
#alltabs-button {
|
|
|
|
-moz-image-region: rect(0, 380px, 20px, 360px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
/* fullscreen button */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-09-03 14:36:32 -07:00
|
|
|
#fullscreen-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 340px, 20px, 320px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-09-03 14:36:32 -07:00
|
|
|
#fullscreen-button[checked="true"],
|
2007-03-22 10:30:00 -07:00
|
|
|
#restore-button {
|
2010-06-22 13:28:34 -07:00
|
|
|
-moz-image-region: rect(0, 360px, 20px, 340px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-09-03 14:36:32 -07:00
|
|
|
|
2010-09-11 03:07:47 -07:00
|
|
|
/* zoom controls */
|
|
|
|
|
|
|
|
#zoom-controls {
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zoom-out-button {
|
|
|
|
-moz-image-region: rect(0, 400px, 20px, 380px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#zoom-in-button {
|
|
|
|
-moz-image-region: rect(0, 420px, 20px, 400px);
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[mode="icons"] #zoom-out-button {
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[mode="icons"] #zoom-in-button {
|
|
|
|
-moz-border-start: none;
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zoom-out-button:-moz-locale-dir(ltr),
|
|
|
|
#zoom-in-button:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zoom-out-button:-moz-locale-dir(rtl),
|
|
|
|
#zoom-in-button:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2010-09-10 10:00:55 -07:00
|
|
|
/* sync button */
|
2010-09-16 04:23:13 -07:00
|
|
|
|
2010-09-10 10:00:55 -07:00
|
|
|
#sync-button {
|
2010-09-15 13:49:13 -07:00
|
|
|
-moz-image-region: rect(0, 440px, 20px, 420px);
|
2010-09-10 10:00:55 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#sync-button[status="active"] {
|
2010-09-15 13:49:13 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-throbber.png");
|
|
|
|
-moz-image-region: rect(0, 20px, 20px, 0px);
|
2010-09-10 10:00:55 -07:00
|
|
|
}
|
2010-09-16 04:23:13 -07:00
|
|
|
|
2010-10-15 10:57:10 -07:00
|
|
|
/* feed button */
|
|
|
|
|
|
|
|
#feed-button {
|
|
|
|
-moz-image-region: rect(0, 460px, 20px, 440px);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-09-03 14:36:32 -07:00
|
|
|
/* ----- FULLSCREEN WINDOW CONTROLS ----- */
|
|
|
|
|
|
|
|
#minimize-button,
|
|
|
|
#close-button,
|
|
|
|
#fullscreen-button ~ #window-controls > #restore-button {
|
|
|
|
display: none;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: nav-bar-inner ::::: */
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#urlbar,
|
|
|
|
.searchbar-textbox {
|
2010-02-21 07:03:52 -08:00
|
|
|
font: icon;
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 7em;
|
|
|
|
min-width: 7em;
|
2010-02-21 07:03:48 -08:00
|
|
|
-moz-appearance: none;
|
2011-03-18 14:21:02 -07:00
|
|
|
box-shadow: 0 1px rgba(255, 255, 255, 0.2), inset 0 1px hsla(0,0%,0%,.05);
|
2010-06-22 13:28:34 -07:00
|
|
|
margin: 0 4px;
|
2010-06-22 13:29:22 -07:00
|
|
|
padding: 0;
|
2011-01-20 13:43:32 -08:00
|
|
|
border: 1px solid;
|
|
|
|
border-color: #626262 #787878 #8c8c8c;
|
|
|
|
background-clip: padding-box;
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2011-09-02 10:07:57 -07:00
|
|
|
@media (-moz-mac-lion-theme) {
|
|
|
|
#urlbar,
|
|
|
|
.searchbar-textbox {
|
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,97%), hsl(0,0%,100%));
|
|
|
|
border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.25) hsla(0,0%,0%,.15);
|
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,100%,.2),
|
|
|
|
inset 0 0 1px hsla(0,0%,0%,.05),
|
|
|
|
inset 0 1px 2px hsla(0,0%,0%,.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media not all and (-moz-mac-lion-theme) {
|
|
|
|
#urlbar:-moz-window-inactive,
|
|
|
|
.searchbar-textbox:-moz-window-inactive {
|
|
|
|
border-color: @toolbarbuttonInactiveBorderColor@;
|
|
|
|
}
|
2010-02-21 07:03:55 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#urlbar[focused="true"],
|
|
|
|
.searchbar-textbox[focused="true"] {
|
2011-01-20 13:43:32 -08:00
|
|
|
border-color: -moz-mac-focusring;
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: @focusRingShadow@;
|
2010-02-21 07:03:55 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#urlbar {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-padding-end: 4px;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: @toolbarbuttonCornerRadius@;
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-11-07 10:48:27 -08:00
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container {
|
|
|
|
padding-left: @conditionalForwardWithUrlbarWidth@px;
|
|
|
|
-moz-margin-start: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
position: relative;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar {
|
|
|
|
-moz-border-start: none;
|
|
|
|
margin-left: 0;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) + #urlbar-container > #urlbar {
|
|
|
|
-moz-transition: margin-left @forwardTransitionLength@ ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container {
|
|
|
|
mask: url("chrome://browser/content/browser.xul#pinstripe-urlbar-back-button-mask");
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar {
|
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:hover:not([switchingtabs]) + #urlbar-container > #urlbar {
|
|
|
|
/* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
|
|
|
|
-moz-transition-delay: 100s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar {
|
|
|
|
/* when not hovered anymore, trigger a new transition to hide the forward button immediately */
|
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@.01px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container:-moz-locale-dir(rtl),
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
/* let pinstripe-urlbar-back-button-mask clip the urlbar's right side for RTL */
|
|
|
|
-moz-transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2010-02-21 07:03:48 -08:00
|
|
|
#identity-box {
|
2011-03-18 14:21:02 -07:00
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,98%), hsl(0,0%,92%));
|
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset;
|
|
|
|
-moz-border-end: 1px solid hsla(0,0%,0%,.1);
|
|
|
|
-moz-margin-end: 3px;
|
|
|
|
padding: 1px 4px;
|
2009-06-10 17:36:54 -07:00
|
|
|
}
|
|
|
|
|
2011-03-18 14:21:02 -07:00
|
|
|
#identity-box:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-bottom-left-radius: 2px;
|
2010-09-08 04:39:35 -07:00
|
|
|
}
|
|
|
|
|
2011-03-18 14:21:02 -07:00
|
|
|
#identity-box:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
border-bottom-right-radius: 2px;
|
2010-09-08 04:39:35 -07:00
|
|
|
}
|
|
|
|
|
2011-11-07 10:48:27 -08:00
|
|
|
#notification-popup-box:not([hidden]) + #identity-box {
|
|
|
|
-moz-padding-start: 10px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar > #identity-box {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
|
|
|
|
-moz-transition: 0s padding-left;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
|
|
|
|
-moz-transition: 0s padding-right;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:hover:not([switchingtabs]) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box {
|
|
|
|
/* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
|
|
|
|
-moz-transition-delay: 100s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
|
|
|
|
padding-left: 10.01px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
|
|
|
|
padding-right: 10.01px;
|
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#identity-box:active:hover,
|
|
|
|
#identity-box[open="true"] {
|
2011-03-18 14:21:02 -07:00
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,93%), hsl(0,0%,80%));
|
|
|
|
box-shadow: 0 1px 1px hsla(0,0%,0%,.3) inset,
|
|
|
|
0 1px 3px hsla(0,0%,0%,.3) inset;
|
2009-06-10 17:36:54 -07:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#identity-box.verifiedDomain {
|
2011-03-18 14:21:02 -07:00
|
|
|
background-image: -moz-linear-gradient(hsl(215,60%,92%), hsl(215,58%,88%));
|
|
|
|
-moz-border-end-color: hsla(215,54%,33%,.2);
|
|
|
|
color: hsl(215,54%,33%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedDomain:active:hover,
|
|
|
|
#identity-box.verifiedDomain[open="true"] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(215,85%,85%), hsl(215,70%,68%));
|
|
|
|
box-shadow: 0 1px 1px hsla(215,54%,33%,.7) inset,
|
|
|
|
0 1px 3px 1px hsla(215,54%,33%,.5) inset;
|
2010-02-21 07:03:48 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#identity-box.verifiedIdentity {
|
2011-03-18 14:21:02 -07:00
|
|
|
background-image: -moz-linear-gradient(hsl(91,70%,90%), hsl(93,60%,81%));
|
|
|
|
-moz-border-end-color: hsla(92,81%,16%,.2);
|
|
|
|
color: hsl(92,100%,20%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedIdentity:active:hover,
|
|
|
|
#identity-box.verifiedIdentity[open="true"] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(92,69%,77%), hsl(92,44%,51%));
|
|
|
|
box-shadow: 0 1px 1px hsla(92,81%,16%,.6) inset,
|
|
|
|
0 1px 3px 1px hsla(92,81%,16%,.5) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-focusring {
|
|
|
|
box-shadow: 0 0 2px 1px -moz-mac-focusring inset,
|
|
|
|
0 0 2px 2px -moz-mac-focusring;
|
|
|
|
-moz-border-end-style: none;
|
|
|
|
-moz-padding-end: 5px;
|
2010-02-21 07:03:55 -08:00
|
|
|
}
|
|
|
|
|
2010-06-22 13:29:22 -07:00
|
|
|
#identity-icon-labels {
|
2011-03-18 14:21:02 -07:00
|
|
|
-moz-margin-start: 6px;
|
2010-02-21 07:03:52 -08:00
|
|
|
}
|
|
|
|
|
2010-09-14 22:41:16 -07:00
|
|
|
.urlbar-input-box {
|
2010-06-22 13:29:22 -07:00
|
|
|
-moz-margin-start: 0;
|
|
|
|
padding: 3px 0 2px;
|
2008-01-27 16:53:12 -08:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
.urlbar-history-dropmarker {
|
|
|
|
padding: 0 3px;
|
|
|
|
list-style-image: url("chrome://browser/skin/urlbar-history-dropmarker.png");
|
|
|
|
-moz-image-region: rect(0px, 11px, 14px, 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.urlbar-history-dropmarker[open="true"],
|
|
|
|
.urlbar-history-dropmarker:hover:active {
|
|
|
|
-moz-image-region: rect(0px, 22px, 14px, 11px);
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(205,100%,70%,.3), hsla(205,100%,70%,0));
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
#urlbar-icons {
|
|
|
|
-moz-box-align: center;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
.urlbar-icon {
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.urlbar-icon[open="true"],
|
|
|
|
.urlbar-icon:hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(205,100%,70%,.3), hsla(205,100%,70%,0));
|
|
|
|
}
|
|
|
|
|
2008-01-10 01:16:24 -08:00
|
|
|
#urlbar-search-splitter {
|
2009-06-03 09:02:32 -07:00
|
|
|
min-width: 8px;
|
|
|
|
width: 8px;
|
|
|
|
background-image: none;
|
2010-06-22 13:28:34 -07:00
|
|
|
margin: 0 -4px;
|
|
|
|
position: relative;
|
|
|
|
height: 22px;
|
2008-01-10 01:16:24 -08:00
|
|
|
}
|
|
|
|
|
2010-09-08 04:39:35 -07:00
|
|
|
#page-proxy-favicon,
|
|
|
|
#urlbar-throbber {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-proxy-stack {
|
2011-03-18 14:21:02 -07:00
|
|
|
width: 16px;
|
2010-09-08 04:39:35 -07:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-proxy-favicon:not([src]) {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-proxy-favicon[pageproxystate="invalid"] {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-throbber {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/searching_16.png");
|
|
|
|
}
|
|
|
|
|
2010-02-21 07:03:48 -08:00
|
|
|
#wrapper-urlbar-container[place="palette"] {
|
|
|
|
max-width: 20em;
|
|
|
|
}
|
|
|
|
|
2011-01-22 03:21:35 -08:00
|
|
|
#urlbar-display-box {
|
2010-03-26 14:59:02 -07:00
|
|
|
-moz-border-end: 1px solid #AAA;
|
|
|
|
-moz-margin-end: 3px;
|
|
|
|
}
|
|
|
|
|
2011-01-22 03:21:35 -08:00
|
|
|
#urlbar-display {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2010-02-21 07:03:48 -08:00
|
|
|
#PopupAutoCompleteRichResult {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2008-02-25 14:30:48 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
/* ----- AUTOCOMPLETE ----- */
|
|
|
|
|
2007-11-06 00:43:53 -08:00
|
|
|
#treecolAutoCompleteImage {
|
2007-11-29 20:57:57 -08:00
|
|
|
max-width: 36px;
|
2007-08-31 13:19:19 -07:00
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
.ac-result-type-bookmark,
|
2007-11-06 00:43:53 -08:00
|
|
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
2011-09-24 04:03:09 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/star-icons.png");
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2007-11-06 00:43:53 -08:00
|
|
|
}
|
|
|
|
|
2008-07-17 04:48:40 -07:00
|
|
|
.ac-result-type-keyword,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/search-textbox.png);
|
2009-07-21 05:36:48 -07:00
|
|
|
margin: 2px;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2008-07-17 04:48:40 -07:00
|
|
|
}
|
|
|
|
|
2008-04-22 17:00:58 -07:00
|
|
|
richlistitem[selected="true"][current="true"] > hbox > .ac-result-type-bookmark,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/star-icons.png");
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 64px, 16px, 48px);
|
2008-04-22 17:00:58 -07:00
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
.ac-result-type-tag,
|
2007-11-06 00:43:53 -08:00
|
|
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
|
|
|
width: 16px;
|
2007-09-06 22:35:10 -07:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-04-11 20:14:42 -07:00
|
|
|
.ac-extra > .ac-comment {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2010-12-10 18:32:14 -08:00
|
|
|
.ac-url-text,
|
|
|
|
.ac-action-text {
|
2008-08-02 12:37:17 -07:00
|
|
|
color: -moz-nativehyperlinktext;
|
2011-02-16 04:53:06 -08:00
|
|
|
font: message-box;
|
2007-11-29 20:57:57 -08:00
|
|
|
}
|
|
|
|
|
2010-08-25 21:01:22 -07:00
|
|
|
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
2010-03-26 14:59:02 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
2007-11-29 20:57:57 -08:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2010-12-10 18:32:14 -08:00
|
|
|
.ac-comment[selected="true"],
|
|
|
|
.ac-url-text[selected="true"],
|
|
|
|
.ac-action-text[selected="true"] {
|
2007-11-29 20:57:57 -08:00
|
|
|
color: inherit !important;
|
2007-03-22 10:30:00 -07: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;
|
|
|
|
}
|
|
|
|
|
2010-09-02 19:20:12 -07:00
|
|
|
|
|
|
|
/* ----- COMBINED GO/RELOAD/STOP BUTTON IN LOCATION BAR ----- */
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button,
|
2010-09-02 19:20:12 -07:00
|
|
|
#urlbar > toolbarbutton {
|
|
|
|
margin: 0;
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-padding-start: 2px;
|
|
|
|
-moz-padding-end: 1px;
|
2010-09-02 19:20:12 -07:00
|
|
|
background-origin: border-box;
|
2011-09-24 04:03:09 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/reload-stop-go.png");
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#urlbar > toolbarbutton:not([disabled]):hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(205,100%,70%,.3), hsla(205,100%,70%,0));
|
2011-01-27 05:15:56 -08:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button {
|
|
|
|
padding: 0 3px;
|
2011-08-05 12:45:59 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button,
|
|
|
|
#urlbar-go-button {
|
|
|
|
-moz-image-region: rect(0, 42px, 14px, 28px);
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button:hover:active,
|
|
|
|
#urlbar-go-button:hover:active {
|
|
|
|
-moz-image-region: rect(14px, 42px, 28px, 28px);
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button:-moz-locale-dir(rtl),
|
2011-01-27 05:15:56 -08:00
|
|
|
#urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
|
|
|
-moz-transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
|
2010-09-02 19:20:12 -07:00
|
|
|
#urlbar-reload-button {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 14px, 14px, 0);
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#urlbar-reload-button:not([disabled]):hover:active {
|
|
|
|
-moz-image-region: rect(14px, 14px, 28px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
|
|
|
-moz-transform: scaleX(-1);
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-stop-button {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 28px, 14px, 14px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-stop-button:hover:active {
|
|
|
|
-moz-image-region: rect(14px, 28px, 28px, 14px);
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2010-12-16 09:53:27 -08:00
|
|
|
/* POPUP BLOCKER BUTTON */
|
|
|
|
#page-report-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-report-button:hover:active,
|
|
|
|
#page-report-button[open="true"] {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2010-12-16 09:53:27 -08:00
|
|
|
}
|
|
|
|
|
2007-08-28 14:47:43 -07:00
|
|
|
/* STAR BUTTON */
|
|
|
|
#star-button {
|
2008-04-07 18:41:11 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/star-icons.png");
|
2010-12-16 09:53:27 -08:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#star-button:hover:active,
|
2007-08-28 14:47:43 -07:00
|
|
|
#star-button[starred="true"] {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2008-01-29 20:37:20 -08:00
|
|
|
}
|
|
|
|
|
2008-04-07 18:41:11 -07:00
|
|
|
#star-button:hover:active[starred="true"] {
|
2011-09-24 04:03:09 -07:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* BOOKMARKING PANEL */
|
2008-01-29 20:37:20 -08:00
|
|
|
#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%;
|
2008-04-07 18:41:11 -07:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**** HUD style buttons ****/
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.editBookmarkPanelHeaderButton,
|
|
|
|
.editBookmarkPanelBottomButton {
|
2010-04-20 09:12:10 -07:00
|
|
|
@hudButton@
|
2008-04-07 18:41:11 -07:00
|
|
|
margin: 6px;
|
|
|
|
min-width: 79px;
|
|
|
|
min-height: 22px;
|
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.editBookmarkPanelHeaderButton:hover:active,
|
|
|
|
.editBookmarkPanelBottomButton:hover:active {
|
2010-12-05 14:10:45 -08:00
|
|
|
@hudButtonPressed@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
.editBookmarkPanelHeaderButton:-moz-focusring,
|
|
|
|
.editBookmarkPanelBottomButton:-moz-focusring {
|
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.editBookmarkPanelBottomButton[default="true"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
background-color: #666;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBookmarkPanelHeader {
|
|
|
|
margin-bottom: 6px;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
/* The following elements come from editBookmarkOverlay.xul. Styling that's
|
|
|
|
specific to the editBookmarkPanel should be in browser.css. Styling that
|
|
|
|
should be shared by all editBookmarkOverlay.xul consumers should be in
|
|
|
|
editBookmarkOverlay.css. */
|
|
|
|
|
|
|
|
#editBMPanel_newFolderBox {
|
2010-12-05 14:10:45 -08:00
|
|
|
background-image: -moz-linear-gradient(rgb(90,90,90), rgb(40,40,40));
|
|
|
|
background-origin: padding-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
border: 1px solid rgba(0,0,0,.3);
|
|
|
|
border-top: none;
|
|
|
|
box-shadow: inset 0 -1px 2px rgba(0,0,0,.2),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,.15),
|
|
|
|
0 1px 0 rgba(255,255,255,.15);
|
2008-04-07 18:41:11 -07:00
|
|
|
padding: 0;
|
2009-01-13 02:48:26 -08:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px;
|
2011-01-18 08:48:19 -08:00
|
|
|
margin-bottom: 8px;
|
2008-04-07 18:41:11 -07:00
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_newFolderButton {
|
2008-04-07 18:41:11 -07:00
|
|
|
-moz-appearance: none;
|
2008-04-23 05:08:52 -07:00
|
|
|
border: 0;
|
|
|
|
-moz-border-end-width: 3px;
|
2008-04-07 18:41:11 -07:00
|
|
|
border-style: solid;
|
2010-12-05 14:10:45 -08:00
|
|
|
-moz-border-right-colors: rgba(255,255,255,.1) rgba(0,0,0,.5) rgba(255,255,255,.1);
|
|
|
|
-moz-border-left-colors: rgba(255,255,255,.1) rgba(0,0,0,.5) rgba(255,255,255,.1);
|
2008-04-07 18:41:11 -07:00
|
|
|
padding: 0 9px;
|
|
|
|
margin: 0;
|
|
|
|
min-width: 21px;
|
|
|
|
min-height: 20px;
|
|
|
|
height: 20px;
|
2010-12-05 14:10:45 -08:00
|
|
|
color: #fff;
|
2011-01-18 08:48:19 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/hud-style-new-folder-plus-sign.png");
|
2010-12-05 14:10:45 -08:00
|
|
|
position: relative;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_newFolderButton:hover:active {
|
2010-12-05 14:10:45 -08:00
|
|
|
background: -moz-linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9));
|
|
|
|
box-shadow: inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 7px rgba(0,0,0,.4);
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBMPanel_newFolderButton:-moz-focusring {
|
2011-01-18 08:48:19 -08:00
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_newFolderButton .button-text {
|
2011-01-18 08:48:19 -08:00
|
|
|
display: none;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_folderMenuList {
|
2010-04-20 09:12:10 -07:00
|
|
|
@hudButton@
|
2010-12-05 14:10:45 -08:00
|
|
|
border-radius: 3px;
|
2008-04-07 18:41:11 -07:00
|
|
|
min-height: 22px;
|
2010-12-05 14:10:45 -08:00
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 0;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBMPanel_folderMenuList:-moz-focusring {
|
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_folderMenuList[open="true"],
|
|
|
|
#editBMPanel_folderMenuList:hover:active {
|
2010-12-05 14:10:45 -08:00
|
|
|
@hudButtonPressed@
|
2008-01-29 20:37:20 -08:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_folderMenuList > .menulist-dropmarker {
|
2008-04-07 18:41:11 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
display: -moz-box;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_folderMenuList > .menulist-dropmarker > .dropmarker-icon {
|
2008-04-07 18:41:11 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/hud-style-dropmarker-double-arrows.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
/**** folder tree ****/
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_folderTree {
|
2009-08-19 11:51:50 -07:00
|
|
|
-moz-appearance: none;
|
2010-12-05 14:10:45 -08:00
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
background-color: rgba(50,50,50,.9);
|
|
|
|
border: 1px solid rgba(0,0,0,.3);
|
|
|
|
border-bottom: none;
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
|
|
|
|
color: #fff;
|
2009-01-13 02:48:26 -08:00
|
|
|
/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
|
2009-01-17 06:45:37 -08:00
|
|
|
min-width: 27em;
|
2010-12-05 14:10:45 -08:00
|
|
|
position: relative;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBMPanel_folderTree:-moz-focusring {
|
|
|
|
box-shadow: 0 0 4px 1px -moz-mac-focusring,
|
|
|
|
0 0 2px 1px -moz-mac-focusring;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-08-19 11:51:50 -07:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-twisty {
|
|
|
|
-moz-appearance: none;
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/hud-style-twisties.png");
|
|
|
|
-moz-image-region: rect(0px, 10px, 10px, 0px);
|
|
|
|
margin-top: 1px;
|
|
|
|
-moz-margin-end: 1px;
|
|
|
|
}
|
|
|
|
|
2009-08-19 11:51:50 -07:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-twisty(open) {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(0px, 20px, 10px, 10px);
|
|
|
|
}
|
|
|
|
|
2009-08-19 11:51:50 -07:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-twisty(selected) {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(0px, 30px, 10px, 20px);
|
|
|
|
}
|
|
|
|
|
2009-08-19 11:51:50 -07:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-twisty(selected, open) {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(0px, 40px, 10px, 30px);
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_tagsSelector {
|
2008-04-07 18:41:11 -07:00
|
|
|
-moz-appearance: none;
|
2010-12-05 14:10:45 -08:00
|
|
|
border-radius: 2px;
|
|
|
|
background-color: rgba(50,50,50,1);
|
|
|
|
border: 1px solid rgba(0,0,0,.3);
|
|
|
|
border-bottom: none;
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.15),
|
|
|
|
0 1px 0 rgba(255,255,255,.15);
|
|
|
|
color: #fff;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBMPanel_tagsSelector:-moz-focusring {
|
2011-01-18 08:48:19 -08:00
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_tagsSelector .listcell-check {
|
2011-01-18 08:48:19 -08:00
|
|
|
-moz-appearance: none;
|
2008-04-07 18:41:11 -07:00
|
|
|
border: 0;
|
2011-01-18 08:48:19 -08:00
|
|
|
background: url("chrome://browser/skin/hud-style-check-box-empty.png") no-repeat 50% 50%;
|
2008-04-07 18:41:11 -07:00
|
|
|
min-height: 14px;
|
|
|
|
min-width: 14px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_tagsSelector .listcell-check[checked="true"] {
|
2011-01-18 08:48:19 -08:00
|
|
|
background-image: url("chrome://browser/skin/hud-style-check-box-checked.png");
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-01-18 08:48:19 -08:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-row {
|
|
|
|
color: #fff;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-01-18 08:48:19 -08:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-row(selected) {
|
|
|
|
background-color: #b3b3b3;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-01-18 08:48:19 -08:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-cell-text(selected),
|
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-cell-text(selected, focus) {
|
|
|
|
color: #222222;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-01-18 08:48:19 -08:00
|
|
|
#editBMPanel_folderTree > treechildren::-moz-tree-row(selected, focus) {
|
|
|
|
background-color: #b3b3b3;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBMPanel_tagsSelector > listitem[selected="true"] {
|
2008-04-07 18:41:11 -07:00
|
|
|
color: #222222;
|
|
|
|
background-color: #b3b3b3;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**** expanders ****/
|
|
|
|
|
|
|
|
#editBookmarkPanel .expander-up,
|
|
|
|
#editBookmarkPanel .expander-down {
|
2010-04-20 09:12:10 -07:00
|
|
|
@hudButton@
|
2010-12-05 14:10:45 -08:00
|
|
|
border-radius: 3px;
|
2008-04-07 18:41:11 -07:00
|
|
|
-moz-margin-start: 4px;
|
|
|
|
-moz-margin-end: 2px;
|
2008-04-23 05:08:52 -07:00
|
|
|
padding: 0;
|
|
|
|
-moz-padding-start: 4px;
|
2008-04-07 18:41:11 -07:00
|
|
|
min-width: 10px;
|
2010-12-05 14:10:45 -08:00
|
|
|
min-height: 20px;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBookmarkPanel .expander-up:-moz-focusring,
|
|
|
|
#editBookmarkPanel .expander-down:-moz-focusring {
|
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#editBookmarkPanel .expander-up:hover:active,
|
|
|
|
#editBookmarkPanel .expander-down:hover:active {
|
|
|
|
@hudButtonPressed@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-02-16 09:26:36 -08:00
|
|
|
#editBookmarkPanel .expander-up {
|
2011-01-18 08:48:19 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/hud-style-expander-open.png");
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-02-16 09:26:36 -08:00
|
|
|
#editBookmarkPanel .expander-down {
|
2011-01-18 08:48:19 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/hud-style-expander-closed.png");
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2011-04-26 05:25:07 -07:00
|
|
|
#editBMPanel_tagsField {
|
2008-04-07 18:41:11 -07:00
|
|
|
-moz-appearance: none !important;
|
2010-12-05 14:10:45 -08:00
|
|
|
-moz-padding-start: 3px !important;
|
|
|
|
margin: 2px !important;
|
|
|
|
border: 1px solid rgba(0,0,0,.5) !important;
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0,0,0,.3);
|
2009-04-20 13:59:53 -07:00
|
|
|
background-color: #666 !important;
|
2010-12-05 14:10:45 -08:00
|
|
|
background-clip: padding-box;
|
|
|
|
background-origin: padding-box;
|
2009-04-20 13:59:53 -07:00
|
|
|
color: #fff !important;
|
2010-12-05 14:10:45 -08:00
|
|
|
min-height: 20px;
|
2009-04-20 13:59:53 -07:00
|
|
|
}
|
|
|
|
|
2010-03-03 23:13:27 -08:00
|
|
|
#editBMPanel_tagsField > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
|
2011-01-18 08:48:19 -08:00
|
|
|
color: #bbb;
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
}
|
|
|
|
|
2011-04-26 05:25:07 -07:00
|
|
|
#editBMPanel_tagsField[focused="true"] {
|
2011-01-18 08:48:19 -08:00
|
|
|
@hudButtonFocused@
|
2009-04-20 13:59:53 -07:00
|
|
|
background-color: #eee !important;
|
|
|
|
color: #000 !important;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.editBMPanel_rowLabel {
|
2009-04-20 13:59:53 -07:00
|
|
|
text-align: end;
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
2008-01-29 20:37:20 -08:00
|
|
|
|
2011-05-23 21:16:39 -07:00
|
|
|
.panel-promo-box {
|
|
|
|
margin: 8px -16px -16px -16px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
background-color: hsla(0,0%,7%,.3);
|
|
|
|
border-top: 1px solid hsla(0,0%,100%,.1);
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
box-shadow: 0 1px 1px hsla(0,0%,0%,.25) inset;
|
2011-07-04 07:06:18 -07:00
|
|
|
color: hsl(0,0%,60%);
|
2011-05-23 21:16:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-message > .text-link {
|
|
|
|
color: hsl(210,100%,75%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-icon {
|
2011-07-04 07:06:16 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-notification-24.png");
|
2011-05-23 21:16:39 -07:00
|
|
|
-moz-margin-end: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton {
|
|
|
|
list-style-image: url("chrome://global/skin/notification/close.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
border: none;
|
|
|
|
-moz-margin-end: -14px;
|
|
|
|
margin-top: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton:hover:active {
|
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton > .toolbarbutton-text {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
/* ----- SIDEBAR ELEMENTS ----- */
|
|
|
|
|
2010-03-17 10:12:03 -07:00
|
|
|
#sidebar,
|
|
|
|
sidebarheader {
|
2008-10-15 01:55:39 -07:00
|
|
|
background-color: #d4dde5;
|
|
|
|
}
|
|
|
|
|
2010-03-17 10:12:03 -07:00
|
|
|
#sidebar:-moz-window-inactive,
|
|
|
|
sidebarheader:-moz-window-inactive {
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
}
|
|
|
|
|
|
|
|
sidebarheader {
|
2008-01-27 16:53:12 -08:00
|
|
|
padding: 2px;
|
2009-09-04 03:58:18 -07:00
|
|
|
text-shadow: none;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-box {
|
|
|
|
-moz-appearance: dialog;
|
2008-01-27 16:53:12 -08:00
|
|
|
-moz-appearance: none;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-splitter {
|
2008-04-23 05:08:52 -07:00
|
|
|
-moz-border-start: none;
|
|
|
|
-moz-border-end: 1px solid #404040;
|
|
|
|
min-width: 1px;
|
|
|
|
width: 1px;
|
2011-01-22 03:21:35 -08:00
|
|
|
background-image: none !important;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#sidebar-title {
|
2008-01-27 16:53:12 -08:00
|
|
|
color: #535f6d;
|
2011-01-22 03:21:35 -08:00
|
|
|
font-weight: bold;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-throbber[loading="true"] {
|
2008-01-27 16:53:12 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
sidebarheader > .tabs-closebutton > .toolbarbutton-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-09-16 01:40:32 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
/* ----- THROBBER ----- */
|
|
|
|
|
|
|
|
#navigator-throbber {
|
2008-10-25 06:15:53 -07:00
|
|
|
width: 17px;
|
|
|
|
min-height: 16px;
|
|
|
|
margin: 0 4px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-throbber[busy="true"] {
|
2008-01-27 16:53:12 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-10-25 06:15:53 -07:00
|
|
|
#wrapper-navigator-throbber > #navigator-throbber {
|
2008-04-22 17:00:58 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item {
|
2007-06-05 16:18:47 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.openintabs-menuitem {
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
2007-08-22 14:02:02 -07:00
|
|
|
/* ::::: tabbrowser ::::: */
|
|
|
|
|
2010-03-16 23:36:13 -07:00
|
|
|
.tabbrowser-tabbox {
|
2008-11-27 14:17:17 -08:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2010-10-11 20:47:59 -07:00
|
|
|
.tab-throbber,
|
2007-08-22 14:02:02 -07:00
|
|
|
.tab-icon-image {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-10-11 20:47:59 -07:00
|
|
|
.tab-throbber {
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-throbber[progress] {
|
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
|
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-icon-image:not([selected="true"]) {
|
|
|
|
opacity: .8;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2011-01-17 23:34:29 -08:00
|
|
|
/* Prevent overlapping of tabs during the close animation */
|
|
|
|
.tab-label:not([fadein]):not([pinned]) {
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-right: -16px;
|
|
|
|
-moz-transition: opacity 100ms ease-out,
|
|
|
|
margin 30ms ease-out 80ms;
|
|
|
|
}
|
|
|
|
|
2010-09-29 03:16:32 -07:00
|
|
|
.tab-stack {
|
|
|
|
/* ensure stable tab height with and without toolbarbuttons on the tab bar */
|
2010-11-29 06:18:40 -08:00
|
|
|
height: 26px;
|
2010-09-29 03:16:32 -07:00
|
|
|
}
|
|
|
|
|
2009-01-25 01:40:58 -08:00
|
|
|
.tabbrowser-tab,
|
2010-04-27 09:57:19 -07:00
|
|
|
.tabs-newtab-button {
|
2007-08-22 14:02:02 -07:00
|
|
|
-moz-appearance: none;
|
2010-11-29 06:18:40 -08:00
|
|
|
font: message-box;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: @loweredShadow@;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
2007-08-22 14:02:02 -07:00
|
|
|
text-align: center;
|
2010-11-29 06:18:40 -08:00
|
|
|
-moz-box-align: stretch;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
%define TABSONTOP_TAB #tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab
|
|
|
|
%define TABSONBOTTOM_TAB #tabbrowser-tabs[tabsontop="false"] > .tabbrowser-tab
|
|
|
|
%define TABSONTOP_TAB_STACK #tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab > .tab-stack
|
|
|
|
%define TABSONBOTTOM_TAB_STACK #tabbrowser-tabs[tabsontop="false"] > .tabbrowser-tab > .tab-stack
|
|
|
|
%define TABSONTOP_NEWTAB_BUTTON #tabbrowser-tabs[tabsontop="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button
|
|
|
|
%define TABSONBOTTOM_NEWTAB_BUTTON #tabbrowser-tabs[tabsontop="false"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background {
|
|
|
|
margin-top: 3px;
|
2010-07-19 13:19:14 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background:not([selected="true"]):not(:-moz-lwtheme) {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background:not([selected="true"]) {
|
|
|
|
margin-top: 2px;
|
2010-07-19 13:19:14 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tab-background,
|
|
|
|
.tab-content,
|
2010-07-19 13:19:14 -07:00
|
|
|
.tabs-newtab-button > .toolbarbutton-icon {
|
2010-11-29 06:18:40 -08:00
|
|
|
-moz-margin-start: -5px;
|
|
|
|
-moz-margin-end: -4px;
|
|
|
|
pointer-events: none;
|
2010-07-19 13:19:14 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tab-close-button {
|
|
|
|
pointer-events: auto;
|
2009-03-05 04:40:08 -08:00
|
|
|
}
|
|
|
|
|
2011-01-07 16:35:33 -08:00
|
|
|
.tabbrowser-tabs[closebuttons="hidden"] > * > * > * > .tab-close-button:not([pinned]) {
|
|
|
|
display: -moz-box;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
|
|
|
|
-moz-padding-start: 5px;
|
|
|
|
-moz-padding-end: 4px;
|
2010-03-17 10:12:03 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tab-content,
|
|
|
|
.tabs-newtab-button > .toolbarbutton-icon {
|
|
|
|
-moz-box-align: center;
|
|
|
|
border: solid transparent;
|
|
|
|
border-width: 0 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-background-start,
|
|
|
|
.tab-background-end {
|
|
|
|
width: 12px;
|
|
|
|
height: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-background-middle {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background > .tab-background-start:-moz-locale-dir(ltr),
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background > .tab-background-end:-moz-locale-dir(rtl) {
|
|
|
|
mask: url(chrome://browser/content/browser.xul#pinstripe-tab-ontop-left-curve-mask);
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background > .tab-background-end:-moz-locale-dir(ltr),
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background > .tab-background-start:-moz-locale-dir(rtl) {
|
|
|
|
mask: url(chrome://browser/content/browser.xul#pinstripe-tab-ontop-right-curve-mask);
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background > .tab-background-start:-moz-locale-dir(ltr),
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background > .tab-background-end:-moz-locale-dir(rtl) {
|
|
|
|
mask: url(chrome://browser/content/browser.xul#pinstripe-tab-onbottom-left-curve-mask);
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background > .tab-background-end:-moz-locale-dir(ltr),
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background > .tab-background-start:-moz-locale-dir(rtl) {
|
|
|
|
mask: url(chrome://browser/content/browser.xul#pinstripe-tab-onbottom-right-curve-mask);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-background-start[selected="true"]:not(:-moz-lwtheme),
|
|
|
|
.tab-background-middle[selected="true"]:not(:-moz-lwtheme),
|
|
|
|
.tab-background-end[selected="true"]:not(:-moz-lwtheme) {
|
2008-09-17 04:50:35 -07:00
|
|
|
background-color: -moz-mac-chrome-active;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tab-background-start[selected="true"]:not(:-moz-lwtheme):-moz-window-inactive,
|
|
|
|
.tab-background-middle[selected="true"]:not(:-moz-lwtheme):-moz-window-inactive,
|
|
|
|
.tab-background-end[selected="true"]:not(:-moz-lwtheme):-moz-window-inactive {
|
2010-03-17 10:12:03 -07:00
|
|
|
background-color: -moz-mac-chrome-inactive;
|
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tab-background-start[pinned][titlechanged]:not([selected="true"]),
|
|
|
|
.tab-background-end[pinned][titlechanged]:not([selected="true"]) {
|
|
|
|
background-image: -moz-linear-gradient(rgba(148,205,253,.2), rgba(148,205,253,.2)) !important;
|
2010-09-23 15:59:55 -07:00
|
|
|
}
|
2010-11-29 06:18:40 -08:00
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-background > .tab-background-middle[pinned][titlechanged]:not([selected="true"]) {
|
2010-09-23 15:59:55 -07:00
|
|
|
background-image: -moz-radial-gradient(center 99%, circle cover, rgba(254,254,255,1) 3%, rgba(210,235,255,.9) 12%, rgba(148,205,253,.6) 30%, rgba(148,205,253,.2) 70%);
|
2010-09-02 13:08:37 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-background > .tab-background-middle[pinned][titlechanged]:not([selected="true"]) {
|
|
|
|
background-image: -moz-radial-gradient(center 2px, circle cover, rgba(254,254,255,1) 3%, rgba(210,235,255,.9) 12%, rgba(148,205,253,.6) 30%, rgba(148,205,253,.2) 70%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-start:-moz-lwtheme-brighttext:not([selected="true"]),
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-middle:-moz-lwtheme-brighttext:not([selected="true"]),
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-end:-moz-lwtheme-brighttext:not([selected="true"]) {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-start:-moz-lwtheme-darktext:not([selected="true"]),
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-middle:-moz-lwtheme-darktext:not([selected="true"]),
|
|
|
|
.tabbrowser-tab > .tab-stack > .tab-background > .tab-background-end:-moz-lwtheme-darktext:not([selected="true"]) {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-content,
|
|
|
|
@TABSONTOP_NEWTAB_BUTTON@ > .toolbarbutton-icon {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-top-normal-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB@:hover > .tab-stack > .tab-content:not([selected="true"]),
|
|
|
|
@TABSONTOP_NEWTAB_BUTTON@:hover > .toolbarbutton-icon {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-top-hover-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-content[selected="true"] {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-top-selected-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-content,
|
|
|
|
@TABSONBOTTOM_NEWTAB_BUTTON@ > .toolbarbutton-icon {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-bottom-normal-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB@:hover > .tab-stack > .tab-content:not([selected="true"]),
|
|
|
|
@TABSONBOTTOM_NEWTAB_BUTTON@:hover > .toolbarbutton-icon {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-bottom-hover-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-content[selected="true"] {
|
|
|
|
-moz-border-image: url(chrome://browser/skin/tabbrowser/tab-bottom-selected-active.png) 0 11 repeat stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* preloading hack */
|
|
|
|
#TabsToolbar::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
background-image:
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-top-normal-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-top-hover-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-top-selected-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-bottom-normal-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-bottom-hover-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tab-bottom-selected-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tabbar-top-bg-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tabbar-top-bg-inactive.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tabbar-bottom-bg-active.png),
|
|
|
|
url(chrome://browser/skin/tabbrowser/tabbar-bottom-bg-inactive.png);
|
2010-07-19 13:19:14 -07:00
|
|
|
}
|
|
|
|
|
2010-09-15 00:28:37 -07:00
|
|
|
.tabbrowser-tab:focus > .tab-stack {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: @focusRingShadow@;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tabbrowser-tab:not([selected="true"]):not(:hover):not(:-moz-lwtheme) {
|
|
|
|
color: #222;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
.tabbrowser-tab[selected="true"] {
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
2010-03-17 10:12:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:-moz-lwtheme {
|
2009-10-01 23:22:18 -07:00
|
|
|
color: inherit;
|
|
|
|
text-shadow: inherit;
|
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
#navigator-toolbox[tabsontop="true"]:not(:-moz-lwtheme)::before {
|
|
|
|
/* We want the titlebar to be unified, but we still want to be able
|
|
|
|
* to give #TabsToolbar a background. So we can't set -moz-appearance:
|
|
|
|
* toolbar on #TabsToolbar itself. Instead, we set it on a box of the
|
|
|
|
* right size which is put underneath #TabsToolbar.
|
|
|
|
*/
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
-moz-appearance: toolbar;
|
|
|
|
height: 25px;
|
|
|
|
margin-bottom: -25px;
|
2010-04-05 23:34:27 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
#TabsToolbar {
|
2010-07-19 13:19:14 -07:00
|
|
|
-moz-appearance: none;
|
2010-11-29 06:18:40 -08:00
|
|
|
height: 26px;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar[tabsontop="false"] {
|
2011-08-08 07:42:36 -07:00
|
|
|
margin-top: -2px;
|
2010-11-29 06:18:40 -08:00
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
2011-08-08 07:42:36 -07:00
|
|
|
/* For tabs-on-top, only fill the bottom 2px with the chrome background
|
|
|
|
* color, so that the borders in tabbar-top-bg-*.png can mix with it.
|
|
|
|
* In the top 24px the unified toolbar (from the ::before above) will show.
|
|
|
|
*/
|
2010-11-29 06:18:40 -08:00
|
|
|
#TabsToolbar[tabsontop="true"]:not(:-moz-lwtheme) {
|
|
|
|
padding-bottom: 2px;
|
2011-08-08 07:42:36 -07:00
|
|
|
background: url(chrome://browser/skin/tabbrowser/tabbar-top-bg-active.png),
|
|
|
|
-moz-linear-gradient(bottom, -moz-mac-chrome-active 2px, transparent 2px);
|
2010-11-29 06:18:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar[tabsontop="true"]:not(:-moz-lwtheme):-moz-window-inactive {
|
2011-08-08 07:42:36 -07:00
|
|
|
background: url(chrome://browser/skin/tabbrowser/tabbar-top-bg-inactive.png),
|
|
|
|
-moz-linear-gradient(bottom, -moz-mac-chrome-inactive 2px, transparent 2px);
|
2008-03-18 04:46:31 -07:00
|
|
|
}
|
|
|
|
|
2011-08-08 07:42:36 -07:00
|
|
|
/* In tabs-on-bottom mode, fill the whole toolbar with the chrome
|
|
|
|
* background color.
|
|
|
|
*/
|
2010-07-19 13:19:14 -07:00
|
|
|
#TabsToolbar[tabsontop="false"]:not(:-moz-lwtheme) {
|
2011-08-08 07:42:36 -07:00
|
|
|
background: url(chrome://browser/skin/tabbrowser/tabbar-bottom-bg-active.png) -moz-mac-chrome-active;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-07-19 13:19:14 -07:00
|
|
|
#TabsToolbar[tabsontop="false"]:not(:-moz-lwtheme):-moz-window-inactive {
|
2011-08-08 07:42:36 -07:00
|
|
|
background: url(chrome://browser/skin/tabbrowser/tabbar-bottom-bg-inactive.png) -moz-mac-chrome-inactive;
|
2010-03-17 10:12:03 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
#tabbrowser-tabs {
|
2010-03-16 23:36:13 -07:00
|
|
|
-moz-box-align: stretch;
|
2010-11-29 06:18:40 -08:00
|
|
|
height: 26px;
|
2007-09-17 17:59:41 -07:00
|
|
|
}
|
|
|
|
|
2010-11-29 06:18:40 -08:00
|
|
|
#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox:not(:-moz-lwtheme) {
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbrowser-tabs[tabsontop="false"] > .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
|
|
|
|
margin-top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_NEWTAB_BUTTON@ > .toolbarbutton-icon {
|
|
|
|
padding: 4px 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONTOP_TAB_STACK@ > .tab-content {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_NEWTAB_BUTTON@ > .toolbarbutton-icon {
|
|
|
|
padding: 2px 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@TABSONBOTTOM_TAB_STACK@ > .tab-content {
|
|
|
|
padding-bottom: 2px;
|
2007-09-17 17:59:41 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Tab Drag and Drop
|
|
|
|
*/
|
|
|
|
|
2007-08-22 14:02:02 -07:00
|
|
|
.tab-drop-indicator {
|
2010-03-10 00:07:45 -08:00
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/tabDragIndicator.png);
|
2011-02-04 23:57:09 -08:00
|
|
|
margin-bottom: -8px;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* In-tab close button
|
|
|
|
*/
|
2007-09-17 17:59:41 -07:00
|
|
|
|
2007-08-22 14:02:02 -07:00
|
|
|
.tab-close-button > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2011-02-10 17:03:47 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
2007-08-22 14:02:02 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
border: none !important;
|
2008-10-11 06:55:39 -07:00
|
|
|
padding: 0;
|
2010-07-19 13:19:14 -07:00
|
|
|
margin: 0;
|
2008-10-11 06:55:39 -07:00
|
|
|
background: none;
|
2007-08-22 14:02:02 -07:00
|
|
|
cursor: default;
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2010-03-08 05:33:15 -08:00
|
|
|
.tab-close-button:hover {
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2008-04-22 17:00:58 -07:00
|
|
|
}
|
|
|
|
|
2010-03-08 05:33:15 -08:00
|
|
|
.tab-close-button:hover:active {
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2008-04-23 05:08:52 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2011-08-24 07:36:24 -07:00
|
|
|
-moz-image-region: rect(0, 13px, 20px, 0);
|
2008-01-27 16:53:12 -08:00
|
|
|
margin: 0;
|
2011-02-09 10:25:54 -08:00
|
|
|
padding: 0 4px;
|
2009-05-28 16:09:58 -07:00
|
|
|
border: none;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:25:54 -08:00
|
|
|
#tabbrowser-tabs[tabsontop=false] > .tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
#tabbrowser-tabs[tabsontop=false] > .tabbrowser-arrowscrollbox > .scrollbutton-down,
|
|
|
|
#tabbrowser-tabs[tabsontop=false] > .tabbrowser-arrowscrollbox > .scrollbutton-up > .toolbarbutton-icon,
|
|
|
|
#tabbrowser-tabs[tabsontop=false] > .tabbrowser-arrowscrollbox > .scrollbutton-down > .toolbarbutton-icon {
|
|
|
|
-moz-transform: scaleY(-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up {
|
|
|
|
-moz-border-end: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2011-02-09 10:25:54 -08:00
|
|
|
-moz-border-start: 2px solid transparent;
|
2009-11-05 00:02:12 -08:00
|
|
|
-moz-transition: 1s background-color ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
|
|
|
|
background-color: Highlight;
|
|
|
|
-moz-transition: none;
|
2009-10-13 12:57:48 -07:00
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(ltr),
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(rtl) {
|
2009-05-28 16:09:58 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-left.png");
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr),
|
2009-07-29 11:33:53 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl) {
|
2009-05-28 16:09:58 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-right.png");
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2009-05-28 16:09:58 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:hover,
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:hover {
|
2011-08-24 07:36:24 -07:00
|
|
|
-moz-image-region: rect(0, 26px, 20px, 13px);
|
2008-04-22 17:00:58 -07:00
|
|
|
}
|
|
|
|
|
2009-05-28 16:09:58 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:hover:active,
|
2009-10-13 12:57:48 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:hover:active {
|
2011-08-24 07:36:24 -07:00
|
|
|
-moz-image-region: rect(0, 39px, 20px, 26px);
|
2008-04-22 17:00:58 -07:00
|
|
|
}
|
|
|
|
|
2011-08-24 07:36:24 -07:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled] > .toolbarbutton-icon,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] > .toolbarbutton-icon {
|
|
|
|
-moz-image-region: rect(0, 13px, 20px, 0) !important;
|
|
|
|
opacity: .5;
|
2007-08-22 14:02:02 -07:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:25:54 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):-moz-locale-dir(ltr),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 / 0 2px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):-moz-locale-dir(ltr),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 / 0 0 0 2px;
|
|
|
|
}
|
2007-08-22 14:02:02 -07:00
|
|
|
|
|
|
|
/**
|
2010-12-15 10:59:19 -08:00
|
|
|
* Tabstrip & add-on bar toolbar buttons
|
2007-08-22 14:02:02 -07:00
|
|
|
*/
|
|
|
|
|
2010-12-15 10:59:19 -08:00
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2011-08-08 07:43:04 -07:00
|
|
|
-moz-appearance: none;
|
2010-12-23 14:24:00 -08:00
|
|
|
/* !important flags needed because of bug 561154: */
|
2011-08-08 07:43:04 -07:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
border: none !important;
|
|
|
|
border-radius: 0 !important;
|
2010-12-23 09:44:26 -08:00
|
|
|
background: none !important;
|
|
|
|
box-shadow: none !important;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
|
|
|
|
2010-12-15 10:59:19 -08:00
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1:not([type="menu-button"]),
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2008-04-07 18:41:11 -07:00
|
|
|
margin: 0;
|
2010-06-22 13:28:34 -07:00
|
|
|
padding: 0 1px;
|
2009-05-30 15:28:19 -07:00
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
2011-02-09 10:25:54 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):hover,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):hover,
|
2010-12-15 10:59:19 -08:00
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled]):not([open]):hover,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1:not([disabled]):not([buttonover]):hover > .toolbarbutton-menubutton-dropmarker {
|
2010-07-19 13:19:14 -07:00
|
|
|
background-image: -moz-linear-gradient(transparent, rgba(0,0,0,.15)) !important;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:25:54 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):hover:active,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):hover:active,
|
2010-12-15 10:59:19 -08:00
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1:not([type="menu-button"]):not([disabled]):hover:active,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[type="menu"][open],
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover:active,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[open]:not([disabled]):hover > .toolbarbutton-menubutton-dropmarker {
|
2010-07-19 13:19:14 -07:00
|
|
|
background-image: -moz-linear-gradient(transparent, rgba(0,0,0,.3)) !important;
|
2010-06-22 13:28:34 -07:00
|
|
|
}
|
|
|
|
|
2010-04-27 09:57:19 -07:00
|
|
|
.tabs-newtab-button,
|
|
|
|
#TabsToolbar > #new-tab-button,
|
|
|
|
#TabsToolbar > toolbarpaletteitem > #new-tab-button {
|
2008-09-25 00:39:41 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
|
2009-05-30 15:28:19 -07:00
|
|
|
-moz-image-region: rect(0, 18px, 20px, 0);
|
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
|
|
|
.tabs-newtab-button:hover,
|
|
|
|
#TabsToolbar > #new-tab-button:hover {
|
2009-05-30 15:28:19 -07:00
|
|
|
-moz-image-region: rect(0, 36px, 20px, 18px);
|
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
|
|
|
.tabs-newtab-button:hover:active,
|
|
|
|
#TabsToolbar > #new-tab-button:hover:active {
|
2009-05-30 15:28:19 -07:00
|
|
|
-moz-image-region: rect(0, 54px, 20px, 36px);
|
2008-09-25 00:39:41 -07:00
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
2011-01-17 23:26:18 -08:00
|
|
|
#TabsToolbar #alltabs-button {
|
2008-09-25 00:39:41 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/alltabs-box-bkgnd-icon.png);
|
2011-01-28 00:35:30 -08:00
|
|
|
-moz-image-region: rect(0, 17px, 20px, 0);
|
2009-05-30 15:28:19 -07:00
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
#TabsToolbar > #alltabs-button:not([disabled="true"]):hover {
|
2011-01-28 00:35:30 -08:00
|
|
|
-moz-image-region: rect(0, 34px, 20px, 17px);
|
2009-05-30 15:28:19 -07:00
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
2010-06-22 13:28:34 -07:00
|
|
|
#TabsToolbar > #alltabs-button[type="menu"][open="true"]:not([disabled="true"]),
|
|
|
|
#TabsToolbar > #alltabs-button:not([disabled="true"]):hover:active {
|
2011-01-28 00:35:30 -08:00
|
|
|
-moz-image-region: rect(0, 51px, 20px, 34px);
|
2008-09-25 00:39:41 -07:00
|
|
|
}
|
2010-04-27 09:57:19 -07:00
|
|
|
|
|
|
|
#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
|
2007-08-22 14:02:02 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-04-27 09:57:19 -07:00
|
|
|
#alltabs-button > .toolbarbutton-icon {
|
2007-08-22 14:02:02 -07:00
|
|
|
-moz-margin-end: 2px;
|
|
|
|
}
|
|
|
|
|
2009-07-10 11:34:46 -07:00
|
|
|
/* All Tabs Menupopup */
|
|
|
|
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2009-07-10 11:34:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
|
|
|
|
}
|
|
|
|
|
2011-05-24 17:57:42 -07:00
|
|
|
.alltabs-item[tabIsVisible] {
|
|
|
|
/* box-shadow instead of background-color to work around native styling */
|
|
|
|
box-shadow: inset 0 0 0 2em hsla(0,0%,50%,.15);
|
|
|
|
}
|
|
|
|
|
2009-07-10 11:34:46 -07:00
|
|
|
/* Tabstrip close button */
|
2007-03-22 10:30:00 -07:00
|
|
|
.tabs-closebutton {
|
2009-06-10 16:10:42 -07:00
|
|
|
-moz-padding-end: 4px;
|
2011-02-10 17:03:47 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2007-03-22 10:30:00 -07:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2011-02-10 17:03:47 -08:00
|
|
|
#sidebar-header > .tabs-closebutton {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/close-sidebar.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
.tabs-closebutton:hover:active {
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-08-14 01:03:34 -07:00
|
|
|
/* Bookmarks toolbar */
|
2010-05-05 06:28:04 -07:00
|
|
|
#PlacesToolbarDropIndicator {
|
2009-08-14 01:03:34 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/places/toolbarDropMarker.png);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-02-20 18:17:52 -08:00
|
|
|
/* Bookmark drag and drop styles */
|
2008-04-22 17:00:58 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
.bookmark-item[dragover-into="true"] {
|
|
|
|
background: Highlight !important;
|
|
|
|
color: HighlightText !important;
|
|
|
|
}
|
|
|
|
|
2008-02-20 18:17:52 -08: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;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-02-20 18:17:52 -08:00
|
|
|
.menupopup-drop-indicator {
|
|
|
|
list-style-image: none;
|
|
|
|
height: 2px;
|
|
|
|
-moz-margin-end: -4em;
|
|
|
|
background-color: Highlight;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-12-30 07:24:08 -08:00
|
|
|
#customizeToolbarSheetPopup {
|
|
|
|
-moz-window-shadow: sheet;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2007-08-15 18:15:50 -07:00
|
|
|
|
2007-10-21 20:30:23 -07:00
|
|
|
/* Popup Icons */
|
|
|
|
#identity-popup-icon {
|
2008-03-04 03:32:11 -08: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-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(64px, 64px, 128px, 0px);
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(128px, 64px, 192px, 0px);
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-01-29 20:21:53 -08:00
|
|
|
/* Popup Body Text */
|
2009-10-23 08:28:14 -07:00
|
|
|
.identity-popup-description {
|
2008-03-04 03:32:11 -08:00
|
|
|
white-space: pre-wrap;
|
2008-04-23 05:08:52 -07:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 03:32:11 -08:00
|
|
|
margin: 2px 0 4px;
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.identity-popup-label {
|
2008-03-04 03:32:11 -08:00
|
|
|
white-space: pre-wrap;
|
2008-04-23 05:08:52 -07:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 03:32:11 -08:00
|
|
|
margin: 0;
|
2007-12-13 07:08:23 -08:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-host ,
|
|
|
|
#identity-popup-content-owner {
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-host ,
|
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
|
|
|
|
font-size: 140%;
|
2008-01-29 20:21:53 -08:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-owner {
|
|
|
|
margin-bottom: 0 !important;
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-01-29 20:21:53 -08:00
|
|
|
#identity-popup-content-verifier {
|
|
|
|
margin: 4px 0 2px;
|
2007-12-13 07:08:23 -08:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
|
2008-01-29 20:21:53 -08:00
|
|
|
margin-top: 10px;
|
2008-04-23 05:08:52 -07:00
|
|
|
-moz-margin-start: -24px;
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08: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-04-07 18:41:11 -07:00
|
|
|
margin-top: 5px;
|
|
|
|
list-style-image: url("chrome://browser/skin/Secure-Glyph-White.png");
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
|
|
|
|
2010-04-09 10:45:25 -07:00
|
|
|
#notification-popup-box {
|
2011-03-18 14:21:02 -07:00
|
|
|
position: relative;
|
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
|
|
|
padding-left: 3px;
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
-moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
|
|
|
|
-moz-margin-end: -8px;
|
|
|
|
}
|
|
|
|
|
2011-11-07 10:48:27 -08:00
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box {
|
|
|
|
padding-left: 7px;
|
2011-03-18 14:21:02 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification-popup-box:-moz-locale-dir(rtl),
|
|
|
|
.notification-anchor-icon:-moz-locale-dir(rtl) {
|
|
|
|
-moz-transform: scaleX(-1);
|
2010-04-09 10:45:25 -07:00
|
|
|
}
|
|
|
|
|
2010-07-01 09:23:11 -07:00
|
|
|
.notification-anchor-icon {
|
2010-04-09 10:45:25 -07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
|
2010-06-23 09:53:09 -07:00
|
|
|
.notification-anchor-icon:-moz-focusring {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 0 0 2px 1px -moz-mac-focusring inset,
|
2010-09-12 02:54:51 -07:00
|
|
|
0 0 3px 2px -moz-mac-focusring;
|
2010-06-23 09:53:09 -07:00
|
|
|
}
|
|
|
|
|
2011-01-18 14:57:40 -08:00
|
|
|
#default-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/information-16.png);
|
|
|
|
}
|
|
|
|
|
2010-07-01 09:23:11 -07:00
|
|
|
#geo-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/Geolocation-16.png);
|
|
|
|
}
|
|
|
|
|
2010-08-30 09:55:17 -07:00
|
|
|
.geolocation-text-link {
|
|
|
|
color: #fff;
|
2011-02-12 00:32:07 -08:00
|
|
|
-moz-margin-start: 0; /* override default label margin to match description margin */
|
2010-07-01 09:23:11 -07:00
|
|
|
}
|
|
|
|
|
2011-06-02 01:00:13 -07:00
|
|
|
.telemetry-text-link {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2010-08-30 09:55:17 -07:00
|
|
|
#addons-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric-16.png);
|
2010-04-09 10:45:25 -07:00
|
|
|
}
|
|
|
|
|
2010-09-09 19:08:26 -07:00
|
|
|
#password-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-16.png);
|
|
|
|
}
|
|
|
|
|
2010-04-09 10:45:25 -07:00
|
|
|
.popup-notification-icon {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
-moz-margin-end: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-notification-icon[popupid="geolocation"] {
|
2010-07-01 02:03:56 -07:00
|
|
|
list-style-image: url(chrome://browser/skin/Geolocation-64.png);
|
2010-04-09 10:45:25 -07:00
|
|
|
}
|
|
|
|
|
2010-07-01 09:23:11 -07:00
|
|
|
.popup-notification-icon[popupid="xpinstall-disabled"],
|
2011-01-03 11:40:47 -08:00
|
|
|
.popup-notification-icon[popupid="addon-progress"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-cancelled"],
|
2010-07-01 09:23:11 -07:00
|
|
|
.popup-notification-icon[popupid="addon-install-blocked"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-failed"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-complete"] {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
2011-01-03 11:40:47 -08:00
|
|
|
.addon-progress-description {
|
|
|
|
width: 350px;
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-label,
|
|
|
|
.popup-progress-meter {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel {
|
|
|
|
-moz-appearance: none;
|
|
|
|
min-height: 16px;
|
|
|
|
min-width: 16px;
|
|
|
|
max-height: 16px;
|
|
|
|
max-width: 16px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 1px 0 1px;
|
|
|
|
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel:hover {
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel:active {
|
|
|
|
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
2010-09-09 15:15:40 -07:00
|
|
|
#indexedDB-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/question-16.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
|
|
|
|
.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/question-64.png);
|
|
|
|
}
|
|
|
|
|
2010-09-09 19:08:26 -07:00
|
|
|
.popup-notification-icon[popupid="password-save"],
|
|
|
|
.popup-notification-icon[popupid="password-change"] {
|
2010-09-09 19:08:26 -07:00
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png);
|
|
|
|
}
|
|
|
|
|
2008-04-07 18:41:11 -07:00
|
|
|
/* Popup Buttons */
|
|
|
|
#identity-popup-more-info-button {
|
2010-04-20 09:12:10 -07:00
|
|
|
@hudButton@
|
2008-11-27 14:31:08 -08:00
|
|
|
margin: 10px 0 0;
|
2008-04-07 18:41:11 -07:00
|
|
|
min-height: 0px;
|
|
|
|
}
|
|
|
|
|
2010-12-05 14:10:45 -08:00
|
|
|
#identity-popup-more-info-button:focus {
|
|
|
|
@hudButtonFocused@
|
2008-04-07 18:41:11 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-more-info-button:hover:active {
|
2010-12-05 14:10:45 -08:00
|
|
|
@hudButtonPressed@
|
2007-10-21 20:30:23 -07:00
|
|
|
}
|
2008-01-26 21:08:46 -08:00
|
|
|
|
|
|
|
#download-monitor {
|
2008-01-27 16:53:12 -08:00
|
|
|
list-style-image: url("chrome://mozapps/skin/downloads/downloadStatusIcon.png");
|
2008-01-26 21:08:46 -08:00
|
|
|
}
|
2008-07-15 09:11:00 -07:00
|
|
|
|
|
|
|
/* ::::: Keyboard UI Panel ::::: */
|
2009-07-20 21:25:59 -07:00
|
|
|
|
2008-07-15 09:11:00 -07:00
|
|
|
.KUI-panel {
|
|
|
|
-moz-appearance: none;
|
2009-07-20 21:25:59 -07:00
|
|
|
background: rgba(27%,27%,27%,.9) url(KUI-background.png) repeat-x;
|
2008-07-15 09:11:00 -07:00
|
|
|
color: white;
|
2009-07-26 00:53:04 -07:00
|
|
|
border-style: none;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 20px;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
.KUI-panel[level="top"] {
|
|
|
|
background-color: rgba(27%,27%,27%,.65);
|
2008-11-04 00:19:55 -08:00
|
|
|
-moz-window-shadow: none;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
.KUI-panel-closebutton {
|
|
|
|
list-style-image: url(KUI-close.png);
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.KUI-panel-closebutton:not(:hover) {
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.KUI-panel-closebutton > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
/* Ctrl-Tab */
|
|
|
|
|
|
|
|
#ctrlTab-panel {
|
|
|
|
padding: 20px 10px 10px;
|
2010-09-11 09:27:12 -07:00
|
|
|
text-shadow: 0 0 1px rgb(27%,27%,27%), 0 0 2px rgb(27%,27%,27%);
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-favicon[src] {
|
2009-07-20 21:25:59 -07:00
|
|
|
background-color: white;
|
2010-03-22 07:11:42 -07:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2009-07-20 21:25:59 -07:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-preview-inner > .tabPreview-canvas {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 1px 1px 2px rgb(12%,12%,12%);
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
|
2009-07-20 21:25:59 -07:00
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-preview-inner {
|
2009-07-26 00:53:04 -07:00
|
|
|
padding-bottom: 10px;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
|
2009-07-26 00:53:04 -07:00
|
|
|
padding: 10px;
|
|
|
|
background-color: rgba(255,255,255,.2);
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: .5em;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
|
|
|
|
color: white;
|
2009-07-26 00:53:04 -07:00
|
|
|
background-color: rgba(0,0,0,.6);
|
2009-07-20 21:25:59 -07:00
|
|
|
text-shadow: none;
|
2009-07-26 00:53:04 -07:00
|
|
|
padding: 8px;
|
|
|
|
border: 2px solid white;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: .5em;
|
2008-11-04 23:38:13 -08:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
|
2009-07-26 00:53:04 -07:00
|
|
|
margin: -10px -10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ctrlTab-showAll {
|
|
|
|
margin-top: .5em;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
/* All Tabs */
|
|
|
|
|
|
|
|
#allTabs-panel {
|
2010-03-22 07:11:42 -07:00
|
|
|
padding-bottom: 10px;
|
2009-07-20 21:25:59 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
2010-03-22 07:11:42 -07:00
|
|
|
background: -moz-dialog;
|
|
|
|
color: -moz-dialogText;
|
2008-11-04 00:19:55 -08:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
#allTabs-meta {
|
2010-03-22 07:11:42 -07:00
|
|
|
margin: 10px;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
#allTabs-filter {
|
|
|
|
-moz-margin-start: 24px;
|
|
|
|
-moz-margin-end: 0;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
#allTabs-tab-close-button > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2010-06-11 05:17:12 -07:00
|
|
|
.allTabs-favicon[src] {
|
|
|
|
background-color: -moz-dialog;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
-moz-padding-start: 4px;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-bottom-left-radius: 4px;
|
2010-06-11 05:17:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-favicon[src]:-moz-locale-dir(rtl) {
|
2010-09-09 08:21:47 -07:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 4px;
|
2010-06-11 05:17:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-preview:not(:focus) > * > .allTabs-favicon-container > .allTabs-favicon[src] {
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
padding-top: 2px;
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
margin-top: -2px;
|
|
|
|
-moz-margin-end: -2px;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.allTabs-preview-inner > .tabPreview-canvas {
|
|
|
|
background-color: rgb(60%,60%,60%);
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 0 0 1.5px ThreeDShadow;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-03-22 07:11:42 -07:00
|
|
|
.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas {
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-preview:focus > * > .allTabs-preview-inner {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: @focusRingShadow@;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
2010-07-16 07:12:39 -07:00
|
|
|
|
|
|
|
/* Inspector / Highlighter */
|
|
|
|
|
|
|
|
#highlighter-panel {
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-window-shadow: none;
|
2010-08-18 16:54:06 -07:00
|
|
|
background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa);
|
|
|
|
border: none;
|
|
|
|
opacity: 0.35;
|
2010-07-16 07:12:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
listitem.style-selector {
|
|
|
|
background-color: DarkGray;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
listitem.style-section {
|
|
|
|
background-color: LightGray;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
panel[dimmed="true"] {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2010-09-15 23:09:27 -07:00
|
|
|
|
2011-01-11 13:14:55 -08:00
|
|
|
/* Add-on bar */
|
|
|
|
|
|
|
|
#addon-bar {
|
|
|
|
min-height: 18px;
|
2011-02-06 06:59:02 -08:00
|
|
|
padding-right: 16px; /* replace with -moz-padding-end when/if bug 631729 gets fixed */
|
2011-01-11 13:14:55 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#addon-bar:not(:-moz-lwtheme) {
|
|
|
|
-moz-appearance: statusbar;
|
|
|
|
}
|
|
|
|
|
2010-09-15 23:09:27 -07:00
|
|
|
#status-bar {
|
|
|
|
-moz-appearance: none;
|
2011-02-06 06:59:02 -08:00
|
|
|
padding-right: 0;
|
2010-09-15 23:09:27 -07:00
|
|
|
}
|
|
|
|
|
2011-11-04 12:08:50 -07:00
|
|
|
#addon-bar[customizing] > #status-bar {
|
|
|
|
opacity: .5;
|
|
|
|
background-image: -moz-repeating-linear-gradient(-45deg,
|
|
|
|
rgba(255,255,255,.3), rgba(255,255,255,.3) 5px,
|
|
|
|
rgba(0,0,0,.3) 5px, rgba(0,0,0,.3) 10px);
|
|
|
|
}
|
|
|
|
|
2010-09-15 23:09:27 -07:00
|
|
|
#status-bar > statusbarpanel {
|
|
|
|
border-width: 0;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
2010-11-19 21:23:30 -08:00
|
|
|
|
2010-12-09 11:09:05 -08:00
|
|
|
#addonbar-closebutton {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 4px;
|
2011-02-10 17:03:47 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
2010-12-09 11:09:05 -08:00
|
|
|
border: none;
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2010-12-09 11:09:05 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#addonbar-closebutton:hover {
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2010-12-09 11:09:05 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#addonbar-closebutton:hover:active {
|
2011-02-10 17:03:47 -08:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2010-12-09 11:09:05 -08:00
|
|
|
}
|
2011-01-28 05:35:49 -08:00
|
|
|
|
|
|
|
/* Status panel */
|
|
|
|
|
|
|
|
.statuspanel-label {
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 4px;
|
|
|
|
background: -moz-linear-gradient(white, #ddd);
|
|
|
|
border: 1px none #ccc;
|
|
|
|
border-top-style: solid;
|
|
|
|
color: #333;
|
2011-01-30 22:27:33 -08:00
|
|
|
text-shadow: none;
|
2011-01-28 05:35:49 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl)[mirror] {
|
|
|
|
border-right-style: solid;
|
|
|
|
border-top-right-radius: .3em;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr)[mirror] {
|
|
|
|
border-left-style: solid;
|
|
|
|
border-top-left-radius: .3em;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2011-07-11 10:18:11 -07:00
|
|
|
|
|
|
|
|
|
|
|
/* Highlighter */
|
|
|
|
|
|
|
|
.highlighter-veil {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2011-10-21 08:51:52 -07:00
|
|
|
#highlighter-closebutton {
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/toolbarbutton-close.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
min-width: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-closebutton > .toolbarbutton-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-closebutton:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2011-07-11 10:18:11 -07:00
|
|
|
}
|
|
|
|
|
2011-10-21 08:51:52 -07:00
|
|
|
#highlighter-closebutton:active {
|
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2011-07-11 10:18:11 -07:00
|
|
|
}
|
2011-07-11 10:21:55 -07:00
|
|
|
|
|
|
|
#highlighter-veil-transparentbox {
|
|
|
|
box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
|
|
|
|
outline: 1px dashed rgba(255,255,255,0.5);
|
|
|
|
outline-offset: -1px;
|
|
|
|
}
|
2011-07-22 12:18:27 -07:00
|
|
|
|
2011-09-01 09:33:33 -07:00
|
|
|
#highlighter-veil-container[locked] > #highlighter-veil-middlebox > #highlighter-veil-transparentbox {
|
2011-07-22 12:18:27 -07:00
|
|
|
box-shadow: 0 0 0 1px black;
|
|
|
|
outline-color: white;
|
|
|
|
}
|
2011-09-01 07:45:49 -07:00
|
|
|
|
|
|
|
/* Highlighter toolbar */
|
|
|
|
|
|
|
|
#inspector-toolbar {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-top: 1px solid hsla(210, 8%, 5%, .65);
|
|
|
|
box-shadow: 0 1px 0 0 hsla(210, 16%, 76%, .2) inset;
|
|
|
|
background-image: -moz-linear-gradient(top, hsl(210,11%,36%), hsl(210,11%,18%));
|
2011-10-21 08:51:52 -07:00
|
|
|
padding: 4px 16px 4px 0; /* use -moz-padding-end: 16px when/if bug 631729 gets fixed */
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-toolbar[treepanel-open] {
|
|
|
|
padding: 0 0 4px;
|
2011-09-01 07:45:49 -07:00
|
|
|
}
|
|
|
|
|
2011-11-03 06:37:14 -07:00
|
|
|
#devtools-sidebar-toolbar {
|
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 4px 3px;
|
|
|
|
box-shadow: 0 1px 0 0 hsla(210, 16%, 76%, .2) inset;
|
|
|
|
background-image: -moz-linear-gradient(top, hsl(210,11%,36%), hsl(210,11%,18%));
|
|
|
|
}
|
|
|
|
|
|
|
|
#devtools-side-splitter {
|
|
|
|
background-image: none !important;
|
|
|
|
border: 0;
|
|
|
|
-moz-border-start: 1px solid #242b33;
|
|
|
|
min-width: 0;
|
|
|
|
width: 3px;
|
|
|
|
background-color: transparent;
|
|
|
|
-moz-margin-end: -3px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2011-09-01 07:45:49 -07:00
|
|
|
#inspector-inspect-toolbutton,
|
2011-11-03 06:37:14 -07:00
|
|
|
#inspector-tools > toolbarbutton,
|
|
|
|
#devtools-sidebar-toolbar > toolbarbutton {
|
2011-09-01 07:45:49 -07:00
|
|
|
-moz-appearance: none;
|
2011-10-21 09:06:57 -07:00
|
|
|
min-width: 78px;
|
|
|
|
min-height: 22px;
|
2011-09-01 07:45:49 -07:00
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
text-shadow: 0 -1px 0 hsla(210,8%,5%,.45);
|
|
|
|
border: 1px solid hsla(210,8%,5%,.45);
|
|
|
|
border-radius: @toolbarbuttonCornerRadius@;
|
2011-10-21 09:06:57 -07:00
|
|
|
background: -moz-linear-gradient(hsla(212,7%,57%,.35), hsla(212,7%,57%,.1)) padding-box;
|
2011-09-01 07:45:49 -07:00
|
|
|
box-shadow: 0 1px 0 hsla(210,16%,76%,.15) inset, 0 0 0 1px hsla(210,16%,76%,.15) inset, 0 1px 0 hsla(210,16%,76%,.15);
|
|
|
|
}
|
|
|
|
|
2011-10-21 09:06:57 -07:00
|
|
|
#inspector-inspect-toolbutton > .toolbarbutton-text ,
|
2011-11-03 06:37:14 -07:00
|
|
|
#inspector-tools > toolbarbutton > .toolbarbutton-text,
|
|
|
|
#devtools-sidebar-toolbar > toolbarbutton > .toolbarbutton-text {
|
2011-10-21 09:06:57 -07:00
|
|
|
margin: 1px 6px;
|
|
|
|
}
|
|
|
|
|
2011-09-01 07:45:49 -07:00
|
|
|
#inspector-inspect-toolbutton:not([checked]):hover:active,
|
2011-11-03 06:37:14 -07:00
|
|
|
#inspector-tools > toolbarbutton:not([checked]):hover:active,
|
|
|
|
#devtools-sidebar-toolbar > toolbarbutton:not([checked]):hover:active {
|
2011-09-01 07:45:49 -07:00
|
|
|
border-color: hsla(210,8%,5%,.6);
|
|
|
|
background: -moz-linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3));
|
|
|
|
box-shadow: 0 0 3px hsla(210,8%,5%,.25) inset, 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 0 hsla(210,16%,76%,.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-inspect-toolbutton[checked],
|
2011-11-03 06:37:14 -07:00
|
|
|
#inspector-tools > toolbarbutton[checked],
|
|
|
|
#devtools-sidebar-toolbar > toolbarbutton[checked] {
|
2011-09-01 07:45:49 -07:00
|
|
|
color: hsl(208,100%,60%) !important;
|
|
|
|
border-color: hsla(210,8%,5%,.6);
|
|
|
|
background: -moz-linear-gradient(hsla(220,6%,10%,.6), hsla(210,11%,18%,.45) 75%, hsla(210,11%,30%,.4));
|
|
|
|
box-shadow: 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 0 hsla(210,16%,76%,.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-inspect-toolbutton[checked]:hover:active,
|
2011-11-03 06:37:14 -07:00
|
|
|
#inspector-tools > toolbarbutton[checked]:hover:active,
|
|
|
|
#devtools-sidebar-toolbar > toolbarbutton[checked]:hover:active {
|
2011-09-01 07:45:49 -07:00
|
|
|
background-color: hsla(210,8%,5%,.2);
|
|
|
|
}
|
2011-09-26 10:05:40 -07:00
|
|
|
|
2011-10-21 03:17:40 -07:00
|
|
|
/* Highlighter - toolbar resizers */
|
|
|
|
|
|
|
|
.inspector-resizer {
|
2011-09-26 10:05:40 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
cursor: n-resize;
|
|
|
|
}
|
|
|
|
|
2011-10-21 03:17:40 -07:00
|
|
|
#inspector-top-resizer {
|
|
|
|
background: none;
|
|
|
|
height: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-end-resizer {
|
|
|
|
width: 12px;
|
|
|
|
height: 8px;
|
|
|
|
background-image: -moz-linear-gradient(top, black 1px, rgba(255,255,255,0.2) 1px);
|
|
|
|
background-size: 10px 2px;
|
|
|
|
background-clip: padding-box;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: rgba(255, 255, 255, 0.05);
|
|
|
|
margin: 7px 7px 8px;
|
|
|
|
}
|
|
|
|
|
2011-09-27 13:01:24 -07:00
|
|
|
/* Highlighter - Node Infobar */
|
|
|
|
|
|
|
|
/* Highlighter - Node Infobar - text */
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-tagname {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-id {
|
|
|
|
color: hsl(90, 79%, 52%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlighter-nodeinfobar-class {
|
|
|
|
color: hsl(200, 100%, 65%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighter - Node Infobar - box & arrow */
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar {
|
|
|
|
border: 1px solid hsla(210, 19%, 63%, .5);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
background: -moz-linear-gradient(hsl(209, 18%, 30%), hsl(210, 24%, 16%)) no-repeat padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlighter-nodeinfobar-arrow {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
-moz-margin-start: -moz-calc(50% - 7px);
|
|
|
|
-moz-transform: rotate(-45deg);
|
|
|
|
border: 1px solid transparent;
|
|
|
|
background-clip: padding-box;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-arrow-top {
|
|
|
|
margin-bottom: -8px;
|
|
|
|
margin-top: 8px;
|
|
|
|
border-right-color: hsla(210, 19%, 63%, .5);
|
|
|
|
border-top-color: hsla(210, 19%, 63%, .5);
|
|
|
|
background-image: -moz-linear-gradient(bottom left, transparent 50%, hsl(209, 18%, 30%) 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-arrow-bottom {
|
|
|
|
margin-top: -8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
border-left-color: hsla(210, 19%, 63%, .5);
|
|
|
|
border-bottom-color: hsla(210, 19%, 63%, .5);
|
|
|
|
background-image: -moz-linear-gradient(top right, transparent 50%, hsl(210, 24%, 16%) 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-container[position="top"] > #highlighter-nodeinfobar,
|
|
|
|
#highlighter-nodeinfobar-container[position="overlap"] > #highlighter-nodeinfobar {
|
|
|
|
box-shadow: 0 1px 0 hsla(0, 0%, 100%, .1) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-container[hide-arrow] > #highlighter-nodeinfobar {
|
|
|
|
margin: 7px 0;
|
|
|
|
}
|
2011-10-21 04:59:09 -07:00
|
|
|
|
2011-10-28 01:28:05 -07:00
|
|
|
#full-screen-warning-message {
|
|
|
|
background-color: hsl(0,0%,15%);
|
|
|
|
color: white;
|
|
|
|
font-size: 32px;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-top: 30px;
|
|
|
|
padding: 30px 50px;
|
|
|
|
box-shadow: 0 0 2px white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-warning-container[obscure-browser] {
|
|
|
|
background-color: rgba(0,0,0,0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-warning-container[stop-obscuring-browser] {
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-moz-transition-duration: 500ms;
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
}
|
|
|
|
|
2011-10-21 04:59:09 -07:00
|
|
|
/* Highlighter toolbar - breadcrumbs */
|
|
|
|
|
|
|
|
#inspector-breadcrumbs {
|
|
|
|
padding: 0 6px;
|
|
|
|
/* A fake 1px-shadow is included in the border-images of the
|
|
|
|
inspector-breadcrumbs-buttons, to match toolbar-buttons style.
|
|
|
|
This negative margin compensate the extra row of pixels created
|
|
|
|
by the shadow.*/
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-width: 1px 13px 2px 13px;
|
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
max-width: 85px;
|
|
|
|
/* The content of the button can be larger than the button */
|
|
|
|
overflow: hidden;
|
|
|
|
min-height: 25px;
|
|
|
|
|
|
|
|
margin: 0 -11px 0 0;
|
|
|
|
padding: 0 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked] > .inspector-breadcrumbs-tag {
|
|
|
|
color: hsl(208,100%,60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked] > .inspector-breadcrumbs-id {
|
|
|
|
color: hsl(205,100%,70%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-id,
|
|
|
|
.inspector-breadcrumbs-classes {
|
|
|
|
color: #8d99a6;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighter toolbar - breadcrumbs - LTR */
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(ltr):first-of-type {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:not([checked]):hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked] {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked][siblings-menu-open],
|
|
|
|
.inspector-breadcrumbs-button[checked]:hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:first-of-type:not([checked]):hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked] {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type[checked],
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked]:hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:last-of-type:not([checked]):hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked] {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type[checked],
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked]:hover:active {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighter toolbar - breadcrumbs - RTL */
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(rtl):first-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:not([checked]):-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:not([checked]):hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked]:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked][siblings-menu-open]:-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button[checked]:hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type:not([checked]):-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:first-of-type:not([checked]):hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked]:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type[checked]:-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type:not([checked]):-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:last-of-type:not([checked]):hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked]:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected.png") 1 13 2 13 stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type[checked]:-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
|
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected-pressed.png") 1 13 2 13 stretch;
|
|
|
|
}
|