2007-11-07 00:50:18 -08:00
|
|
|
%if 0
|
2007-11-06 21:07:40 -08:00
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
2007-11-06 21:07:47 -08:00
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
2007-11-06 21:07:40 -08:00
|
|
|
*
|
2007-11-06 21:07:47 -08:00
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
2007-11-06 21:07:40 -08:00
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
|
|
|
*
|
|
|
|
* The Original Code is mozilla.org code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* Netscape Communications Corporation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Joe Hewitt (hewitt@netscape.com)
|
|
|
|
* Jason Kersey (kerz@netscape.com)
|
|
|
|
* Pierre Chanial (chanial@noos.fr)
|
|
|
|
* Dean Tessman (dean_tessman@hotmail.com)
|
2007-11-06 21:07:46 -08:00
|
|
|
* Blake Ross (blake@cs.stanford.edu)
|
2007-11-06 21:08:23 -08:00
|
|
|
* Pamela Greene (pamg.bugs@gmail.com)
|
2008-07-15 09:11:00 -07:00
|
|
|
* Dão Gottwald (dao@mozilla.com)
|
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-11-06 21:07:40 -08: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
|
2007-11-06 21:07:47 -08:00
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
2007-11-06 21:07:40 -08:00
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
2007-11-06 21:07:47 -08:00
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
2007-11-06 21:07:40 -08:00
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
2007-11-07 00:50:18 -08:00
|
|
|
%endif
|
2007-11-06 21:07:40 -08:00
|
|
|
|
|
|
|
@import url("chrome://global/skin/");
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2007-11-06 21:08:22 -08:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2011-11-09 23:59:20 -08:00
|
|
|
%include ../browserShared.inc
|
2010-09-04 01:46:24 -07:00
|
|
|
%filter substitution
|
|
|
|
%define toolbarHighlight rgba(255,255,255,.3)
|
2011-02-09 17:36:26 -08:00
|
|
|
%define selectedTabHighlight rgba(255,255,255,.8) 1px, rgba(255,255,255,.5) 3px
|
2011-10-15 03:18:14 -07:00
|
|
|
%define forwardTransitionLength 150ms
|
|
|
|
%define conditionalForwardWithUrlbar window:not([chromehidden~=toolbar]) :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"][mode=icons], #nav-bar:not([currentset])[mode=icons]) > #unified-back-forward-button
|
|
|
|
%define conditionalForwardWithUrlbar_small window:not([chromehidden~=toolbar]) :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"][mode=icons][iconsize=small],#nav-bar:not([currentset])[mode=icons][iconsize=small]) > #unified-back-forward-button
|
2011-11-01 12:08:21 -07:00
|
|
|
%define conditionalForwardWithUrlbarWidth 32
|
|
|
|
%define conditionalForwardWithUrlbarWidth_small 24
|
2010-08-23 14:35:34 -07:00
|
|
|
|
2007-11-06 21:07:54 -08:00
|
|
|
#menubar-items {
|
|
|
|
-moz-box-orient: vertical; /* for flex hack */
|
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
#main-menubar {
|
2007-11-06 21:07:54 -08:00
|
|
|
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
|
|
|
|
}
|
|
|
|
|
2010-09-04 01:46:24 -07:00
|
|
|
#navigator-toolbox {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border-top: none;
|
2011-02-09 17:36:26 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-window:not([disablechrome]) #navigator-toolbox[tabsontop=true] {
|
2010-09-04 01:46:24 -07:00
|
|
|
border-bottom: 1px solid ThreeDShadow;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2011-02-17 10:40:41 -08:00
|
|
|
#navigator-toolbox[tabsontop=true] > toolbar:not(:-moz-lwtheme):not(#toolbar-menubar):not(#TabsToolbar),
|
|
|
|
#navigator-toolbox[tabsontop=false] > toolbar:not(:-moz-lwtheme):not(#toolbar-menubar) {
|
2010-09-04 01:46:24 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
border-style: none;
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-bar:not(:-moz-lwtheme),
|
|
|
|
#nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme),
|
|
|
|
#nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme),
|
|
|
|
#navigator-toolbox[tabsontop="true"] > #nav-bar,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
|
|
|
|
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
|
|
|
|
background-image: -moz-linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
|
|
|
}
|
|
|
|
|
|
|
|
#personal-bookmarks {
|
|
|
|
min-height: 29px;
|
2007-11-06 21:08:25 -08:00
|
|
|
}
|
|
|
|
|
2010-09-04 01:46:14 -07:00
|
|
|
#browser-bottombox {
|
2010-08-27 16:15:08 -07:00
|
|
|
/* opaque for layers optimization */
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
}
|
|
|
|
|
2009-10-01 23:22:18 -07:00
|
|
|
#urlbar:-moz-lwtheme:not([focused="true"]),
|
2010-09-04 01:46:24 -07:00
|
|
|
.searchbar-textbox:-moz-lwtheme:not([focused="true"]) {
|
2009-09-04 03:58:18 -07:00
|
|
|
opacity: .85;
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Places toolbar */
|
2007-11-06 21:07:40 -08:00
|
|
|
toolbarbutton.bookmark-item {
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item:hover:active,
|
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2007-11-06 21:07:48 -08:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 2px;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item > .toolbarbutton-icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Prevent [mode="icons"] from hiding the label */
|
|
|
|
.bookmark-item > .toolbarbutton-text {
|
|
|
|
display: -moz-box !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-01-29 14:26:19 -08:00
|
|
|
/* Dropmarker for folder bookmarks */
|
2008-01-17 02:24:31 -08:00
|
|
|
.bookmark-item[container] > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: -moz-box !important;
|
|
|
|
}
|
|
|
|
|
2009-10-14 04:56:59 -07:00
|
|
|
#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
|
2011-12-21 15:16:05 -08:00
|
|
|
background: url("chrome://browser/skin/places/bookmarksToolbar.png") no-repeat center;
|
2009-10-14 04:56:59 -07:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08: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-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Bookmark menus */
|
2007-11-06 21:07:40 -08:00
|
|
|
menu.bookmark-item,
|
|
|
|
menuitem.bookmark-item {
|
|
|
|
min-width: 0;
|
2011-01-12 15:49:29 -08:00
|
|
|
max-width: 32em;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:08:23 -08:00
|
|
|
.bookmark-item > .menu-iconic-left {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
2007-11-06 21:08:23 -08:00
|
|
|
-moz-padding-start: 0px;
|
2007-11-06 21:07:54 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Bookmark drag and drop styles */
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menupopup-drop-indicator {
|
|
|
|
list-style-image: none;
|
|
|
|
height: 2px;
|
|
|
|
-moz-margin-end: -4em;
|
|
|
|
background-color: Highlight;
|
|
|
|
}
|
|
|
|
|
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-11-07 00:50:18 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Bookmark items */
|
2007-11-27 15:48:41 -08:00
|
|
|
.bookmark-item:not([container]) {
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-20 17:45:38 -08:00
|
|
|
.bookmark-item[container] {
|
2007-11-27 15:48:41 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-20 17:45:38 -08:00
|
|
|
.bookmark-item[container][livemark] {
|
2008-02-26 17:03:36 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
|
2007-11-06 21:07:46 -08:00
|
|
|
}
|
|
|
|
|
2008-02-23 23:38:39 -08:00
|
|
|
.bookmark-item[container][livemark] .bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/livemark-item.png");
|
|
|
|
}
|
|
|
|
|
2008-04-15 10:09:00 -07:00
|
|
|
.bookmark-item[container][query] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][tagContainer] {
|
2011-11-29 04:27:48 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
2007-11-20 17:45:38 -08:00
|
|
|
}
|
|
|
|
|
2008-04-15 10:09:00 -07:00
|
|
|
.bookmark-item[query][dayContainer] {
|
2008-05-01 14:50:03 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
2008-04-15 10:09:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer][open] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
2007-11-06 21:09:25 -08:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2007-11-30 23:00:38 -08:00
|
|
|
/* Stock icons for the menu bar items */
|
2010-11-05 01:27:48 -07:00
|
|
|
menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
|
2007-11-30 23:00:38 -08:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_newNavigator,
|
2008-03-28 01:42:31 -07:00
|
|
|
#placesContext_open\:newwindow,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_newNavigator,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-openlink,
|
|
|
|
#context-openframe {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 80px 16px 64px);
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_newTab,
|
|
|
|
#appmenu_newTab_popup,
|
2008-03-28 01:42:31 -07:00
|
|
|
#placesContext_open\:newtab,
|
|
|
|
#placesContext_openContainer\:tabs,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_newNavigatorTab,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-openlinkintab,
|
|
|
|
#context-openframeintab {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 64px 16px 48px);
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_openFile,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_openFile {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-open?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_close {
|
2009-11-03 00:31:30 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2007-11-30 23:00:38 -08:00
|
|
|
}
|
|
|
|
|
2008-10-22 23:36:52 -07:00
|
|
|
#context-media-play {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-media-pause {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_savePage,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_savePage,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-savelink,
|
|
|
|
#context-saveimage,
|
2008-10-22 23:36:52 -07:00
|
|
|
#context-savevideo,
|
|
|
|
#context-saveaudio,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-savepage,
|
|
|
|
#context-saveframe {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-save-as?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_printPreview,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_printPreview {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print-preview?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_print,
|
|
|
|
#appmenu_print_popup,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_print,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-printframe {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu-quit,
|
2007-11-30 23:00:38 -08:00
|
|
|
#menu_FileQuitItem {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-quit?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_undo,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-undo {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_undo[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-undo[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_redo {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_redo[disabled] {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_cut,
|
|
|
|
#placesContext_cut,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-cut {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_cut[disabled],
|
|
|
|
#placesContext_cut[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-cut[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_copy,
|
|
|
|
#placesContext_copy,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-copy,
|
|
|
|
#context-copyimage,
|
2008-10-22 23:36:52 -07:00
|
|
|
#context-copyvideourl,
|
|
|
|
#context-copyaudiourl,
|
2008-02-23 23:41:52 -08:00
|
|
|
#context-copylink,
|
|
|
|
#context-copyemail {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_copy[disabled],
|
|
|
|
#placesContext_copy[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-copy[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_paste,
|
|
|
|
#placesContext_paste,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-paste {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_paste[disabled],
|
|
|
|
#placesContext_paste[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-paste[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_delete,
|
|
|
|
#placesContext_delete,
|
|
|
|
#placesContext_delete_history,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-delete {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_delete[disabled],
|
|
|
|
#placesContext_delete[disabled],
|
|
|
|
#placesContext_delete_history[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-delete[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_selectAll,
|
|
|
|
#context-selectall {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_find,
|
2007-11-30 23:00:38 -08:00
|
|
|
#menu_find {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-find?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_find[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-find?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_customize,
|
|
|
|
#appmenu_preferences,
|
2007-11-30 23:00:38 -08:00
|
|
|
#menu_preferences {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-preferences?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_stop,
|
2008-02-23 02:35:43 -08:00
|
|
|
#context-stop {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_stop[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-stop[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_reload,
|
2008-03-28 01:42:31 -07:00
|
|
|
#placesContext_reload,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-reload,
|
|
|
|
#context-reloadframe {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_reload[disabled],
|
2007-12-10 15:29:27 -08:00
|
|
|
#context-reload[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_zoomEnlarge {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-in?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_zoomReduce {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-out?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_zoomReset {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-100?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#historyMenuBack,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-back {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
|
2007-11-30 23:00:38 -08:00
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#historyMenuBack[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-back[disabled] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
#historyMenuBack:-moz-locale-dir(rtl),
|
|
|
|
#context-back:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
#historyMenuBack[disabled]:-moz-locale-dir(rtl),
|
|
|
|
#context-back[disabled]:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
|
2007-11-30 23:00:38 -08:00
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#historyMenuForward,
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-forward {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
|
2007-11-30 23:00:38 -08:00
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#historyMenuForward[disabled],
|
2007-11-30 23:00:38 -08:00
|
|
|
#context-forward[disabled] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
#historyMenuForward:-moz-locale-dir(rtl),
|
|
|
|
#context-forward:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
#historyMenuForward[disabled]:-moz-locale-dir(rtl),
|
|
|
|
#context-forward[disabled]:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
|
2007-11-30 23:00:38 -08:00
|
|
|
}
|
|
|
|
|
2008-03-28 01:42:31 -07:00
|
|
|
#historyMenuHome {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_history,
|
|
|
|
#appmenu_showAllHistory,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_showAllHistory {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_bookmarks,
|
|
|
|
#appmenu_showAllBookmarks,
|
2009-03-22 01:50:51 -07:00
|
|
|
#bookmarksShowAll {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
2010-11-05 01:29:10 -07:00
|
|
|
#subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#subscribeToPageMenupopup,
|
|
|
|
#BMB_subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#BMB_subscribeToPageMenupopup {
|
|
|
|
list-style-image: url("chrome://browser/skin/page-livemarks.png");
|
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarksToolbarFolderMenu,
|
2010-10-06 05:16:05 -07:00
|
|
|
#BMB_bookmarksToolbar {
|
2010-10-26 11:55:55 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#BMB_bookmarkThisPage {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/starPage.png");
|
2008-04-08 17:39:18 -07:00
|
|
|
}
|
|
|
|
|
2010-10-06 05:16:05 -07:00
|
|
|
#BMB_unsortedBookmarks {
|
2010-10-26 11:55:55 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
|
2010-06-24 10:08:43 -07:00
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_downloads,
|
2007-11-30 23:00:38 -08:00
|
|
|
#menu_openDownloads {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2011-01-18 00:46:02 -08:00
|
|
|
#appmenu_addons,
|
|
|
|
#menu_openAddons {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
|
|
|
|
}
|
|
|
|
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_pageInfo,
|
2008-02-26 16:55:45 -08:00
|
|
|
#context-viewinfo,
|
|
|
|
#context-viewframeinfo {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-info?size=menu");
|
|
|
|
}
|
|
|
|
|
2011-01-18 00:46:02 -08:00
|
|
|
#appmenu_privateBrowsing,
|
|
|
|
#privateBrowsingItem {
|
|
|
|
list-style-image: url("chrome://browser/skin/Privacy-16.png");
|
|
|
|
}
|
|
|
|
|
2009-09-01 06:21:35 -07:00
|
|
|
#placesContext_show\:info {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-properties?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_sanitizeHistory,
|
2007-11-30 23:00:38 -08:00
|
|
|
#sanitizeItem {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_help,
|
|
|
|
#appmenu_openHelp,
|
2009-03-22 01:50:51 -07:00
|
|
|
#menu_openHelp {
|
2007-11-30 23:00:38 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-help?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-11-12 02:01:00 -08:00
|
|
|
#appmenu_about,
|
2007-11-30 23:00:38 -08:00
|
|
|
#aboutName {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-about?size=menu");
|
|
|
|
}
|
|
|
|
|
2008-02-23 02:35:43 -08:00
|
|
|
#javascriptConsole {
|
|
|
|
list-style-image: url("chrome://global/skin/console/console.png");
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Primary toolbar buttons */
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1:not([type="menu-button"]) {
|
2007-11-06 21:07:40 -08:00
|
|
|
-moz-box-orient: vertical;
|
2007-11-06 21:08:23 -08:00
|
|
|
min-width: 0;
|
2007-11-06 21:07:40 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
2007-11-06 21:07:46 -08:00
|
|
|
}
|
2007-11-06 21:08:24 -08:00
|
|
|
|
2008-03-08 02:24:17 -08:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-icon {
|
2010-08-23 14:03:42 -07:00
|
|
|
-moz-margin-end: 0;
|
2007-11-06 21:07:46 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar[mode="full"] .toolbarbutton-1:not([type="menu-button"]),
|
|
|
|
toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
2007-11-06 21:07:46 -08:00
|
|
|
min-width: 57px;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2010-08-23 14:03:42 -07:00
|
|
|
.toolbarbutton-1:not([type="menu-button"]),
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
2007-11-06 21:07:46 -08:00
|
|
|
padding: 5px;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:46 -08:00
|
|
|
.toolbarbutton-1[checked="true"] {
|
2007-11-06 21:08:23 -08:00
|
|
|
padding: 5px !important;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* 24px primary toolbar buttons */
|
2007-11-06 21:08:23 -08:00
|
|
|
#back-button {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2007-11-06 21:08:23 -08:00
|
|
|
#back-button[disabled="true"] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
#back-button:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar");
|
|
|
|
}
|
2009-07-29 11:33:53 -07:00
|
|
|
#back-button[disabled="true"]:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar&state=disabled");
|
2007-11-06 21:08:37 -08:00
|
|
|
}
|
|
|
|
|
2011-10-15 03:18:14 -07:00
|
|
|
#forward-button,
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2011-10-15 03:18:14 -07:00
|
|
|
#forward-button:-moz-locale-dir(rtl),
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:-moz-locale-dir(rtl) {
|
2011-09-27 01:24:09 -07:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar");
|
2011-08-22 11:52:43 -07:00
|
|
|
}
|
2011-08-22 11:52:43 -07:00
|
|
|
|
2011-10-15 03:18:14 -07:00
|
|
|
#forward-button[disabled] {
|
2011-08-22 11:52:43 -07:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar&state=disabled");
|
|
|
|
}
|
2011-10-15 03:18:14 -07:00
|
|
|
#forward-button[disabled]:-moz-locale-dir(rtl) {
|
2011-09-27 01:24:09 -07:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar&state=disabled");
|
2011-08-22 11:52:43 -07:00
|
|
|
}
|
|
|
|
|
2011-10-15 03:18:14 -07:00
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) > #forward-button {
|
|
|
|
-moz-transition: @forwardTransitionLength@ ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button[disabled] {
|
2011-08-22 11:52:43 -07:00
|
|
|
-moz-transform: scale(0);
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
#reload-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
#reload-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=toolbar&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
#stop-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=toolbar");
|
2007-11-07 00:50:18 -08:00
|
|
|
}
|
|
|
|
#stop-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=toolbar&state=disabled");
|
2007-11-07 00:50:18 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
|
|
|
#home-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2009-12-16 02:16:09 -08:00
|
|
|
#home-button[disabled="true"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=toolbar&state=disabled");
|
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2010-09-10 14:51:14 -07:00
|
|
|
/* tabview button */
|
|
|
|
|
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);
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 80px, 16px, 64px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#tabview-button[groups="0"],
|
|
|
|
#menu_tabview[groups="0"] {
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#tabview-button[groups="1"],
|
|
|
|
#menu_tabview[groups="1"] {
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#tabview-button[groups="2"],
|
|
|
|
#menu_tabview[groups="2"] {
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 02:35:02 -08:00
|
|
|
#tabview-button[groups="3"],
|
|
|
|
#menu_tabview[groups="3"] {
|
2010-09-10 14:51:14 -07:00
|
|
|
-moz-image-region: rect(0, 64px, 16px, 48px);
|
2010-07-11 11:26:36 -07:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
#downloads-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 24px 24px 0px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#history-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 48px 24px 24px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarks-button,
|
|
|
|
#bookmarks-menu-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 72px 24px 48px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
#bookmarks-menu-button.bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.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;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
#print-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
#print-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=toolbar&state=disabled");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2009-01-23 00:13:13 -08:00
|
|
|
#new-tab-button {
|
|
|
|
-moz-image-region: rect(0px 96px 24px 72px);
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
#new-window-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 120px 24px 96px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#cut-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
#cut-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=toolbar&state=disabled");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#copy-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
#copy-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=toolbar&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
|
|
|
#paste-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=toolbar");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
#paste-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=toolbar&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2009-07-31 10:58:17 -07:00
|
|
|
#fullscreen-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-fullscreen?size=toolbar");
|
|
|
|
}
|
|
|
|
|
2010-09-11 03:07:47 -07:00
|
|
|
#zoom-out-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-out?size=toolbar");
|
2010-09-15 13:49:13 -07:00
|
|
|
}
|
2010-09-16 04:23:13 -07:00
|
|
|
|
2010-09-11 03:07:47 -07:00
|
|
|
#zoom-in-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-in?size=toolbar");
|
|
|
|
}
|
|
|
|
|
2010-09-16 04:23:13 -07:00
|
|
|
#sync-button {
|
2010-09-15 13:49:13 -07:00
|
|
|
-moz-image-region: rect(0px 144px 24px 120px);
|
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-24-throbber.png");
|
|
|
|
-moz-image-region: rect(0px 24px 24px 0px);
|
2010-09-10 10:00:55 -07:00
|
|
|
}
|
|
|
|
|
2010-10-15 10:57:10 -07:00
|
|
|
#feed-button {
|
|
|
|
-moz-image-region: rect(0px 168px 24px 144px);
|
|
|
|
}
|
|
|
|
|
2010-12-23 11:55:04 -08:00
|
|
|
#feed-button[disabled="true"] > .toolbarbutton-icon {
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* 16px primary toolbar buttons */
|
2010-08-23 14:03:42 -07:00
|
|
|
toolbar[iconsize="small"] .toolbarbutton-1:not([type="menu-button"]) {
|
2007-11-06 21:07:40 -08:00
|
|
|
-moz-box-orient: vertical;
|
2007-11-06 21:08:23 -08:00
|
|
|
min-width: 0;
|
2007-11-06 21:07:40 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
}
|
2007-11-06 21:08:24 -08:00
|
|
|
|
2007-11-06 21:07:46 -08:00
|
|
|
toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"] {
|
2007-11-06 21:08:23 -08:00
|
|
|
border: 0 !important;
|
2007-11-06 21:07:46 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:08:23 -08:00
|
|
|
toolbar[iconsize="small"] #back-button {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2008-02-23 01:39:51 -08:00
|
|
|
.unified-nav-back[_moz-menuactive] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu") !important;
|
|
|
|
}
|
2007-11-06 21:08:23 -08:00
|
|
|
toolbar[iconsize="small"] #back-button[disabled="true"] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
toolbar[iconsize="small"] #back-button:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
|
|
|
|
}
|
2009-08-07 01:42:16 -07:00
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-02-23 01:39:51 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu") !important;
|
|
|
|
}
|
2009-07-29 11:33:53 -07:00
|
|
|
toolbar[iconsize="small"] #back-button[disabled="true"]:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
|
2007-11-06 21:08:37 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2011-10-15 03:18:14 -07:00
|
|
|
toolbar[iconsize=small] #forward-button,
|
|
|
|
@conditionalForwardWithUrlbar_small@ > #forward-button {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2008-02-23 01:39:51 -08:00
|
|
|
.unified-nav-forward[_moz-menuactive] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu") !important;
|
|
|
|
}
|
2011-10-15 03:18:14 -07:00
|
|
|
toolbar[iconsize=small] #forward-button[disabled] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2011-10-15 03:18:14 -07:00
|
|
|
toolbar[iconsize=small] #forward-button:-moz-locale-dir(rtl),
|
|
|
|
@conditionalForwardWithUrlbar_small@ > #forward-button:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
|
|
|
|
}
|
2009-08-07 01:42:16 -07:00
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-02-23 01:39:51 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu") !important;
|
|
|
|
}
|
2011-10-15 03:18:14 -07:00
|
|
|
toolbar[iconsize=small] #forward-button[disabled]:-moz-locale-dir(rtl) {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
|
2007-11-06 21:08:37 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
toolbar[iconsize="small"] #stop-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #stop-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #reload-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #reload-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2010-09-02 19:20:12 -07:00
|
|
|
toolbar[iconsize="small"] #home-button,
|
2008-01-30 15:16:52 -08:00
|
|
|
#home-button.bookmark-item {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2009-12-16 02:16:09 -08:00
|
|
|
toolbar[iconsize="small"] #home-button[disabled="true"],
|
|
|
|
#home-button.bookmark-item[disabled="true"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=menu&state=disabled");
|
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
|
|
|
toolbar[iconsize="small"] #downloads-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #history-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2010-06-24 10:08:43 -07:00
|
|
|
toolbar[iconsize="small"] #bookmarks-button,
|
|
|
|
toolbar[iconsize="small"] #bookmarks-menu-button,
|
|
|
|
#bookmarks-menu-button.bookmark-item {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #print-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #print-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=menu&state=disabled");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2009-01-23 00:13:13 -08:00
|
|
|
toolbar[iconsize="small"] #new-tab-button {
|
|
|
|
-moz-image-region: rect(0px 64px 16px 48px);
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
toolbar[iconsize="small"] #new-window-button {
|
2007-11-23 21:26:44 -08:00
|
|
|
-moz-image-region: rect(0px 80px 16px 64px);
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #cut-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #cut-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #copy-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #copy-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
|
|
|
toolbar[iconsize="small"] #paste-button {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
2007-11-14 23:42:57 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled");
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2009-07-31 10:58:17 -07:00
|
|
|
toolbar[iconsize="small"] #fullscreen-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-fullscreen?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-09-11 03:07:47 -07:00
|
|
|
toolbar[iconsize="small"] #zoom-out-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-out?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[iconsize="small"] #zoom-in-button {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-in?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-09-15 13:49:13 -07:00
|
|
|
toolbar[iconsize="small"] #sync-button {
|
|
|
|
-moz-image-region: rect(0px 96px 16px 80px);
|
|
|
|
}
|
|
|
|
toolbar[iconsize="small"] #sync-button[status="active"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/sync-16-throbber.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2010-10-15 10:57:10 -07:00
|
|
|
toolbar[iconsize="small"] #feed-button {
|
|
|
|
-moz-image-region: rect(0px 112px 16px 96px);
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Fullscreen window controls */
|
2007-11-06 21:07:40 -08:00
|
|
|
#window-controls {
|
2007-11-06 21:08:25 -08:00
|
|
|
-moz-box-align: start;
|
2011-01-18 00:43:21 -08:00
|
|
|
-moz-margin-start: 10px;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#minimize-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Minimize.gif");
|
|
|
|
}
|
|
|
|
#restore-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Restore.gif");
|
|
|
|
}
|
|
|
|
#close-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Close.gif");
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Location bar */
|
2007-11-06 21:07:40 -08:00
|
|
|
#urlbar {
|
2007-11-06 21:08:23 -08:00
|
|
|
width: 7em;
|
|
|
|
min-width: 7em;
|
2009-03-09 08:10:29 -07:00
|
|
|
-moz-appearance: textfield;
|
2010-09-02 19:20:12 -07:00
|
|
|
padding: 0;
|
2009-03-09 08:10:29 -07:00
|
|
|
}
|
|
|
|
|
2011-02-02 22:48:39 -08:00
|
|
|
.urlbar-textbox-container {
|
2009-03-09 08:10:29 -07:00
|
|
|
-moz-appearance: none;
|
2011-02-10 16:59:40 -08:00
|
|
|
-moz-box-align: stretch;
|
2009-03-09 08:10:29 -07:00
|
|
|
}
|
|
|
|
|
2010-09-14 22:41:16 -07:00
|
|
|
.urlbar-history-dropmarker {
|
2009-03-09 08:10:29 -07:00
|
|
|
-moz-appearance: toolbarbutton-dropdown;
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-container {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-moz-box-align: stretch;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2011-11-01 12:08:21 -07:00
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container {
|
|
|
|
-moz-padding-start: @conditionalForwardWithUrlbarWidth@px;
|
|
|
|
-moz-margin-start: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
position: relative;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar_small@ + #urlbar-container {
|
|
|
|
-moz-padding-start: @conditionalForwardWithUrlbarWidth_small@px;
|
|
|
|
-moz-margin-start: -@conditionalForwardWithUrlbarWidth_small@px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar {
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) + #urlbar-container > #urlbar {
|
|
|
|
-moz-transition: margin-left @forwardTransitionLength@ ease-out,
|
|
|
|
margin-right @forwardTransitionLength@ ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar:-moz-locale-dir(ltr) {
|
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
margin-right: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
|
|
|
@conditionalForwardWithUrlbar_small@[forwarddisabled] + #urlbar-container > #urlbar:-moz-locale-dir(ltr) {
|
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth_small@px;
|
|
|
|
}
|
|
|
|
@conditionalForwardWithUrlbar_small@[forwarddisabled] + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
margin-right: -@conditionalForwardWithUrlbarWidth_small@px;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:08:23 -08:00
|
|
|
#urlbar-icons {
|
2007-11-23 22:00:27 -08:00
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2008-02-07 01:05:53 -08:00
|
|
|
.urlbar-icon {
|
|
|
|
cursor: pointer;
|
2011-09-24 04:03:09 -07:00
|
|
|
padding: 0 3px;
|
2008-02-07 01:05:53 -08:00
|
|
|
}
|
|
|
|
|
2008-01-10 01:16:24 -08:00
|
|
|
#urlbar-search-splitter {
|
|
|
|
-moz-appearance: none;
|
|
|
|
width: 8px;
|
|
|
|
-moz-margin-start: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-search-splitter + #urlbar-container > #urlbar ,
|
|
|
|
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-22 03:21:35 -08:00
|
|
|
#urlbar-display-box {
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
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-09-08 04:39:35 -07:00
|
|
|
/* Favicon */
|
2011-12-08 15:43:07 -08:00
|
|
|
#page-proxy-favicon {
|
2010-09-08 04:39:35 -07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-12-30 11:14:37 -08:00
|
|
|
margin: 2px 4px;
|
2008-02-25 14:30:48 -08:00
|
|
|
}
|
2007-11-06 21:07:40 -08:00
|
|
|
|
2010-09-08 04:39:35 -07:00
|
|
|
#page-proxy-favicon:not([src]) {
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2010-09-08 04:39:35 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-proxy-favicon[pageproxystate="invalid"] {
|
2011-01-18 00:43:01 -08:00
|
|
|
opacity: 0.3;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2010-09-08 04:39:35 -07:00
|
|
|
/* Identity indicator */
|
2007-11-07 00:50:18 -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 rgba(0,0,0,.1);
|
|
|
|
padding: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 2.5px;
|
|
|
|
border-bottom-left-radius: 2.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 2.5px;
|
|
|
|
border-bottom-right-radius: 2.5px;
|
2009-03-09 08:10:29 -07:00
|
|
|
}
|
|
|
|
|
2010-08-12 00:39:50 -07:00
|
|
|
#identity-box:-moz-focusring {
|
2011-03-18 14:21:02 -07:00
|
|
|
outline: 1px dotted #000;
|
|
|
|
outline-offset: -3px;
|
2007-11-07 00:50:18 -08:00
|
|
|
}
|
|
|
|
|
2010-03-12 03:43:13 -08:00
|
|
|
#identity-box:hover:active,
|
|
|
|
#identity-box[open="true"] {
|
2011-03-18 14:21:02 -07:00
|
|
|
background-image: -moz-linear-gradient(hsl(0,0%,92%), hsl(0,0%,82%));
|
|
|
|
box-shadow: 0 1px 1px hsla(0,0%,0%,.3) inset,
|
|
|
|
0 1px 3px hsla(0,0%,0%,.3) inset;
|
2009-03-06 03:14:45 -08:00
|
|
|
}
|
|
|
|
|
2010-02-21 14:05:05 -08:00
|
|
|
#identity-icon-labels {
|
2010-09-09 04:44:44 -07:00
|
|
|
-moz-padding-start: 2px;
|
2011-03-18 14:21:02 -07:00
|
|
|
-moz-padding-end: 5px;
|
2008-01-30 15:35:05 -08:00
|
|
|
}
|
|
|
|
|
2009-03-06 03:14:45 -08: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%));
|
|
|
|
box-shadow: 0 1px 0 hsla(215,54%,33%,.05) inset;
|
|
|
|
-moz-border-end-color: hsla(215,54%,33%,.2);
|
|
|
|
color: hsl(215,54%,33%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedDomain:hover:active,
|
|
|
|
#identity-box.verifiedDomain[open="true"] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(215,80%,80%), hsl(215,67%,65%));
|
|
|
|
box-shadow: 0 1px 1px hsla(215,54%,33%,.7) inset,
|
|
|
|
0 1px 3px 1px hsla(215,54%,33%,.5) inset;
|
2008-04-24 17:04:46 -07:00
|
|
|
}
|
|
|
|
|
2009-03-06 03:14:45 -08: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%));
|
|
|
|
box-shadow: 0 1px 0 hsla(92,81%,16%,.05) inset;
|
|
|
|
-moz-border-end-color: hsla(92,81%,16%,.2);
|
|
|
|
color: hsl(92,81%,16%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedIdentity:hover:active,
|
|
|
|
#identity-box.verifiedIdentity[open="true"] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(92,65%,70%), hsl(92,40%,48%));
|
|
|
|
box-shadow: 0 1px 1px hsla(92,81%,16%,.6) inset,
|
|
|
|
0 1px 3px 1px hsla(92,81%,16%,.5) inset;
|
2007-11-07 00:50:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Identity popup icons */
|
|
|
|
#identity-popup-icon {
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
padding: 0;
|
|
|
|
list-style-image: url("chrome://browser/skin/identity.png");
|
|
|
|
-moz-image-region: rect(0px, 64px, 64px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
|
2007-11-07 00:50:18 -08:00
|
|
|
-moz-image-region: rect(64px, 64px, 128px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
|
2007-11-07 00:50:18 -08:00
|
|
|
-moz-image-region: rect(128px, 64px, 192px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-01-29 20:21:53 -08:00
|
|
|
/* Identity 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;
|
2009-08-03 02:31:13 -07:00
|
|
|
-moz-padding-start: 15px;
|
2008-01-29 20:21:53 -08:00
|
|
|
margin: 2px 0 4px;
|
2007-12-13 07:08:23 -08:00
|
|
|
}
|
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
.identity-popup-label {
|
2008-03-04 03:32:11 -08:00
|
|
|
white-space: pre-wrap;
|
2009-08-03 02:31:13 -07:00
|
|
|
-moz-padding-start: 15px;
|
2008-01-29 20:21:53 -08:00
|
|
|
margin: 0;
|
2008-01-29 10:26:00 -08:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-host ,
|
|
|
|
#identity-popup-content-owner {
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
2008-01-29 20:21:53 -08: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%;
|
2007-11-07 00:50:18 -08:00
|
|
|
}
|
|
|
|
|
2008-03-04 03:32:11 -08:00
|
|
|
#identity-popup-content-owner {
|
|
|
|
margin-bottom: 0 !important;
|
2007-11-07 00:50:18 -08: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;
|
2009-08-03 02:31:13 -07:00
|
|
|
-moz-margin-start: -18px;
|
2007-11-07 00:50:18 -08: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 {
|
2007-11-07 00:50:18 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Secure.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Identity popup bounding box */
|
|
|
|
#identity-popup-container {
|
|
|
|
min-width: 280px;
|
|
|
|
}
|
|
|
|
|
2010-04-09 10:45:25 -07:00
|
|
|
/* Notification popup */
|
|
|
|
#notification-popup {
|
|
|
|
min-width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2010-04-09 10:45:25 -07:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cancel?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-09-09 15:15:40 -07:00
|
|
|
.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);
|
|
|
|
}
|
|
|
|
|
2010-04-09 10:45:25 -07:00
|
|
|
/* Notification icon box */
|
|
|
|
#notification-popup-box {
|
2011-03-18 14:21:02 -07:00
|
|
|
position: relative;
|
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
|
|
|
padding-left: 4px;
|
|
|
|
border-radius: 2.5px 0 0 2.5px;
|
2011-12-22 15:35:20 -08:00
|
|
|
border-width: 0 8px 0 0;
|
|
|
|
border-style: solid;
|
2011-12-23 17:16:26 -08:00
|
|
|
-moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 fill;
|
|
|
|
-moz-margin-end: -8px;
|
2011-03-18 14:21:02 -07:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-popup-box:not([hidden]) + #identity-box {
|
|
|
|
-moz-padding-start: 10px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
2010-06-23 09:53:09 -07:00
|
|
|
.notification-anchor-icon:-moz-focusring {
|
|
|
|
outline: 1px dotted -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
#addons-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric-16.png);
|
|
|
|
}
|
|
|
|
|
2010-09-09 15:15:40 -07:00
|
|
|
#indexedDB-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/question-16.png);
|
|
|
|
}
|
|
|
|
|
2010-09-09 19:08:26 -07:00
|
|
|
#password-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-16.png);
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:46 -08:00
|
|
|
#treecolAutoCompleteImage {
|
2007-11-29 20:57:57 -08:00
|
|
|
max-width : 36px;
|
2007-11-06 21:09:03 -08:00
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
.ac-result-type-bookmark,
|
2007-11-06 21:09:46 -08:00
|
|
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
2007-11-06 21:09:45 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
2007-11-06 21:09:46 -08:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-07-17 04:48:40 -07:00
|
|
|
.ac-result-type-keyword,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
|
2009-11-03 00:32:00 -08:00
|
|
|
list-style-image: url(moz-icon://stock/gtk-find?size=menu);
|
2008-07-17 04:48:40 -07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
.ac-result-type-tag,
|
2007-11-06 21:09:46 -08:00
|
|
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
|
|
|
width: 16px;
|
2007-11-06 21:09:09 -08:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
.ac-comment {
|
2008-03-20 10:54:20 -07:00
|
|
|
font-size: 1.15em;
|
2007-11-29 20:57:57 -08:00
|
|
|
}
|
|
|
|
|
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;
|
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-11-06 21:07:40 -08: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-11-06 21:07:40 -08:00
|
|
|
}
|
2007-11-06 21:08:15 -08:00
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
|
2007-11-07 00:50:18 -08:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
|
2007-11-06 21:08:15 -08:00
|
|
|
color: GrayText;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell(suggesthint) {
|
|
|
|
border-top: 1px solid GrayText;
|
|
|
|
}
|
2007-11-06 21:08:23 -08:00
|
|
|
|
2010-09-02 19:20:12 -07:00
|
|
|
/* Combined go/reload/stop button in location bar */
|
|
|
|
|
2011-09-24 04:04:07 -07:00
|
|
|
#go-button {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2010-09-02 19:20:12 -07:00
|
|
|
#urlbar > toolbarbutton {
|
|
|
|
-moz-appearance: none;
|
2011-09-24 04:03:09 -07:00
|
|
|
padding: 0;
|
2010-09-02 19:20:12 -07:00
|
|
|
border: none;
|
2011-09-24 04:03:09 -07:00
|
|
|
cursor: pointer;
|
|
|
|
width: 22px;
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button,
|
2010-09-02 19:20:12 -07:00
|
|
|
#urlbar-go-button {
|
2011-09-24 04:03:09 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/Go-arrow.png");
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
2011-09-24 04:03:09 -07:00
|
|
|
#go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
|
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
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
2010-09-02 19:20:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-stop-button {
|
2011-09-24 04:03:09 -07:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
|
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/Info.png");
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Star button */
|
2007-11-23 22:00:27 -08:00
|
|
|
#star-button {
|
|
|
|
padding: 1px;
|
2007-11-06 21:09:12 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/places/starPage.png");
|
|
|
|
}
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
#star-button[starred="true"] {
|
2007-11-06 21:09:12 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2008-01-29 20:37:20 -08:00
|
|
|
/* Bookmarking panel */
|
|
|
|
#editBookmarkPanelStarIcon {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/starred48.png");
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editBookmarkPanelStarIcon[unstarred] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/unstarred48.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#editBookmarkPanelTitle {
|
|
|
|
font-size: 130%;
|
|
|
|
}
|
|
|
|
|
2009-03-25 15:18:23 -07:00
|
|
|
#editBookmarkPanelHeader,
|
|
|
|
#editBookmarkPanelContent {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
2009-01-13 02:48:26 -08:00
|
|
|
/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
|
|
|
|
#editBMPanel_folderTree {
|
2009-01-17 06:45:37 -08:00
|
|
|
min-width: 27em;
|
2009-01-13 02:48:26 -08:00
|
|
|
}
|
|
|
|
|
2011-05-23 21:16:39 -07:00
|
|
|
.panel-promo-box {
|
|
|
|
margin: 8px -10px -10px -10px;
|
2011-06-23 05:35:11 -07:00
|
|
|
padding: 8px 10px;
|
2011-05-23 21:16:39 -07:00
|
|
|
border-top: 1px solid ThreeDShadow;
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,0%,.15), hsla(0,0%,0%,.08) 6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton > .toolbarbutton-text {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Content area */
|
2007-11-06 21:09:12 -08:00
|
|
|
#sidebar {
|
|
|
|
background-color: Window;
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Throbber */
|
2007-11-06 21:07:40 -08:00
|
|
|
#navigator-throbber {
|
2008-10-25 06:15:53 -07:00
|
|
|
width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
margin: 0 3px;
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
2007-11-06 21:07:46 -08:00
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
#navigator-throbber[busy="true"] {
|
2008-04-08 22:32:16 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-11-06 21:07:40 -08:00
|
|
|
}
|
|
|
|
|
2009-11-01 15:24:12 -08:00
|
|
|
#navigator-throbber,
|
|
|
|
#wrapper-navigator-throbber > #navigator-throbber {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
|
|
|
}
|
|
|
|
|
2010-09-04 01:46:24 -07:00
|
|
|
/* Tabstrip */
|
2011-02-09 17:36:26 -08:00
|
|
|
|
2010-03-16 23:36:13 -07:00
|
|
|
#TabsToolbar {
|
|
|
|
min-height: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-02-17 10:40:41 -08:00
|
|
|
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme) {
|
|
|
|
-moz-appearance: menubar;
|
|
|
|
color: -moz-menubartext;
|
2011-03-23 04:36:50 -07:00
|
|
|
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
|
2011-02-17 10:40:41 -08:00
|
|
|
}
|
|
|
|
|
2011-02-23 12:07:35 -08:00
|
|
|
#TabsToolbar[tabsontop=true]:not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-drag");
|
|
|
|
}
|
|
|
|
|
2011-02-09 17:36:26 -08:00
|
|
|
#TabsToolbar[tabsontop=false] {
|
|
|
|
background-image:
|
|
|
|
-moz-linear-gradient(bottom, rgba(0,0,0,.3) 1px, rgba(0,0,0,.05) 1px, transparent 50%);
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab,
|
|
|
|
.tabs-newtab-button {
|
|
|
|
position: static;
|
|
|
|
-moz-appearance: none;
|
2011-02-09 17:36:26 -08:00
|
|
|
background: -moz-linear-gradient(hsla(0,0%,100%,.2), hsla(0,0%,45%,.2) 2px, hsla(0,0%,32%,.2) 80%);
|
|
|
|
background-origin: border-box;
|
|
|
|
background-position: 1px 2px;
|
|
|
|
background-size: 100% -moz-calc(100% - 2px);
|
2010-09-04 01:46:24 -07:00
|
|
|
background-repeat: no-repeat;
|
2011-02-17 10:40:41 -08:00
|
|
|
color: inherit;
|
2010-09-04 01:46:24 -07:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2011-12-22 15:35:20 -08:00
|
|
|
border-width: 4px 5px 3px 6px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-image: url(tabbrowser/tab.png) 4 5 3 6 fill repeat stretch;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 10px 8px 0 0;
|
2010-09-04 09:52:14 -07:00
|
|
|
min-height: 25px; /* reserve space for the sometimes hidden close button */
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:hover,
|
|
|
|
.tabs-newtab-button:hover {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.2) 4px, hsla(0,0%,75%,.2) 80%);
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab[selected="true"] {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 32%),
|
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
2011-02-17 10:40:41 -08:00
|
|
|
color: -moz-dialogtext;
|
2011-02-09 17:36:26 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-window[tabsontop=false]:not([disablechrome]) .tabbrowser-tab[selected=true]:not(:-moz-lwtheme) {
|
|
|
|
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) 1px, transparent 1px),
|
|
|
|
-moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 32%),
|
2010-09-04 01:46:24 -07:00
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab[selected="true"]:-moz-lwtheme {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 32%);
|
2011-02-17 10:40:41 -08:00
|
|
|
color: inherit;
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]),
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-brighttext {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,40%,.6) 4px, hsla(0,0%,30%,.6) 80%);
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]):hover,
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-brighttext:hover {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,80%,.6), hsla(0,0%,60%,.6) 4px, hsla(0,0%,45%,.6) 80%);
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]),
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-darktext {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.5), hsla(0,0%,60%,.5) 4px, hsla(0,0%,45%,.5) 80%);
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]):hover,
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-darktext:hover {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.5), hsla(0,0%,80%,.5) 4px, hsla(0,0%,60%,.5) 80%);
|
2010-09-04 01:46:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
|
2010-09-23 15:59:55 -07:00
|
|
|
}
|
|
|
|
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
|
2011-02-09 17:36:26 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.8), hsla(0,0%,100%,.6) 2px, hsla(0,0%,75%,.2) 80%),
|
|
|
|
-moz-radial-gradient(center 3px, circle cover, rgba(233,242,252,1) 3%, rgba(172,206,255,.75) 40%, rgba(87,151,201,.5) 80%, rgba(87,151,201,0));
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
2011-02-15 23:36:25 -08:00
|
|
|
#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
|
2010-09-04 09:52:14 -07:00
|
|
|
min-height: 18px; /* corresponds to the max. height of non-textual tab contents, i.e. the tab close button */
|
2010-08-30 11:26:05 -07:00
|
|
|
}
|
|
|
|
|
2010-09-15 00:28:37 -07:00
|
|
|
.tabbrowser-tab:focus > .tab-stack {
|
2010-09-04 01:46:24 -07:00
|
|
|
outline: 1px dotted;
|
2010-09-02 13:08:37 -07:00
|
|
|
}
|
|
|
|
|
2010-10-11 20:47:59 -07:00
|
|
|
.tab-throbber,
|
2007-11-06 21:08:54 -08:00
|
|
|
.tab-icon-image {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2010-09-04 01:46:24 -07:00
|
|
|
-moz-margin-end: 3px;
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-11-06 21:08:54 -08: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");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-throbber[pinned],
|
2010-09-15 00:28:37 -07:00
|
|
|
.tab-icon-image[pinned],
|
2010-09-04 01:46:24 -07:00
|
|
|
.tabs-newtab-button > .toolbarbutton-icon {
|
2010-08-30 11:26:05 -07:00
|
|
|
-moz-margin-start: 2px;
|
|
|
|
-moz-margin-end: 2px;
|
2010-06-24 07:29:02 -07:00
|
|
|
}
|
|
|
|
|
2008-02-25 00:47:24 -08:00
|
|
|
#context_reloadTab {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeOtherTabs {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeOtherTabs[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_undoCloseTab {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undelete?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeTab {
|
2009-11-03 00:31:30 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2008-02-25 00:47:24 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Tab drag and drop */
|
2007-11-06 21:08:54 -08: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: -11px;
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* In-tab close button */
|
2007-11-06 21:08:54 -08:00
|
|
|
.tab-close-button > .toolbarbutton-icon {
|
2007-12-13 23:39:11 -08:00
|
|
|
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
|
|
|
use evil CSS to give the impression of smaller content */
|
2010-04-28 23:43:40 -07:00
|
|
|
margin: -4px;
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2010-04-28 23:43:40 -07:00
|
|
|
padding: 0;
|
2007-11-13 04:33:52 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2010-09-04 09:52:14 -07:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
-moz-margin-end: -1px;
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
2009-01-23 00:13:13 -08:00
|
|
|
/* Tabstrip new tab button */
|
2010-04-27 09:57:19 -07:00
|
|
|
.tabs-newtab-button,
|
|
|
|
#TabsToolbar > #new-tab-button ,
|
|
|
|
#TabsToolbar > #wrapper-new-tab-button > #new-tab-button {
|
2009-02-18 11:04:31 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-add?size=menu");
|
2010-04-27 09:57:19 -07:00
|
|
|
-moz-image-region: auto;
|
2008-09-25 00:39:41 -07:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Tabstrip close button */
|
2007-11-13 04:33:52 -08:00
|
|
|
.tabs-closebutton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2007-11-06 21:08:54 -08:00
|
|
|
}
|
|
|
|
|
2007-12-13 23:39:11 -08:00
|
|
|
.tabs-closebutton > .toolbarbutton-icon {
|
2009-11-15 01:28:39 -08:00
|
|
|
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
|
|
|
use evil CSS to give the impression of smaller content */
|
|
|
|
margin: -2px;
|
2007-12-13 23:39:11 -08:00
|
|
|
}
|
|
|
|
|
2008-02-14 21:28:44 -08:00
|
|
|
/* Tabbrowser arrowscrollbox arrows */
|
2011-02-09 10:25:54 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
|
|
|
-moz-appearance: none;
|
2009-11-05 00:02:12 -08:00
|
|
|
margin: 0;
|
2008-02-14 21:28:44 -08:00
|
|
|
}
|
|
|
|
|
2011-02-09 10:25:54 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up {
|
|
|
|
-moz-border-start: 0;
|
|
|
|
-moz-border-end: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
2008-02-14 21:28:44 -08:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2011-02-09 10:25:54 -08:00
|
|
|
-moz-border-start: 2px solid transparent;
|
|
|
|
-moz-border-end: 0;
|
2010-09-11 09:27:12 -07:00
|
|
|
-moz-transition: 1s box-shadow ease-out;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 4px;
|
2009-11-05 00:02:12 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 0 0 5px 5px Highlight inset;
|
2009-11-05 00:02:12 -08:00
|
|
|
-moz-transition: none;
|
2008-04-30 10:02:39 -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) {
|
2011-12-22 15:35:20 -08:00
|
|
|
border-width: 0 2px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;
|
2011-02-09 10:25:54 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):-moz-locale-dir(ltr),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):-moz-locale-dir(rtl) {
|
2011-12-22 15:35:20 -08:00
|
|
|
border-width: 0 0 0 2px;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;
|
2011-02-09 10:25:54 -08:00
|
|
|
}
|
|
|
|
|
2010-11-12 13:34:13 -08:00
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon,
|
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
|
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
2010-09-14 03:56:22 -07:00
|
|
|
margin-top: -2px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2010-04-27 09:57:19 -07:00
|
|
|
#alltabs-button > .toolbarbutton-icon {
|
2008-11-04 23:38:13 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
|
2009-03-18 12:21:34 -07:00
|
|
|
margin: 2px 0 1px;
|
2008-02-23 01:35:25 -08:00
|
|
|
}
|
|
|
|
|
2010-04-27 09:57:19 -07:00
|
|
|
#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
|
2009-07-10 04:20:03 -07:00
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2010-04-27 09:57:19 -07:00
|
|
|
#alltabs-button[type="menu"] > .toolbarbutton-icon {
|
2009-07-10 04:20:03 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
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[selected="true"] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Sidebar */
|
2010-04-27 09:57:19 -07:00
|
|
|
#sidebar-header > .tabs-closebutton {
|
2007-11-06 21:07:46 -08:00
|
|
|
margin-bottom: 0px !important;
|
|
|
|
padding: 0px 2px 0px 2px !important;
|
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
#sidebar-throbber[loading="true"] {
|
2008-04-08 22:32:16 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-11-07 00:50:18 -08:00
|
|
|
-moz-margin-end: 4px;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:40 -08:00
|
|
|
toolbarbutton.chevron {
|
|
|
|
list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
|
|
|
|
}
|
|
|
|
|
2009-08-11 01:27:20 -07:00
|
|
|
toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
|
|
|
-moz-transform: scaleX(-1);
|
2007-11-06 21:07:48 -08:00
|
|
|
}
|
|
|
|
|
2009-02-22 00:43:59 -08:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-text,
|
2007-11-06 21:07:40 -08:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-02-22 00:43:59 -08:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:07:46 -08:00
|
|
|
toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
display: -moz-box; /* display chevron icon in text mode */
|
|
|
|
}
|
|
|
|
|
2008-01-26 21:08:46 -08:00
|
|
|
#download-monitor {
|
2008-02-09 22:03:05 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2008-01-26 21:08:46 -08:00
|
|
|
}
|
2008-07-15 09:11:00 -07:00
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
|
|
|
|
/* ::::: Keyboard UI Panel ::::: */
|
|
|
|
|
|
|
|
.KUI-panel-closebutton {
|
|
|
|
list-style-image: url(KUI-close.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.KUI-panel-closebutton > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
|
|
|
|
|
|
|
|
.ctrlTab-preview,
|
|
|
|
.allTabs-preview {
|
|
|
|
-moz-appearance: toolbarbutton;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabPreview-canvas {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 0 0 5px ThreeDShadow;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.ctrlTab-preview:focus .tabPreview-canvas,
|
|
|
|
.ctrlTab-preview:hover .tabPreview-canvas,
|
|
|
|
.allTabs-preview:focus .tabPreview-canvas,
|
|
|
|
.allTabs-preview:hover .tabPreview-canvas {
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: none;
|
2009-07-20 21:25:59 -07:00
|
|
|
}
|
|
|
|
|
2010-06-11 05:17:12 -07:00
|
|
|
.ctrlTab-favicon[src],
|
|
|
|
.allTabs-favicon[src] {
|
2010-03-22 07:11:42 -07:00
|
|
|
background-color: white;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2010-06-11 05:17:12 -07:00
|
|
|
/* Ctrl-Tab */
|
|
|
|
|
|
|
|
#ctrlTab-panel {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll) .tabPreview-canvas {
|
|
|
|
margin-bottom: 2px;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
#ctrlTab-showAll {
|
|
|
|
-moz-appearance: button;
|
|
|
|
color: ButtonText;
|
|
|
|
padding: 0 3px;
|
|
|
|
margin-top: 10px;
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
2008-11-04 23:38:13 -08:00
|
|
|
|
2009-07-20 21:25:59 -07:00
|
|
|
/* All Tabs */
|
|
|
|
|
|
|
|
#allTabs-panel {
|
2010-03-22 07:11:42 -07:00
|
|
|
padding-bottom: 10px;
|
2008-11-04 00:19:55 -08:00
|
|
|
}
|
2009-07-20 21:25:59 -07:00
|
|
|
|
|
|
|
#allTabs-meta {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#allTabs-filter {
|
|
|
|
-moz-margin-start: 36px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-preview-label {
|
2009-07-26 00:53:04 -07:00
|
|
|
-moz-transform: translate(0, 2px);
|
2008-07-15 09:11:00 -07:00
|
|
|
}
|
2010-07-16 07:12:39 -07:00
|
|
|
|
2011-02-16 07:53:32 -08:00
|
|
|
/* Application button menu */
|
|
|
|
|
|
|
|
.splitmenu-menuitem {
|
|
|
|
-moz-margin-end: 1px;
|
|
|
|
}
|
2010-11-12 02:01:00 -08:00
|
|
|
|
2011-02-17 10:40:41 -08:00
|
|
|
#appmenu-toolbar-button:not(:hover):not([open]):not(:-moz-lwtheme) {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2010-12-07 03:59:34 -08:00
|
|
|
#appmenu-toolbar-button > .toolbarbutton-text,
|
|
|
|
#appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {
|
2010-11-12 02:01:00 -08:00
|
|
|
margin-top: -2px !important;
|
|
|
|
margin-bottom: -2px !important;
|
|
|
|
}
|
|
|
|
#appmenuSecondaryPane {
|
|
|
|
-moz-border-start: 1px solid ThreeDShadow;
|
|
|
|
}
|
|
|
|
#appmenuSecondaryPane-spacer {
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
2011-02-02 13:17:29 -08:00
|
|
|
#appmenu-cut,
|
|
|
|
#appmenu-editmenu-cut {
|
2010-11-12 02:01:00 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
|
|
|
|
}
|
2011-02-02 13:17:29 -08:00
|
|
|
#appmenu-copy,
|
|
|
|
#appmenu-editmenu-copy {
|
2010-11-12 02:01:00 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
|
|
|
|
}
|
2011-02-02 13:17:29 -08:00
|
|
|
#appmenu-paste,
|
|
|
|
#appmenu-editmenu-paste {
|
2010-11-12 02:01:00 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
|
|
|
|
}
|
|
|
|
#wrapper-appmenu-toolbar-button,
|
|
|
|
.appmenu-edit-button[disabled="true"] {
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
|
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 {
|
2011-01-30 22:28:17 -08:00
|
|
|
box-shadow: 0 1px 0 rgba(0,0,0,.15) inset;
|
2011-01-11 13:14:55 -08:00
|
|
|
padding: 0;
|
|
|
|
min-height: 20px;
|
|
|
|
}
|
|
|
|
|
2010-09-15 23:09:27 -07:00
|
|
|
#status-bar {
|
2011-01-11 13:14:55 -08:00
|
|
|
min-height: 0;
|
2011-11-04 12:08:50 -07:00
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
}
|
2011-01-11 13:14:55 -08:00
|
|
|
|
|
|
|
#addonbar-closebutton > .toolbarbutton-icon {
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
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 {
|
2011-11-21 09:30:34 -08:00
|
|
|
background-color: rgba(25, 25, 25, 0.5);
|
2011-07-11 10:18:11 -07:00
|
|
|
}
|
|
|
|
|
2011-10-21 08:51:52 -07:00
|
|
|
#highlighter-closebutton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2011-07-11 10:18:11 -07:00
|
|
|
}
|
|
|
|
|
2011-10-21 08:51:52 -07:00
|
|
|
#highlighter-closebutton > .toolbarbutton-icon {
|
|
|
|
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
|
|
|
use evil CSS to give the impression of smaller content */
|
|
|
|
margin: -4px;
|
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-26 10:05:40 -07:00
|
|
|
|
2011-10-21 09:06:57 -07:00
|
|
|
/* Highlighter toolbar */
|
|
|
|
|
|
|
|
#inspector-toolbar {
|
|
|
|
border-top: 1px solid hsla(210, 8%, 5%, .65);
|
|
|
|
}
|
|
|
|
|
2011-10-21 08:51:52 -07:00
|
|
|
#inspector-toolbar[treepanel-open] {
|
|
|
|
padding-top: 0;
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-03 06:37:14 -07:00
|
|
|
#devtools-side-splitter {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: 0;
|
|
|
|
-moz-border-start: 1px solid #242b33;
|
|
|
|
min-width: 0;
|
|
|
|
width: 3px;
|
|
|
|
background-color: transparent;
|
|
|
|
-moz-margin-end: -3px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
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-09-27 13:01:24 -07:00
|
|
|
|
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 {
|
2011-11-16 05:50:46 -08:00
|
|
|
padding: 0 3px;
|
2011-10-21 04:59:09 -07:00
|
|
|
/* 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;
|
|
|
|
background-color: transparent;
|
|
|
|
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;
|
|
|
|
}
|