2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-06-17 23:01:11 +00:00
|
|
|
|
|
|
|
@import url("chrome://global/skin/");
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2006-08-26 15:28:56 +00:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2011-11-10 07:59:20 +00:00
|
|
|
%include ../browserShared.inc
|
2010-06-11 12:15:37 +00:00
|
|
|
%filter substitution
|
|
|
|
%define toolbarHighlight rgba(255,255,255,.5)
|
2011-02-10 01:36:26 +00:00
|
|
|
%define selectedTabHighlight rgba(255,255,255,.7)
|
|
|
|
%define toolbarShadowColor rgba(10%,10%,10%,.4)
|
|
|
|
%define toolbarShadowOnTab -moz-linear-gradient(bottom, rgba(10%,10%,10%,.4) 1px, transparent 1px)
|
2011-02-16 07:37:55 +00:00
|
|
|
%define bgTabTexture -moz-linear-gradient(transparent, hsla(0,0%,45%,.1) 1px, hsla(0,0%,32%,.2) 80%, hsla(0,0%,0%,.2))
|
|
|
|
%define bgTabTextureHover -moz-linear-gradient(hsla(0,0%,100%,.3) 1px, hsla(0,0%,75%,.2) 80%, hsla(0,0%,60%,.2))
|
2011-03-29 17:53:28 +00:00
|
|
|
%define navbarTextboxCustomBorder border-color: rgba(0,0,0,.32);
|
2011-07-21 13:50:33 +00:00
|
|
|
%define navbarLargeIcons #navigator-toolbox[iconsize=large][mode=icons] > #nav-bar
|
2011-10-10 08:01:33 +00:00
|
|
|
%define forwardTransitionLength 150ms
|
|
|
|
%define conditionalForwardWithUrlbar window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icons] > :-moz-any(#nav-bar[currentset*="unified-back-forward-button,urlbar-container"],#nav-bar:not([currentset])) > #unified-back-forward-button
|
|
|
|
%define conditionalForwardWithUrlbarWidth 27
|
2010-06-11 12:15:37 +00:00
|
|
|
|
2011-04-13 19:04:10 +00:00
|
|
|
%ifdef MOZ_OFFICIAL_BRANDING
|
|
|
|
%define appMenuButtonBorderColor rgba(255,255,255,.5) rgba(83,42,6,.9)
|
|
|
|
%else
|
|
|
|
%if MOZ_UPDATE_CHANNEL == aurora
|
|
|
|
%define appMenuButtonBorderColor hsla(0,0%,100%,.5) hsla(214,89%,21%,.9)
|
|
|
|
%else
|
|
|
|
%define appMenuButtonBorderColor hsla(0,0%,100%,.5) hsla(210,59%,13%,.9)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2005-08-08 03:14:10 +00:00
|
|
|
#menubar-items {
|
|
|
|
-moz-box-orient: vertical; /* for flex hack */
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
#main-menubar {
|
2005-08-08 03:14:10 +00:00
|
|
|
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
|
|
|
|
}
|
|
|
|
|
2010-06-11 12:15:37 +00:00
|
|
|
#navigator-toolbox {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: transparent;
|
2010-08-11 13:12:26 +00:00
|
|
|
border-top: none;
|
2011-01-25 01:43:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox::after {
|
|
|
|
content: "";
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-ordinal-group: 101; /* tabs toolbar is 100 */
|
|
|
|
height: 1px;
|
|
|
|
background-color: ThreeDShadow;
|
2010-06-11 12:15:37 +00:00
|
|
|
}
|
2011-02-10 01:36:26 +00:00
|
|
|
#navigator-toolbox[tabsontop=false]::after,
|
|
|
|
#main-window[disablechrome] #navigator-toolbox::after {
|
2011-02-11 01:04:53 +00:00
|
|
|
visibility: collapse;
|
2011-02-10 01:36:26 +00:00
|
|
|
}
|
2010-06-11 12:15:37 +00:00
|
|
|
|
|
|
|
#navigator-toolbox > toolbar:not(:-moz-lwtheme) {
|
2010-03-17 06:36:13 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
border-style: none;
|
2010-06-11 12:15:37 +00:00
|
|
|
background-color: -moz-Dialog;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2011-01-07 20:28:02 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
@media not all and (-moz-windows-compositor) {
|
|
|
|
%endif
|
2011-02-17 06:43:33 +00:00
|
|
|
#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme) {
|
|
|
|
background: -moz-linear-gradient(bottom, @toolbarShadowColor@ 1px, transparent 1px),
|
|
|
|
-moz-linear-gradient(rgba(50%,50%,50%,0), ActiveCaption 85%);
|
2011-01-07 20:28:02 +00:00
|
|
|
color: CaptionText;
|
|
|
|
}
|
2011-02-17 06:43:33 +00:00
|
|
|
#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
|
|
|
|
background: -moz-linear-gradient(bottom, @toolbarShadowColor@ 1px, transparent 1px),
|
|
|
|
-moz-linear-gradient(rgba(50%,50%,50%,0), InactiveCaption 85%);
|
2011-01-07 20:28:02 +00:00
|
|
|
color: InactiveCaptionText;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
#main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2012-03-29 09:31:47 +00:00
|
|
|
#nav-bar[tabsontop=true],
|
|
|
|
#nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + toolbar,
|
|
|
|
#nav-bar[tabsontop=true][collapsed=true]:not([customizing]) + #customToolbars + #PersonalToolbar {
|
2010-06-11 12:15:37 +00:00
|
|
|
background-image: -moz-linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
|
|
|
}
|
|
|
|
|
|
|
|
#personal-bookmarks {
|
|
|
|
min-height: 24px;
|
2006-10-23 13:59:34 +00:00
|
|
|
}
|
|
|
|
|
2010-01-15 08:20:08 +00:00
|
|
|
#print-preview-toolbar:not(:-moz-lwtheme) {
|
2008-05-05 20:46:30 +00:00
|
|
|
-moz-appearance: toolbox;
|
|
|
|
}
|
|
|
|
|
2011-10-02 11:53:00 +00:00
|
|
|
#browser-bottombox:not(:-moz-lwtheme) {
|
|
|
|
background-color: -moz-dialog;
|
|
|
|
}
|
|
|
|
|
2010-08-25 03:03:37 +00:00
|
|
|
/* ::::: app menu button ::::: */
|
2010-06-24 17:13:59 +00:00
|
|
|
|
2010-06-13 08:20:58 +00:00
|
|
|
#appmenu-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-clip: padding-box;
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: 0 0 4px 4px;
|
2011-04-13 19:04:10 +00:00
|
|
|
border: 1px solid;
|
2010-09-07 10:44:36 +00:00
|
|
|
border-top: none;
|
2010-06-13 08:20:58 +00:00
|
|
|
color: white;
|
2010-09-07 10:44:36 +00:00
|
|
|
text-shadow: 0 0 1px rgba(0,0,0,.7),
|
2010-09-11 16:27:12 +00:00
|
|
|
0 1px 1.5px rgba(0,0,0,.5);
|
2010-06-13 08:20:58 +00:00
|
|
|
font-weight: bold;
|
2010-11-12 08:46:06 +00:00
|
|
|
padding: 0 1.5em .05em;
|
2010-11-29 16:19:17 +00:00
|
|
|
margin: 0 0 2px;
|
|
|
|
}
|
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-classic) {
|
2010-11-29 16:19:17 +00:00
|
|
|
#appmenu-button {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2010-06-13 08:20:58 +00:00
|
|
|
}
|
|
|
|
|
2011-01-14 16:22:32 +00:00
|
|
|
%ifndef WINSTRIPE_AERO
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2011-01-14 16:22:32 +00:00
|
|
|
#main-window[sizemode="normal"] #appmenu-button {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2011-04-13 19:04:10 +00:00
|
|
|
#appmenu-button:hover:active,
|
|
|
|
#appmenu-button[open] {
|
|
|
|
border-radius: 0;
|
2010-09-22 21:23:19 +00:00
|
|
|
}
|
|
|
|
|
2011-04-13 19:04:10 +00:00
|
|
|
%ifdef MOZ_OFFICIAL_BRANDING
|
|
|
|
#appmenu-button {
|
|
|
|
background-image: -moz-linear-gradient(rgb(247,182,82), rgb(215,98,10) 95%);
|
|
|
|
border-color: rgba(83,42,6,.9);
|
|
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
|
|
|
|
0 0 0 1px rgba(255,255,255,.25) inset;
|
|
|
|
}
|
2010-06-13 08:20:58 +00:00
|
|
|
#appmenu-button:hover:not(:active):not([open]) {
|
2010-09-07 10:44:36 +00:00
|
|
|
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(252,240,89,.5) 10%, rgba(252,240,89,0) 70%),
|
|
|
|
-moz-radial-gradient(center bottom, farthest-side, rgb(236,133,0), rgba(255,229,172,0)),
|
|
|
|
-moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%);
|
|
|
|
border-color: rgba(83,42,6,.9);
|
2010-09-11 16:27:12 +00:00
|
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,
|
2011-04-13 19:04:10 +00:00
|
|
|
0 0 2px 1px rgba(250,234,169,.7) inset,
|
2010-09-12 09:54:51 +00:00
|
|
|
0 -1px 0 rgba(250,234,169,.5) inset;
|
2010-06-13 08:20:58 +00:00
|
|
|
}
|
2011-04-13 19:04:10 +00:00
|
|
|
#appmenu-button:hover:active,
|
|
|
|
#appmenu-button[open] {
|
|
|
|
background-image: -moz-linear-gradient(rgb(246,170,69), rgb(209,74,0) 95%);
|
|
|
|
box-shadow: 0 2px 3px rgba(0,0,0,.4) inset,
|
|
|
|
0 1px 1px rgba(0,0,0,.2) inset;
|
|
|
|
}
|
|
|
|
%else
|
|
|
|
%if MOZ_UPDATE_CHANNEL == aurora
|
|
|
|
#appmenu-button {
|
|
|
|
background-image: -moz-linear-gradient(hsl(208,99%,37%), hsl(214,90%,23%) 95%);
|
|
|
|
border-color: hsla(214,89%,21%,.9);
|
|
|
|
box-shadow: 0 1px 0 hsla(205,100%,72%,.2) inset,
|
|
|
|
0 0 2px 1px hsla(205,100%,72%,.25) inset;
|
|
|
|
}
|
|
|
|
#appmenu-button:hover:not(:active):not([open]) {
|
|
|
|
background-image: -moz-radial-gradient(center bottom, farthest-side, hsla(202,100%,85%,.5) 10%, hsla(202,100%,85%,0) 70%),
|
|
|
|
-moz-radial-gradient(center bottom, farthest-side, hsla(205,100%,72%,.7), hsla(205,100%,72%,0)),
|
|
|
|
-moz-linear-gradient(hsl(208,98%,34%), hsl(213,87%,20%) 95%);
|
|
|
|
border-color: hsla(214,89%,21%,.9);
|
|
|
|
box-shadow: 0 1px 0 hsla(205,100%,72%,.15) inset,
|
|
|
|
0 0 2px 1px hsla(205,100%,72%,.5) inset,
|
|
|
|
0 -1px 0 hsla(205,100%,72%,.2) inset;
|
|
|
|
}
|
|
|
|
#appmenu-button:hover:active,
|
|
|
|
#appmenu-button[open] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(208,95%,30%), hsl(214,85%,17%) 95%);
|
|
|
|
box-shadow: 0 2px 3px rgba(0,0,0,.4) inset,
|
|
|
|
0 1px 1px rgba(0,0,0,.2) inset;
|
|
|
|
}
|
|
|
|
%else
|
|
|
|
#appmenu-button {
|
|
|
|
background-image: -moz-linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%);
|
|
|
|
border-color: hsla(210,59%,13%,.9);
|
|
|
|
box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset,
|
|
|
|
0 0 2px 1px hsla(211,65%,85%,.15) inset;
|
|
|
|
}
|
|
|
|
#appmenu-button:hover:not(:active):not([open]) {
|
|
|
|
background-image: -moz-radial-gradient(center bottom, farthest-side, hsla(210,48%,90%,.5) 10%, hsla(210,48%,90%,0) 70%),
|
|
|
|
-moz-radial-gradient(center bottom, farthest-side, hsla(211,70%,83%,.5), hsla(211,70%,83%,0)),
|
|
|
|
-moz-linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%);
|
|
|
|
border-color: hsla(210,59%,13%,.9);
|
|
|
|
box-shadow: 0 1px 0 hsla(210,48%,90%,.15) inset,
|
|
|
|
0 0 2px 1px hsla(210,48%,90%,.4) inset,
|
|
|
|
0 -1px 0 hsla(210,48%,90%,.2) inset;
|
|
|
|
}
|
|
|
|
#appmenu-button:hover:active,
|
|
|
|
#appmenu-button[open] {
|
|
|
|
background-image: -moz-linear-gradient(hsl(211,33%,26%), hsl(209,53%,6%) 95%);
|
|
|
|
box-shadow: 0 2px 3px rgba(0,0,0,.4) inset,
|
|
|
|
0 1px 1px rgba(0,0,0,.2) inset;
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#main-window[privatebrowsingmode=temporary] #appmenu-button {
|
|
|
|
background-image: -moz-linear-gradient(rgb(153,38,211), rgb(105,19,163) 95%);
|
|
|
|
border-color: rgba(43,8,65,.9);
|
|
|
|
}
|
2010-06-13 08:20:58 +00:00
|
|
|
|
2010-09-22 21:23:19 +00:00
|
|
|
#main-window[privatebrowsingmode=temporary] #appmenu-button:hover:not(:active):not([open]) {
|
|
|
|
background-image: -moz-radial-gradient(center bottom, farthest-side, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
|
|
|
|
-moz-radial-gradient(center bottom, farthest-side, rgb(192,81,247), rgba(236,172,255,0)),
|
|
|
|
-moz-linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%);
|
|
|
|
border-color: rgba(43,8,65,.9);
|
|
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,
|
|
|
|
0 0 2px 1px rgba(240,193,255,.7) inset,
|
|
|
|
0 -1px 0 rgba(240,193,255,.5) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-window[privatebrowsingmode=temporary] #appmenu-button:hover:active,
|
|
|
|
#main-window[privatebrowsingmode=temporary] #appmenu-button[open] {
|
|
|
|
background-image: -moz-linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%);
|
|
|
|
}
|
|
|
|
|
2010-06-13 08:20:58 +00:00
|
|
|
#appmenu-button > .button-box {
|
|
|
|
border-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenu-button > .button-box > .button-menu-dropmarker {
|
|
|
|
list-style-image: url(appmenu-dropmarker.png);
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
-moz-margin-start: .5em;
|
|
|
|
}
|
|
|
|
|
2011-02-16 15:53:32 +00:00
|
|
|
.splitmenu-menuitem {
|
|
|
|
-moz-margin-end: 1px;
|
2011-02-18 16:24:31 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
-moz-padding-end: 0.5em;
|
|
|
|
%endif
|
2011-02-16 15:53:32 +00:00
|
|
|
}
|
|
|
|
|
2011-01-22 14:54:03 +00:00
|
|
|
.splitmenu-menu {
|
2010-09-10 08:10:45 +00:00
|
|
|
-moz-box-pack: end;
|
|
|
|
}
|
|
|
|
|
2010-08-19 18:59:20 +00:00
|
|
|
.appmenu-edit-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
background: transparent;
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: 3px;
|
2010-08-19 18:59:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.appmenu-edit-button[disabled="true"] {
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
|
2010-11-22 10:48:53 +00:00
|
|
|
#appmenuPrimaryPane {
|
|
|
|
-moz-border-end: 1px solid ThreeDShadow;
|
|
|
|
}
|
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2010-08-19 18:59:20 +00:00
|
|
|
#appmenu-popup {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: white;
|
2010-12-01 17:39:08 +00:00
|
|
|
border: 1px solid ThreeDShadow;
|
2010-08-19 18:59:20 +00:00
|
|
|
}
|
|
|
|
#appmenuPrimaryPane {
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
2010-11-29 21:23:49 +00:00
|
|
|
padding: 2px;
|
2010-12-07 20:45:31 +00:00
|
|
|
-moz-border-end: none;
|
2010-08-19 18:59:20 +00:00
|
|
|
}
|
|
|
|
#appmenuSecondaryPane {
|
|
|
|
background-color: #f1f5fb;
|
2010-09-11 16:27:12 +00:00
|
|
|
box-shadow: 1px 0 2px rgb(204,214,234) inset;
|
2010-11-29 21:23:49 +00:00
|
|
|
-moz-padding-start: 3px;
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2010-08-19 18:59:20 +00:00
|
|
|
font-family: "Segoe UI Semibold", "Segoe UI", sans-serif;
|
|
|
|
}
|
2010-11-13 07:54:11 +00:00
|
|
|
#appmenuSecondaryPane:-moz-locale-dir(rtl) {
|
|
|
|
box-shadow: -1px 0 2px rgb(204,214,234) inset;
|
|
|
|
}
|
2010-08-28 15:24:43 +00:00
|
|
|
|
2010-12-01 17:39:08 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
#appmenuPrimaryPane menupopup {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-image: -moz-linear-gradient(left, white 26px, ThreeDLightShadow 26px,
|
|
|
|
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
|
|
|
ThreeDHighlight 28px, white 28px);
|
|
|
|
border: 3px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow white;
|
|
|
|
-moz-border-bottom-colors: ThreeDShadow white;
|
|
|
|
-moz-border-left-colors: ThreeDShadow white;
|
|
|
|
-moz-border-right-colors: ThreeDShadow white;
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#appmenuSecondaryPane menupopup {
|
|
|
|
-moz-appearance: none;
|
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
background-image: -moz-linear-gradient(left, #f1f5fb 26px, ThreeDLightShadow 26px,
|
|
|
|
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
|
|
|
ThreeDHighlight 28px, #f1f5fb 28px);
|
|
|
|
border: 3px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow #f1f5fb;
|
|
|
|
-moz-border-bottom-colors: ThreeDShadow #f1f5fb;
|
|
|
|
-moz-border-left-colors: ThreeDShadow #f1f5fb;
|
|
|
|
-moz-border-right-colors: ThreeDShadow #f1f5fb;
|
|
|
|
%else
|
|
|
|
background-color: #f1f5fb;
|
|
|
|
border: 1px solid ThreeDShadow;
|
|
|
|
padding: 2px;
|
|
|
|
%endif
|
|
|
|
}
|
|
|
|
|
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
#appmenuPrimaryPane menupopup:-moz-locale-dir(rtl) {
|
|
|
|
background-image: -moz-linear-gradient(right, white 26px, ThreeDLightShadow 26px,
|
|
|
|
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
|
|
|
ThreeDHighlight 28px, white 28px);
|
|
|
|
}
|
|
|
|
#appmenuSecondaryPane menupopup:-moz-locale-dir(rtl) {
|
|
|
|
background-image: -moz-linear-gradient(right, #f1f5fb 26px, ThreeDLightShadow 26px,
|
|
|
|
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
|
|
|
ThreeDHighlight 28px, #f1f5fb 28px);
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2010-08-28 15:24:43 +00:00
|
|
|
.appmenu-menuseparator {
|
|
|
|
-moz-appearance: none;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 3px;
|
2010-10-21 08:16:26 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
2010-08-28 15:24:43 +00:00
|
|
|
-moz-margin-start: 30px;
|
2010-10-21 08:16:26 +00:00
|
|
|
%else
|
2012-07-19 00:44:39 +00:00
|
|
|
-moz-margin-start: calc(1.45em + 4px);
|
2010-10-21 08:16:26 +00:00
|
|
|
%endif
|
2010-08-28 15:24:43 +00:00
|
|
|
padding: 0;
|
|
|
|
border-top: 1px solid #d6e5f5;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2010-08-19 18:59:20 +00:00
|
|
|
.appmenu-edit-button:not([disabled]):hover {
|
|
|
|
border: 1px solid #b8d6fb;
|
2010-09-11 16:27:12 +00:00
|
|
|
box-shadow: inset 0 0 1px white;
|
2010-08-19 18:59:20 +00:00
|
|
|
background: -moz-linear-gradient(#fafbfd, #ebf3fd);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: .2s ease-in;
|
2010-08-19 18:59:20 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenuSecondaryPane-spacer {
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
|
|
|
|
2011-02-02 21:17:29 +00:00
|
|
|
#appmenu-editmenu {
|
|
|
|
-moz-box-pack: end;
|
|
|
|
}
|
|
|
|
|
2010-08-19 18:59:20 +00:00
|
|
|
#appmenu_print,
|
|
|
|
#appmenu_print_popup,
|
|
|
|
.appmenu-edit-button,
|
2011-02-02 21:17:29 +00:00
|
|
|
#appmenu-editmenu-cut,
|
|
|
|
#appmenu-editmenu-copy,
|
|
|
|
#appmenu-editmenu-paste,
|
2010-08-19 18:59:20 +00:00
|
|
|
#appmenu-quit {
|
|
|
|
list-style-image: url("appmenu-icons.png");
|
|
|
|
}
|
|
|
|
|
2011-02-02 21:17:29 +00:00
|
|
|
#appmenu-cut,
|
|
|
|
#appmenu-editmenu-cut {
|
2010-08-19 18:59:20 +00:00
|
|
|
-moz-image-region: rect(0 16px 16px 0);
|
|
|
|
}
|
|
|
|
|
2011-02-02 21:17:29 +00:00
|
|
|
#appmenu-copy,
|
|
|
|
#appmenu-editmenu-copy {
|
2010-08-19 18:59:20 +00:00
|
|
|
-moz-image-region: rect(0 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2011-02-02 21:17:29 +00:00
|
|
|
#appmenu-paste,
|
|
|
|
#appmenu-editmenu-paste {
|
2010-08-19 18:59:20 +00:00
|
|
|
-moz-image-region: rect(0 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenu_print,
|
|
|
|
#appmenu_print_popup {
|
|
|
|
-moz-image-region: rect(0 64px 16px 48px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenu-quit {
|
|
|
|
-moz-image-region: rect(0 80px 16px 64px);
|
|
|
|
}
|
|
|
|
|
2010-09-10 13:13:31 +00:00
|
|
|
#appmenu-edit-label {
|
2010-08-19 18:59:20 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
background: transparent;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2010-08-21 05:14:45 +00:00
|
|
|
#appmenu_bookmarks {
|
2010-08-19 18:59:20 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmark.png");
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenu_privateBrowsing {
|
|
|
|
list-style-image: url("chrome://browser/skin/Privacy-16.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#appmenu_addons {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
|
|
|
|
}
|
|
|
|
|
2010-10-06 12:16:05 +00:00
|
|
|
#BMB_bookmarkThisPage,
|
2010-08-21 05:14:45 +00:00
|
|
|
#appmenu_bookmarkThisPage {
|
2010-08-19 18:59:20 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmark.png");
|
|
|
|
-moz-image-region: rect(0 16px 16px 0);
|
|
|
|
}
|
|
|
|
|
2010-08-25 03:03:37 +00:00
|
|
|
/* ::::: titlebar ::::: */
|
|
|
|
|
2010-11-29 16:19:17 +00:00
|
|
|
#main-window[sizemode="normal"] > #titlebar {
|
2010-08-25 03:03:37 +00:00
|
|
|
-moz-appearance: -moz-window-titlebar;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-window[sizemode="maximized"] > #titlebar {
|
|
|
|
-moz-appearance: -moz-window-titlebar-maximized;
|
|
|
|
}
|
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-classic) {
|
2010-08-25 03:03:37 +00:00
|
|
|
#main-window[sizemode="normal"] > #titlebar > #titlebar-content > #appmenu-button-container {
|
2010-09-07 10:44:36 +00:00
|
|
|
margin-top: 4px;
|
2010-06-25 20:41:04 +00:00
|
|
|
}
|
2010-08-25 03:03:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#titlebar-buttonbox {
|
|
|
|
-moz-appearance: -moz-window-button-box;
|
|
|
|
}
|
|
|
|
|
2010-11-17 11:08:28 +00:00
|
|
|
#main-window[sizemode="maximized"] #titlebar-buttonbox {
|
2010-08-25 03:03:37 +00:00
|
|
|
-moz-appearance: -moz-window-button-box-maximized;
|
|
|
|
}
|
|
|
|
|
2011-01-07 20:28:02 +00:00
|
|
|
.titlebar-placeholder[type="appmenu-button"] {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebar-placeholder[type="caption-buttons"] {
|
2011-02-11 17:57:24 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
margin-left: 22px; /* additional space for Aero Snap */
|
|
|
|
%else
|
2011-01-07 20:28:02 +00:00
|
|
|
margin-left: 10px;
|
2011-02-11 17:57:24 +00:00
|
|
|
%endif
|
2011-01-07 20:28:02 +00:00
|
|
|
}
|
|
|
|
|
2010-08-25 03:03:37 +00:00
|
|
|
/* titlebar command buttons */
|
|
|
|
|
|
|
|
#titlebar-min {
|
|
|
|
-moz-appearance: -moz-window-button-minimize;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlebar-max {
|
|
|
|
-moz-appearance: -moz-window-button-maximize;
|
|
|
|
}
|
|
|
|
|
2010-11-17 11:08:28 +00:00
|
|
|
#main-window[sizemode="maximized"] #titlebar-max {
|
2010-08-25 03:03:37 +00:00
|
|
|
-moz-appearance: -moz-window-button-restore;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titlebar-close {
|
|
|
|
-moz-appearance: -moz-window-button-close;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media not all and (-moz-windows-classic) {
|
2010-11-29 16:19:17 +00:00
|
|
|
#titlebar-min {
|
2010-08-25 03:03:37 +00:00
|
|
|
-moz-margin-end: 2px;
|
2010-06-25 20:41:04 +00:00
|
|
|
}
|
2010-08-25 03:03:37 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: bookmark buttons ::::: */
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item {
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
|
|
|
|
2009-11-06 21:57:12 +00:00
|
|
|
toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2005-02-20 15:49:33 +00:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 2px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2011-12-14 10:38:10 +00:00
|
|
|
.bookmark-item:not(#bookmarks-menu-button) > .toolbarbutton-icon {
|
2004-06-17 23:01:11 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2009-05-05 08:14:37 +00:00
|
|
|
#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
|
2011-12-21 23:16:05 +00:00
|
|
|
background: url("chrome://browser/skin/places/bookmarksToolbar.png") no-repeat center;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmarks-toolbar-customize {
|
|
|
|
max-width: 15em !important;
|
2009-10-14 11:56:59 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: bookmark menus ::::: */
|
|
|
|
|
|
|
|
menu.bookmark-item,
|
|
|
|
menuitem.bookmark-item {
|
|
|
|
min-width: 0;
|
2011-01-12 23:49:29 +00:00
|
|
|
max-width: 32em;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
.bookmark-item > .menu-iconic-left {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
2006-09-22 00:47:18 +00:00
|
|
|
-moz-padding-start: 0px;
|
2005-08-08 03:14:10 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: bookmark items ::::: */
|
|
|
|
|
|
|
|
.bookmark-item {
|
2011-08-12 00:50:09 +00:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2007-11-20 02:01:53 +00:00
|
|
|
.bookmark-item[container] {
|
2011-08-12 00:50:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
2007-11-20 02:01:53 +00:00
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
|
2007-11-20 02:01:53 +00:00
|
|
|
.bookmark-item[container][open] {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2012-05-08 21:47:19 +00:00
|
|
|
.bookmark-item[container][livemark] {
|
2007-11-20 02:01:53 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/livemark-folder.png");
|
2008-03-01 03:53:59 +00:00
|
|
|
-moz-image-region: auto;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2008-03-02 04:37:58 +00:00
|
|
|
.bookmark-item[container][livemark] .bookmark-item {
|
2012-02-24 12:42:26 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/livemark-item.png");
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[container][livemark] .bookmark-item[visited] {
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
2008-03-02 04:37:58 +00:00
|
|
|
}
|
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[container][query] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
2007-11-20 02:01:53 +00:00
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
2007-10-11 06:42:38 +00:00
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[query][tagContainer] {
|
2011-11-29 12:24:01 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
2007-11-20 02:01:53 +00:00
|
|
|
-moz-image-region: auto;
|
2007-10-11 06:42:38 +00:00
|
|
|
}
|
|
|
|
|
2008-04-15 17:09:00 +00:00
|
|
|
.bookmark-item[query][dayContainer] {
|
2008-05-01 21:50:03 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
|
|
|
-moz-image-region: auto;
|
2008-04-15 17:09:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer] {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer][open] {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
2011-06-30 13:34:02 +00: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;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: primary toolbar buttons ::::: */
|
|
|
|
|
|
|
|
.toolbarbutton-1 {
|
2011-01-18 08:43:54 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
|
|
}
|
|
|
|
|
2011-07-21 13:50:33 +00:00
|
|
|
.toolbarbutton-1:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
|
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
.toolbarbutton-1[disabled=true] > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker,
|
|
|
|
.toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
.toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
|
|
opacity: .4;
|
2011-01-18 08:43:54 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
|
|
|
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow.png");
|
2011-01-18 08:43:54 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png");
|
2011-02-04 08:09:04 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-icon,
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0;
|
2011-02-17 18:42:10 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
toolbar[mode=full] .toolbarbutton-1:not([type=menu-button]) {
|
|
|
|
-moz-box-orient: vertical;
|
2011-07-21 13:50:33 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
toolbar[mode=full] .toolbarbutton-1,
|
|
|
|
toolbar[mode=full] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
|
|
|
min-width: 57px;
|
2010-02-12 09:09:56 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
#nav-bar {
|
|
|
|
/* force iconsize="small" on this toolbar */
|
|
|
|
counter-reset: smallicons;
|
2010-02-23 07:10:45 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
2010-02-16 20:41:58 +00:00
|
|
|
-moz-appearance: none;
|
2012-03-21 16:03:28 +00:00
|
|
|
border: none;
|
2010-02-16 20:41:58 +00:00
|
|
|
padding: 0;
|
2012-03-21 16:03:28 +00:00
|
|
|
background: none;
|
2010-02-16 20:41:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([type=menu-button]),
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
|
|
|
padding: 5px 2px;
|
|
|
|
-moz-box-pack: center;
|
2010-02-16 20:41:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button) {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2010-02-16 20:41:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > menupopup {
|
|
|
|
margin-top: -3px;
|
2010-02-16 20:41:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
|
|
|
-moz-padding-end: 0;
|
2012-02-09 16:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
|
2012-03-21 16:03:28 +00:00
|
|
|
-moz-padding-start: 0;
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
|
|
|
|
padding: 2px 6px;
|
2012-04-21 17:13:07 +00:00
|
|
|
background: hsla(210,32%,93%,0) padding-box;
|
|
|
|
border-radius: 2px;
|
2012-03-21 16:03:28 +00:00
|
|
|
border: 1px solid;
|
|
|
|
border-color: hsla(210,54%,20%,0) hsla(210,54%,20%,0) hsla(210,54%,20%,0);
|
2012-04-21 17:13:07 +00:00
|
|
|
box-shadow: 0 1px hsla(0,0%,100%,0) inset,
|
|
|
|
0 1px hsla(210,54%,20%,0),
|
|
|
|
0 0 2px hsla(210,54%,20%,0);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition-property: background-color, border-color, box-shadow;
|
|
|
|
transition-duration: 150ms;
|
2012-03-21 16:03:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
|
|
padding: 3px 7px;
|
|
|
|
}
|
|
|
|
|
2012-06-24 17:40:00 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button) > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ {
|
2012-03-21 16:03:28 +00:00
|
|
|
-moz-padding-end: 17px;
|
2012-02-09 16:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menu-dropmarker {
|
2012-03-21 16:03:28 +00:00
|
|
|
-moz-margin-start: -15px;
|
2012-02-09 16:19:03 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
|
|
-moz-border-end: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
|
2012-04-21 17:13:07 +00:00
|
|
|
padding: 8px 3px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before {
|
|
|
|
content: "";
|
|
|
|
display: -moz-box;
|
|
|
|
width: 1px;
|
|
|
|
height: 18px;
|
|
|
|
-moz-margin-end: -1px;
|
|
|
|
background: hsla(210,54%,20%,.2) padding-box;
|
|
|
|
box-shadow: 0 0 0 1px hsla(0,0%,100%,.2);
|
2012-03-21 16:03:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon:-moz-locale-dir(ltr),
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2010-03-01 21:30:08 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon:-moz-locale-dir(rtl),
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2010-02-12 09:09:56 +00:00
|
|
|
}
|
|
|
|
|
2012-04-21 17:13:07 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([disabled]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([disabled]):hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([disabled]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon,
|
|
|
|
@conditionalForwardWithUrlbar@ > .toolbarbutton-1:-moz-any([disabled],:not([open]):not([disabled]):not(:active)) > .toolbarbutton-icon {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1));
|
|
|
|
border-color: hsla(210,54%,20%,.15) hsla(210,54%,20%,.2) hsla(210,54%,20%,.25);
|
|
|
|
box-shadow: 0 1px hsla(0,0%,100%,.3) inset,
|
|
|
|
0 1px hsla(210,54%,20%,.03),
|
|
|
|
0 0 2px hsla(210,54%,20%,.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):not([open]):not(:active):hover > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled]) > .dropmarker-icon,
|
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button:not([open]):not(:active):not([disabled]):hover > .toolbarbutton-icon {
|
2012-02-21 10:24:28 +00:00
|
|
|
border-color: hsla(210,54%,20%,.3) hsla(210,54%,20%,.35) hsla(210,54%,20%,.4);
|
2012-04-21 17:13:07 +00:00
|
|
|
background-color: hsla(210,48%,96%,.75);
|
|
|
|
box-shadow: 0 0 1px hsla(210,54%,20%,.03),
|
2012-02-21 10:24:28 +00:00
|
|
|
0 0 2px hsla(210,54%,20%,.1);
|
2010-02-12 09:09:56 +00:00
|
|
|
}
|
|
|
|
|
2012-04-21 17:13:07 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover:active > .toolbarbutton-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled]) > .dropmarker-icon,
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:not([disabled]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1));
|
|
|
|
background-color: hsla(210,54%,20%,.15);
|
2012-02-21 10:24:28 +00:00
|
|
|
border-color: hsla(210,54%,20%,.3) hsla(210,54%,20%,.35) hsla(210,54%,20%,.4);
|
2012-04-21 17:13:07 +00:00
|
|
|
box-shadow: 0 1px 1px hsla(210,54%,20%,.1) inset,
|
|
|
|
0 0 1px hsla(210,54%,20%,.2) inset,
|
2012-05-14 08:22:14 +00:00
|
|
|
/* allows winstripe-keyhole-forward-clip-path to be used for non-hover as well as hover: */
|
2012-02-21 10:24:28 +00:00
|
|
|
0 1px 0 hsla(210,54%,20%,0),
|
|
|
|
0 0 2px hsla(210,54%,20%,0);
|
2010-02-12 09:09:56 +00:00
|
|
|
text-shadow: none;
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: none;
|
2010-02-12 09:09:56 +00:00
|
|
|
}
|
|
|
|
|
2012-04-21 17:13:07 +00:00
|
|
|
@navbarLargeIcons@ .toolbarbutton-1:-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker:not([disabled]) > .dropmarker-icon {
|
|
|
|
-moz-border-start-color: hsla(210,54%,20%,.35);
|
|
|
|
}
|
|
|
|
|
|
|
|
@navbarLargeIcons@ .toolbarbutton-1[checked]:not(:active):hover > .toolbarbutton-icon {
|
2010-02-12 09:09:56 +00:00
|
|
|
background-color: rgba(90%,90%,90%,.4);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: background-color .4s;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
2006-09-22 13:25:52 +00:00
|
|
|
|
2010-12-15 18:59:19 +00:00
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1,
|
|
|
|
:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
2011-02-14 21:23:03 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-style: none;
|
|
|
|
padding: 0 3px;
|
2010-04-27 16:57:19 +00:00
|
|
|
}
|
|
|
|
|
2011-02-14 21:23:03 +00:00
|
|
|
#TabsToolbar .toolbarbutton-1:not([disabled]):hover,
|
|
|
|
#TabsToolbar .toolbarbutton-1[open],
|
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):hover,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):hover {
|
|
|
|
background-image: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5)),
|
|
|
|
-moz-linear-gradient(transparent, rgba(0,0,0,.25) 30%),
|
|
|
|
-moz-linear-gradient(transparent, rgba(0,0,0,.25) 30%);
|
|
|
|
background-position: 1px -1px, 0 -1px, 100% -1px;
|
2012-07-19 00:44:39 +00:00
|
|
|
background-size: calc(100% - 2px) 100%, 1px 100%, 1px 100%;
|
2011-02-14 21:23:03 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addon-bar .toolbarbutton-1:not([disabled]):hover,
|
|
|
|
#addon-bar .toolbarbutton-1[open],
|
|
|
|
#addon-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover {
|
|
|
|
background-image: -moz-linear-gradient(bottom, transparent, rgba(0,0,0,.15)),
|
|
|
|
-moz-linear-gradient(bottom, transparent, rgba(0,0,0,.15) 30%),
|
|
|
|
-moz-linear-gradient(bottom, transparent, rgba(0,0,0,.15) 30%);
|
|
|
|
background-position: left, left, right;
|
|
|
|
background-size: auto, 1px 100%, 1px 100%;
|
|
|
|
background-repeat: no-repeat;
|
2010-08-26 06:35:54 +00:00
|
|
|
}
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
/* unified back/forward button */
|
|
|
|
|
2010-02-16 20:42:21 +00:00
|
|
|
#back-button {
|
|
|
|
-moz-image-region: rect(0, 18px, 18px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#forward-button {
|
|
|
|
-moz-image-region: rect(0, 36px, 18px, 18px);
|
2011-01-18 08:43:54 +00:00
|
|
|
}
|
|
|
|
|
2009-08-11 08:27:20 +00:00
|
|
|
#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
|
2010-11-24 08:35:16 +00:00
|
|
|
#forward-button:-moz-locale-dir(rtl),
|
|
|
|
#forward-button:-moz-locale-dir(rtl) > .toolbarbutton-text {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2009-08-11 08:27:20 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ {
|
|
|
|
-moz-box-align: center;
|
2011-01-18 08:43:54 +00:00
|
|
|
}
|
|
|
|
|
2011-10-10 08:01:33 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button {
|
2012-03-21 16:03:28 +00:00
|
|
|
padding: 0;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button > menupopup {
|
|
|
|
margin-top: 1px;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #forward-button > .toolbarbutton-icon {
|
|
|
|
/*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
|
2012-05-14 08:22:14 +00:00
|
|
|
clip-path: url(chrome://browser/content/browser.xul#winstripe-keyhole-forward-clip-path);
|
2012-03-21 16:03:28 +00:00
|
|
|
-moz-margin-start: -6px !important;
|
|
|
|
border-left-style: none;
|
|
|
|
border-radius: 0;
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-right: 3px;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) > #forward-button {
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: opacity @forwardTransitionLength@ ease-out;
|
2008-03-21 04:31:27 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@:not(:hover) > #forward-button[disabled] {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #back-button {
|
2011-07-21 13:50:33 +00:00
|
|
|
-moz-image-region: rect(18px, 20px, 38px, 0);
|
2012-03-21 16:03:28 +00:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
2011-07-09 13:49:42 +00:00
|
|
|
-moz-padding-start: 5px;
|
|
|
|
-moz-padding-end: 0;
|
2010-02-12 09:09:56 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
2011-07-09 13:49:42 +00:00
|
|
|
border-radius: 0 10000px 10000px 0;
|
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #back-button:-moz-locale-dir(rtl) {
|
2011-07-09 13:49:42 +00:00
|
|
|
border-radius: 10000px 0 0 10000px;
|
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #back-button > menupopup {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #back-button > .toolbarbutton-icon {
|
2011-07-09 13:49:42 +00:00
|
|
|
border-radius: 10000px;
|
|
|
|
padding: 5px;
|
2010-03-27 07:14:58 +00:00
|
|
|
border: none;
|
2012-04-21 17:13:07 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1));
|
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,100%,.3) inset,
|
|
|
|
0 0 0 1px hsla(0,0%,100%,.3) inset,
|
|
|
|
0 0 0 1px hsla(210,54%,20%,.25),
|
|
|
|
0 1px 0 hsla(210,54%,20%,.35);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition-property: background-color, box-shadow;
|
|
|
|
transition-duration: 250ms;
|
2010-03-27 07:14:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon {
|
2012-02-21 10:24:28 +00:00
|
|
|
background-color: hsla(210,48%,96%,.75);
|
2012-04-21 17:13:07 +00:00
|
|
|
box-shadow: 0 1px 0 hsla(0,0%,100%,.3) inset,
|
|
|
|
0 0 0 1px hsla(0,0%,100%,.3) inset,
|
|
|
|
0 0 0 1px hsla(210,54%,20%,.3),
|
|
|
|
0 1px 0 hsla(210,54%,20%,.4),
|
|
|
|
0 0 4px hsla(210,54%,20%,.2);
|
2010-03-27 07:14:58 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 16:03:28 +00:00
|
|
|
@conditionalForwardWithUrlbar@ > #back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon,
|
|
|
|
@conditionalForwardWithUrlbar@ > #back-button[open="true"] > .toolbarbutton-icon {
|
2012-04-21 17:13:07 +00:00
|
|
|
background-color: hsla(210,54%,20%,.15);
|
|
|
|
box-shadow: 0 1px 1px hsla(210,54%,20%,.1) inset,
|
|
|
|
0 0 1px hsla(210,54%,20%,.2) inset,
|
|
|
|
0 0 0 1px hsla(210,54%,20%,.4),
|
|
|
|
0 1px 0 hsla(210,54%,20%,.2);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: none;
|
2012-04-21 17:13:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ > #back-button[disabled] > .toolbarbutton-icon {
|
|
|
|
box-shadow: 0 0 0 1px hsla(210,54%,20%,.55),
|
|
|
|
0 1px 0 hsla(210,54%,20%,.65);
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: none;
|
2010-02-16 20:42:21 +00:00
|
|
|
}
|
|
|
|
|
2009-08-07 08:42:16 +00:00
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
|
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-03-02 04:37:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/menu-back.png") !important;
|
2008-03-01 03:53:59 +00:00
|
|
|
}
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2009-08-07 08:42:16 +00:00
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
|
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-03-02 04:37:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
|
2008-03-01 03:53:59 +00:00
|
|
|
}
|
2007-06-17 01:41:59 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* stop button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#stop-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 54px, 18px, 36px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* reload button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#reload-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 72px, 18px, 54px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2008-01-30 23:16:52 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* home button */
|
|
|
|
|
2008-01-30 23:16:52 +00:00
|
|
|
#home-button.bookmark-item {
|
2010-02-12 09:09:56 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
2008-01-30 10:43:29 +00:00
|
|
|
}
|
2011-07-21 13:50:33 +00:00
|
|
|
#home-button.bookmark-item:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
|
|
|
|
}
|
2010-02-12 09:09:56 +00:00
|
|
|
#home-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 90px, 18px, 72px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2010-07-29 19:37:25 +00:00
|
|
|
/* tabview button */
|
2010-07-11 18:26:36 +00:00
|
|
|
|
2011-02-19 10:35:02 +00:00
|
|
|
#tabview-button,
|
|
|
|
#menu_tabview {
|
2010-07-29 19:37:25 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
|
2011-02-19 10:35:02 +00:00
|
|
|
}
|
|
|
|
|
2011-08-15 15:43:36 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
2012-03-29 09:31:47 +00:00
|
|
|
:-moz-any(#TabsToolbar, #nav-bar[tabsontop=false], #toolbar-menubar) > #tabview-button:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
:-moz-any(#TabsToolbar, #nav-bar[tabsontop=false], #toolbar-menubar) > toolbarpaletteitem > #tabview-button:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
2011-08-15 15:43:36 +00:00
|
|
|
%endif
|
|
|
|
#tabview-button:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url(chrome://browser/skin/tabview/tabview-inverted.png);
|
|
|
|
}
|
|
|
|
|
2011-02-19 10:35:02 +00:00
|
|
|
#tabview-button {
|
2010-09-10 21:51:14 +00:00
|
|
|
-moz-image-region: rect(0, 90px, 18px, 72px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="0"] {
|
|
|
|
-moz-image-region: rect(0, 18px, 18px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="1"] {
|
|
|
|
-moz-image-region: rect(0, 36px, 18px, 18px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="2"] {
|
|
|
|
-moz-image-region: rect(0, 54px, 18px, 36px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabview-button[groups="3"] {
|
|
|
|
-moz-image-region: rect(0, 72px, 18px, 54px);
|
2010-07-11 18:26:36 +00:00
|
|
|
}
|
|
|
|
|
2011-02-19 10:35:02 +00:00
|
|
|
#menu_tabview {
|
|
|
|
-moz-image-region: rect(1px, 89px, 17px, 73px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="0"] {
|
|
|
|
-moz-image-region: rect(1px, 17px, 17px, 1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="1"] {
|
|
|
|
-moz-image-region: rect(1px, 35px, 17px, 19px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="2"] {
|
|
|
|
-moz-image-region: rect(1px, 53px, 17px, 37px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_tabview[groups="3"] {
|
|
|
|
-moz-image-region: rect(1px, 71px, 17px, 55px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* download manager button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#downloads-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 108px, 18px, 90px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* history sidebar button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#history-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 126px, 18px, 108px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2010-06-24 17:08:43 +00:00
|
|
|
/* bookmark sidebar & menu buttons */
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2010-06-24 17:08:43 +00:00
|
|
|
#bookmarks-button,
|
|
|
|
#bookmarks-menu-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 144px, 18px, 126px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2010-06-24 17:08:43 +00:00
|
|
|
#bookmarks-menu-button.bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
|
|
}
|
|
|
|
|
2011-07-21 13:50:33 +00:00
|
|
|
#bookmarks-menu-button.bookmark-item:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* print button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#print-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 162px, 18px, 144px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
/* toolbar new tab button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#new-tab-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 180px, 18px, 162px);
|
2009-01-23 08:13:13 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* new window button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#new-window-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 198px, 18px, 180px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* cut button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#cut-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 216px, 18px, 198px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* copy button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#copy-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 234px, 18px, 216px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* paste button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#paste-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 252px, 18px, 234px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-07-31 17:58:17 +00:00
|
|
|
/* fullscreen button */
|
|
|
|
|
2010-02-12 09:09:56 +00:00
|
|
|
#fullscreen-button {
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 270px, 18px, 252px);
|
2009-07-31 17:58:17 +00:00
|
|
|
}
|
|
|
|
|
2010-09-11 10:07:47 +00:00
|
|
|
/* zoom controls */
|
|
|
|
|
|
|
|
#zoom-out-button {
|
|
|
|
-moz-image-region: rect(0, 288px, 18px, 270px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#zoom-in-button {
|
|
|
|
-moz-image-region: rect(0, 306px, 18px, 288px);
|
2011-01-18 08:43:54 +00:00
|
|
|
}
|
|
|
|
|
2010-09-16 11:23:13 +00:00
|
|
|
/* sync button */
|
|
|
|
|
2010-09-10 17:00:55 +00:00
|
|
|
#sync-button {
|
2010-09-15 20:49:13 +00:00
|
|
|
-moz-image-region: rect(0, 324px, 18px, 306px);
|
2010-09-10 17:00:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sync-button[status="active"] {
|
2010-09-15 20:49:13 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-throbber.png");
|
|
|
|
-moz-image-region: rect(0, 18px, 18px, 0);
|
2010-09-10 17:00:55 +00:00
|
|
|
}
|
2010-09-16 11:23:13 +00:00
|
|
|
|
2010-10-15 17:57:10 +00:00
|
|
|
/* feed button */
|
|
|
|
|
|
|
|
#feed-button {
|
|
|
|
-moz-image-region: rect(0, 342px, 18px, 324px);
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: fullscreen window controls ::::: */
|
|
|
|
|
2012-03-28 08:33:17 +00:00
|
|
|
#window-controls {
|
2011-01-11 07:38:17 +00:00
|
|
|
-moz-margin-start: 4px;
|
|
|
|
}
|
|
|
|
|
2009-06-03 16:01:26 +00:00
|
|
|
#minimize-button,
|
|
|
|
#restore-button,
|
|
|
|
#close-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/windowControls.png");
|
2006-10-23 13:59:34 +00:00
|
|
|
padding: 0;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#minimize-button {
|
2009-06-03 16:01:26 +00:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
#minimize-button:hover {
|
|
|
|
-moz-image-region: rect(16px, 16px, 32px, 0);
|
|
|
|
}
|
|
|
|
#minimize-button:hover:active {
|
|
|
|
-moz-image-region: rect(32px, 16px, 48px, 0);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
#restore-button {
|
2009-06-03 16:01:26 +00:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
#restore-button:hover {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
#restore-button:hover:active {
|
|
|
|
-moz-image-region: rect(32px, 32px, 48px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
#close-button {
|
2009-06-03 16:01:26 +00:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-style: none;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
#close-button:hover {
|
|
|
|
-moz-image-region: rect(16px, 48px, 32px, 32px);
|
|
|
|
}
|
|
|
|
#close-button:hover:active {
|
|
|
|
-moz-image-region: rect(32px, 48px, 48px, 32px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2010-03-02 11:43:23 +00:00
|
|
|
/* ::::: Location Bar ::::: */
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2010-03-02 23:22:25 +00:00
|
|
|
#urlbar,
|
|
|
|
.searchbar-textbox {
|
|
|
|
-moz-appearance: none;
|
|
|
|
margin: 1px 3px;
|
2011-09-24 11:03:09 +00:00
|
|
|
padding: 0;
|
2010-06-09 01:44:33 +00:00
|
|
|
background-clip: padding-box;
|
2011-05-16 09:04:52 +00:00
|
|
|
border: 1px solid ThreeDShadow;
|
2012-03-06 10:15:31 +00:00
|
|
|
border-radius: 2px;
|
2009-11-11 18:49:56 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar {
|
|
|
|
width: 7em;
|
|
|
|
min-width: 7em;
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
}
|
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2010-06-12 07:00:09 +00:00
|
|
|
#urlbar,
|
|
|
|
.searchbar-textbox {
|
|
|
|
@navbarTextboxCustomBorder@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2010-03-02 23:22:25 +00:00
|
|
|
#urlbar:-moz-lwtheme,
|
|
|
|
.searchbar-textbox:-moz-lwtheme {
|
|
|
|
background-color: rgba(255,255,255,.8);
|
2010-06-12 07:00:09 +00:00
|
|
|
@navbarTextboxCustomBorder@
|
2010-03-02 23:22:25 +00:00
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2011-10-10 08:01:33 +00:00
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container {
|
|
|
|
padding-left: @conditionalForwardWithUrlbarWidth@px;
|
|
|
|
-moz-margin-start: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
position: relative;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar {
|
|
|
|
-moz-border-start: none;
|
|
|
|
margin-left: 0;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) + #urlbar-container > #urlbar {
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: margin-left @forwardTransitionLength@ ease-out;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container {
|
2012-05-14 08:22:14 +00:00
|
|
|
clip-path: url("chrome://browser/content/browser.xul#winstripe-urlbar-back-button-clip-path");
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar {
|
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:hover:not([switchingtabs]) + #urlbar-container > #urlbar {
|
|
|
|
/* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */
|
2012-07-11 02:13:55 +00:00
|
|
|
transition-delay: 100s;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar {
|
|
|
|
/* when not hovered anymore, trigger a new transition to hide the forward button immediately */
|
2011-10-10 14:19:24 +00:00
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@.01px;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container:-moz-locale-dir(rtl),
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar:-moz-locale-dir(rtl) {
|
|
|
|
/* let winstripe-urlbar-back-button-mask clip the urlbar's right side for RTL */
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
2010-09-15 23:18:40 +00:00
|
|
|
html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
|
2010-03-04 07:13:27 +00:00
|
|
|
.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
|
2010-03-02 23:22:25 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar:-moz-lwtheme[focused="true"],
|
|
|
|
.searchbar-textbox:-moz-lwtheme[focused="true"] {
|
|
|
|
background-color: white;
|
2006-09-22 00:47:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-container {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-moz-box-align: stretch;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2011-02-11 00:59:40 +00:00
|
|
|
.urlbar-textbox-container {
|
|
|
|
-moz-box-align: stretch;
|
|
|
|
}
|
2012-05-08 21:47:19 +00:00
|
|
|
|
2012-04-23 19:12:47 +00:00
|
|
|
.urlbar-input-box {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
2011-02-11 00:59:40 +00:00
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
#urlbar-icons {
|
2007-11-24 06:00:27 +00:00
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2009-08-11 02:59:10 +00:00
|
|
|
.urlbar-icon {
|
2011-09-24 11:03:09 +00:00
|
|
|
padding: 3px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-button,
|
|
|
|
.search-go-container {
|
|
|
|
padding: 2px 2px;
|
2009-08-11 02:59:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.urlbar-icon:-moz-system-metric(touch-enabled) {
|
|
|
|
-moz-margin-end: 1px !important;
|
|
|
|
padding: 0 3px !important;
|
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
.urlbar-icon:hover {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(200,100%,70%,.3), hsla(200,100%,70%,0));
|
|
|
|
}
|
|
|
|
|
|
|
|
.urlbar-icon[open="true"],
|
|
|
|
.urlbar-icon:hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(200,100%,70%,.1), hsla(200,100%,70%,0));
|
|
|
|
}
|
|
|
|
|
2008-01-10 09:16:24 +00:00
|
|
|
#urlbar-search-splitter {
|
2010-03-02 23:22:25 +00:00
|
|
|
min-width: 6px;
|
|
|
|
-moz-margin-start: -3px;
|
2008-01-10 09:16:24 +00:00
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-search-splitter + #urlbar-container > #urlbar ,
|
|
|
|
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-22 11:21:35 +00:00
|
|
|
#urlbar-display-box {
|
2010-03-26 21:59:02 +00:00
|
|
|
-moz-border-end: 1px solid #AAA;
|
|
|
|
-moz-margin-end: 3px;
|
|
|
|
}
|
|
|
|
|
2011-01-22 11:21:35 +00:00
|
|
|
#urlbar-display {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2012-04-23 19:12:47 +00:00
|
|
|
-moz-margin-start: 0;
|
2011-01-22 11:21:35 +00:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2010-03-02 11:43:23 +00:00
|
|
|
/* identity box */
|
|
|
|
|
|
|
|
#identity-box {
|
2011-03-18 21:21:02 +00:00
|
|
|
padding: 2px;
|
2012-05-07 17:17:55 +00:00
|
|
|
font-size: .9em;
|
2011-03-18 21:21:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(ltr) {
|
2011-09-14 19:05:55 +00:00
|
|
|
border-top-left-radius: 1.5px;
|
|
|
|
border-bottom-left-radius: 1.5px;
|
2011-03-18 21:21:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(rtl) {
|
2011-09-14 19:05:55 +00:00
|
|
|
border-top-right-radius: 1.5px;
|
|
|
|
border-bottom-right-radius: 1.5px;
|
2010-09-09 15:07:10 +00:00
|
|
|
}
|
|
|
|
|
2011-10-10 08:01:33 +00:00
|
|
|
#notification-popup-box:not([hidden]) + #identity-box {
|
|
|
|
-moz-padding-start: 10px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar > #identity-box {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
|
|
|
|
padding-left: 5px;
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: padding-left;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
|
|
|
|
padding-right: 5px;
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: padding-right;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:hover:not([switchingtabs]) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box {
|
|
|
|
/* forward button hiding is delayed when hovered */
|
2012-07-11 02:13:55 +00:00
|
|
|
transition-delay: 100s;
|
2011-10-10 08:01:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) {
|
|
|
|
/* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
|
|
|
|
padding-left: 5.01px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled]:not(:hover) + #urlbar-container > #urlbar > #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) {
|
|
|
|
/* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */
|
|
|
|
padding-right: 5.01px;
|
|
|
|
}
|
|
|
|
|
2012-05-27 22:29:07 +00:00
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
|
2012-05-07 17:17:55 +00:00
|
|
|
color: hsl(92,100%,30%);
|
2012-04-23 19:12:47 +00:00
|
|
|
-moz-margin-end: 4px;
|
2012-05-07 17:17:55 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(92,81%,16%,0),
|
|
|
|
hsla(92,81%,16%,.2) 25%,
|
|
|
|
hsla(92,81%,16%,.2) 75%,
|
|
|
|
hsla(92,81%,16%,0));
|
|
|
|
background-position: right;
|
|
|
|
background-size: 1px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
|
|
|
|
background-position: left;
|
2011-03-18 21:21:02 +00:00
|
|
|
}
|
|
|
|
|
2012-04-23 19:13:17 +00:00
|
|
|
#identity-box.verifiedIdentity:not(:-moz-lwtheme) {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2011-03-18 21:21:02 +00:00
|
|
|
#identity-box:-moz-focusring {
|
|
|
|
outline: 1px dotted #000;
|
|
|
|
outline-offset: -3px;
|
2010-09-09 15:07:10 +00:00
|
|
|
}
|
|
|
|
|
2010-09-08 11:39:35 +00:00
|
|
|
#identity-icon-labels {
|
2012-04-23 19:12:47 +00:00
|
|
|
-moz-padding-start: 2px;
|
|
|
|
-moz-padding-end: 5px;
|
2010-09-08 07:47:49 +00:00
|
|
|
}
|
|
|
|
|
2010-03-02 11:43:23 +00:00
|
|
|
/* Location bar dropmarker */
|
|
|
|
|
2010-09-15 05:41:16 +00:00
|
|
|
.urlbar-history-dropmarker {
|
2010-03-02 11:43:23 +00:00
|
|
|
-moz-appearance: none;
|
2011-09-24 11:03:09 +00:00
|
|
|
padding: 0 3px;
|
2010-03-02 11:43:23 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
width: auto;
|
2011-09-24 11:03:09 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/urlbar-history-dropmarker.png");
|
|
|
|
-moz-image-region: rect(0px, 11px, 14px, 0px);
|
2010-03-02 11:43:23 +00:00
|
|
|
}
|
|
|
|
|
2010-09-15 05:41:16 +00:00
|
|
|
.urlbar-history-dropmarker:-moz-system-metric(touch-enabled) {
|
2010-08-19 20:22:16 +00:00
|
|
|
min-width: 6.4mozmm;
|
2010-03-02 11:43:23 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
.urlbar-history-dropmarker:hover {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(205,100%,70%,.3), hsla(205,100%,70%,0));
|
|
|
|
-moz-image-region: rect(0px, 22px, 14px, 11px);
|
|
|
|
}
|
|
|
|
|
2010-09-15 05:41:16 +00:00
|
|
|
.urlbar-history-dropmarker:hover:active,
|
|
|
|
.urlbar-history-dropmarker[open="true"] {
|
2011-09-24 11:03:09 +00:00
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(205,100%,70%,.1), hsla(205,100%,70%,0));
|
|
|
|
-moz-image-region: rect(0px, 33px, 14px, 22px);
|
2010-03-02 11:43:23 +00:00
|
|
|
}
|
|
|
|
|
2010-09-08 11:39:35 +00:00
|
|
|
/* page proxy icon */
|
|
|
|
|
2011-12-08 23:43:07 +00:00
|
|
|
#page-proxy-favicon {
|
2010-09-08 11:39:35 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2012-05-30 14:57:10 +00:00
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
-moz-margin-start: 3px;
|
|
|
|
-moz-margin-end: 2px;
|
2012-04-21 07:03:31 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-generic.png);
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2010-09-08 11:39:35 +00:00
|
|
|
}
|
|
|
|
|
2012-06-13 11:56:57 +00:00
|
|
|
@conditionalForwardWithUrlbar@ + #urlbar-container > #urlbar > #identity-box > #page-proxy-favicon {
|
2012-05-30 14:57:10 +00:00
|
|
|
-moz-margin-end: 1px;
|
|
|
|
}
|
|
|
|
|
2012-06-13 11:56:57 +00:00
|
|
|
.verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] {
|
2012-04-21 07:03:31 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https.png);
|
|
|
|
}
|
|
|
|
|
2012-06-13 11:56:57 +00:00
|
|
|
.verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] {
|
2012-04-21 07:03:31 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https-ev.png);
|
|
|
|
}
|
|
|
|
|
2012-06-13 11:56:57 +00:00
|
|
|
#identity-box:hover > #page-proxy-favicon {
|
2012-04-21 07:03:31 +00:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2012-06-13 11:56:57 +00:00
|
|
|
#identity-box:hover:active > #page-proxy-favicon,
|
|
|
|
#identity-box[open=true] > #page-proxy-favicon {
|
2012-04-21 07:03:31 +00:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2010-09-08 11:39:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-proxy-favicon[pageproxystate="invalid"] {
|
2012-05-27 22:29:07 +00:00
|
|
|
opacity: 0.3;
|
2010-09-08 11:39:35 +00:00
|
|
|
}
|
|
|
|
|
2010-03-02 11:43:23 +00:00
|
|
|
/* autocomplete */
|
2004-06-17 23:01:11 +00:00
|
|
|
|
2007-11-06 08:43:53 +00:00
|
|
|
#treecolAutoCompleteImage {
|
2007-11-30 04:57:57 +00:00
|
|
|
max-width: 36px;
|
2007-08-31 20:19:19 +00:00
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-result-type-bookmark,
|
2007-11-06 08:43:53 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
2008-04-29 19:09:28 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/editBookmark.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2012-05-08 21:47:19 +00:00
|
|
|
width: 16px;
|
2007-11-06 08:43:53 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-07-17 11:48:40 +00:00
|
|
|
.ac-result-type-keyword,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
|
2009-04-03 10:30:02 +00:00
|
|
|
list-style-image: url(chrome://global/skin/icons/Search-glass.png);
|
2008-07-17 11:48:40 +00:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-result-type-tag,
|
2007-11-06 08:43:53 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
2012-05-08 21:47:19 +00:00
|
|
|
width: 16px;
|
2007-09-07 05:35:10 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
.ac-comment {
|
2012-07-13 03:53:00 +00:00
|
|
|
font-size: 1.06em;
|
2007-11-30 04:57:57 +00:00
|
|
|
}
|
|
|
|
|
2008-04-12 03:14:42 +00:00
|
|
|
.ac-extra > .ac-comment {
|
2012-07-13 03:53:00 +00:00
|
|
|
font-size: 1em;
|
2008-04-12 03:14:42 +00:00
|
|
|
}
|
|
|
|
|
2010-12-11 02:32:14 +00:00
|
|
|
.ac-url-text,
|
|
|
|
.ac-action-text {
|
2012-07-13 03:53:00 +00:00
|
|
|
font-size: 1em;
|
2008-08-02 19:37:17 +00:00
|
|
|
color: -moz-nativehyperlinktext;
|
2008-04-14 00:49:46 +00:00
|
|
|
}
|
|
|
|
|
2010-03-29 10:04:05 +00:00
|
|
|
%ifndef WINSTRIPE_AERO
|
2011-12-27 23:49:17 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2012-07-13 03:53:00 +00:00
|
|
|
.ac-url-text:not([selected="true"]),
|
|
|
|
.ac-action-text:not([selected="true"]) {
|
|
|
|
color: #008800;
|
2011-12-27 23:49:17 +00:00
|
|
|
}
|
2007-11-30 04:57:57 +00:00
|
|
|
}
|
2010-03-29 10:04:05 +00:00
|
|
|
%endif
|
2007-11-30 04:57:57 +00:00
|
|
|
|
2010-08-26 04:01:22 +00:00
|
|
|
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
2010-03-26 21:59:02 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
2012-07-13 03:53:00 +00:00
|
|
|
-moz-image-region: rect(0, 16px, 11px, 0);
|
2012-05-04 16:16:02 +00:00
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
|
2012-07-13 03:53:00 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
@media not all and (-moz-windows-default-theme) {
|
|
|
|
%endif
|
|
|
|
richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
|
|
|
|
-moz-image-region: rect(11px, 16px, 22px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac-comment[selected="true"],
|
|
|
|
.ac-url-text[selected="true"],
|
|
|
|
.ac-action-text[selected="true"] {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
%ifdef WINSTRIPE_AERO
|
2010-03-26 21:59:02 +00:00
|
|
|
}
|
2012-07-13 03:53:00 +00:00
|
|
|
%endif
|
2010-03-26 21:59:02 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
2007-11-30 04:57:57 +00:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2012-05-08 21:47:19 +00:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
|
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
|
2006-05-26 22:41:42 +00:00
|
|
|
{
|
|
|
|
color: GrayText;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell(suggesthint) {
|
|
|
|
border-top: 1px solid GrayText;
|
|
|
|
}
|
2006-09-22 00:47:18 +00:00
|
|
|
|
2010-09-03 02:20:12 +00:00
|
|
|
/* combined go/reload/stop button in location bar */
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button,
|
2010-09-03 02:20:12 +00:00
|
|
|
#urlbar > toolbarbutton {
|
|
|
|
-moz-appearance: none;
|
2011-09-24 11:03:09 +00:00
|
|
|
padding: 0 2px;
|
2010-09-03 02:20:12 +00:00
|
|
|
background-origin: border-box;
|
|
|
|
border: none;
|
2011-09-24 11:03:09 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/reload-stop-go.png");
|
2011-01-27 13:15:56 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button {
|
|
|
|
padding: 0 3px;
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar-reload-button {
|
|
|
|
-moz-image-region: rect(0, 14px, 14px, 0);
|
2011-01-27 13:15:56 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar-reload-button:not([disabled]):hover {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(200,100%,70%,.2), hsla(200,100%,70%,0));
|
|
|
|
-moz-image-region: rect(14px, 14px, 28px, 0);
|
2011-08-05 19:45:59 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar-reload-button:not([disabled]):hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(200,100%,60%,.1), hsla(200,100%,60%,0));
|
|
|
|
-moz-image-region: rect(28px, 14px, 42px, 0);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button,
|
|
|
|
#urlbar-go-button {
|
|
|
|
-moz-image-region: rect(0, 42px, 14px, 28px);
|
2011-01-27 13:15:56 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button:hover,
|
2010-09-03 02:20:12 +00:00
|
|
|
#urlbar-go-button:hover {
|
2011-09-24 11:03:09 +00:00
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(110,70%,50%,.2), hsla(110,70%,50%,0));
|
|
|
|
-moz-image-region: rect(14px, 42px, 28px, 28px);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button:hover:active,
|
|
|
|
#urlbar-go-button:hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(110,70%,50%,.1), hsla(110,70%,50%,0));
|
|
|
|
-moz-image-region: rect(28px, 42px, 42px, 28px);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
|
|
|
|
#urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-stop-button {
|
2011-09-24 11:03:09 +00:00
|
|
|
-moz-image-region: rect(0, 28px, 14px, 14px);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2011-09-24 11:03:09 +00:00
|
|
|
#urlbar-stop-button:not([disabled]):hover {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(5,100%,75%,.3), hsla(5,100%,75%,0));
|
|
|
|
-moz-image-region: rect(14px, 28px, 28px, 14px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-stop-button:hover:active {
|
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(5,100%,75%,.1), hsla(5,100%,75%,0));
|
|
|
|
-moz-image-region: rect(28px, 28px, 42px, 14px);
|
2010-09-03 02:20:12 +00:00
|
|
|
}
|
|
|
|
|
2010-12-16 17:53:27 +00:00
|
|
|
/* popup blocker button */
|
|
|
|
|
|
|
|
#page-report-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-report-button:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-report-button:hover:active,
|
|
|
|
#page-report-button[open="true"] {
|
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
2012-07-12 01:31:19 +00:00
|
|
|
/* social recommending panel */
|
|
|
|
|
|
|
|
#share-button {
|
|
|
|
list-style-image: url(chrome://browser/skin/share-button.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-button:not([shared]):not([disabled]):hover {
|
|
|
|
list-style-image: url(chrome://browser/skin/share-button-active.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#share-button[shared] {
|
|
|
|
list-style-image: url(chrome://browser/skin/share-button-shared.png);
|
|
|
|
}
|
|
|
|
|
2012-07-17 17:47:04 +00:00
|
|
|
#socialUserPortrait {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#socialUserDisplayName,
|
|
|
|
#socialUserPortrait {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#socialUserDisplayName {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
font-size: 130%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#socialUserDisplayName > .button-box {
|
|
|
|
-moz-padding-start: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
border-top-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#socialUserDisplayName:hover {
|
|
|
|
color: -moz-nativehyperlinktext;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editSharePopupText {
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editSharePopupBottomButtons {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
/* star button */
|
2010-03-02 11:43:23 +00:00
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
#star-button {
|
2008-04-29 19:09:28 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmark.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#star-button:hover {
|
2011-09-24 11:03:09 +00:00
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(45,100%,73%,.3), hsla(45,100%,73%,0));
|
2012-05-08 21:47:19 +00:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
2008-04-29 19:09:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#star-button:hover:active {
|
2011-09-24 11:03:09 +00:00
|
|
|
background-image: -moz-radial-gradient(center, circle closest-side, hsla(45,100%,73%,.1), hsla(45,100%,73%,0));
|
2008-04-29 19:09:28 +00:00
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
2007-09-15 08:21:20 +00:00
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
#star-button[starred="true"] {
|
2008-04-29 19:09:28 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/editBookmark.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:37:20 +00:00
|
|
|
/* bookmarking panel */
|
|
|
|
#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 22:18:23 +00:00
|
|
|
#editBookmarkPanelHeader,
|
|
|
|
#editBookmarkPanelContent {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
2009-01-13 10:48:26 +00:00
|
|
|
/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
|
|
|
|
#editBMPanel_folderTree {
|
2009-01-17 14:45:37 +00:00
|
|
|
min-width: 27em;
|
2009-01-13 10:48:26 +00:00
|
|
|
}
|
|
|
|
|
2011-05-24 04:16:39 +00:00
|
|
|
.panel-promo-box {
|
2012-06-19 14:07:24 +00:00
|
|
|
margin: 10px -10px -10px;
|
|
|
|
padding: 8px 10px;
|
|
|
|
border-top: 1px solid ThreeDShadow;
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,0%,.15), hsla(0,0%,0%,.08) 6px);
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2011-12-18 03:02:51 +00:00
|
|
|
}
|
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2011-12-18 03:02:51 +00:00
|
|
|
.panel-promo-box {
|
2012-06-19 14:07:24 +00:00
|
|
|
border-top-style: none;
|
|
|
|
background: #f1f5fb;
|
2011-12-18 03:02:51 +00:00
|
|
|
color: GrayText;
|
|
|
|
box-shadow: 0px 1px 2px rgb(204,214,234) inset;
|
|
|
|
}
|
2011-05-24 04:16:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-icon {
|
2011-07-04 14:06:16 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-notification-24.png");
|
2011-05-24 04:16:39 +00:00
|
|
|
-moz-margin-end: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
border: none;
|
|
|
|
-moz-margin-end: -10px;
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton:hover:active {
|
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton > .toolbarbutton-text {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: content area ::::: */
|
|
|
|
|
2007-09-15 08:21:20 +00:00
|
|
|
#sidebar {
|
|
|
|
background-color: Window;
|
|
|
|
}
|
|
|
|
|
2008-04-30 17:00:35 +00:00
|
|
|
#sidebar-title {
|
|
|
|
-moz-padding-start: 0px;
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
/* ::::: throbber ::::: */
|
|
|
|
|
|
|
|
#navigator-throbber {
|
2008-10-25 13:15:53 +00:00
|
|
|
width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
margin: 0 3px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
2004-11-30 08:23:02 +00:00
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
#navigator-throbber[busy="true"] {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-11-01 23:24:12 +00:00
|
|
|
#navigator-throbber,
|
|
|
|
#wrapper-navigator-throbber > #navigator-throbber {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tabstrip */
|
2011-02-10 01:36:26 +00:00
|
|
|
|
2010-03-17 06:36:13 +00:00
|
|
|
#TabsToolbar {
|
|
|
|
min-height: 0;
|
|
|
|
padding: 0;
|
2010-06-11 12:15:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar:not(:-moz-lwtheme),
|
2011-02-10 01:36:26 +00:00
|
|
|
#TabsToolbar[tabsontop=false] {
|
|
|
|
background-image:
|
|
|
|
-moz-linear-gradient(bottom, @toolbarShadowColor@ 1px, rgba(0,0,0,.05) 1px, transparent 50%);
|
2010-08-10 07:01:41 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 05:40:41 +00:00
|
|
|
%ifndef WINSTRIPE_AERO
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-default-theme) {
|
2011-05-09 18:52:59 +00:00
|
|
|
#main-window[sizemode=normal] #TabsToolbar {
|
2011-03-03 05:40:41 +00:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2009-11-11 18:49:56 +00:00
|
|
|
.tabbrowser-tab,
|
2010-04-27 16:57:19 +00:00
|
|
|
.tabs-newtab-button {
|
2007-11-21 12:04:21 +00:00
|
|
|
-moz-appearance: none;
|
2011-02-10 01:36:26 +00:00
|
|
|
background: @toolbarShadowOnTab@, @bgTabTexture@,
|
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
|
|
|
background-origin: border-box;
|
|
|
|
background-position: 1px 2px;
|
2012-07-19 00:44:39 +00:00
|
|
|
background-size: calc(100% - 2px) calc(100% - 2px);
|
2010-06-13 08:19:52 +00:00
|
|
|
background-repeat: no-repeat;
|
2010-04-20 07:33:08 +00:00
|
|
|
margin: 0;
|
2011-04-12 10:52:49 +00:00
|
|
|
padding: 2px 0 4px;
|
2011-12-22 23:35:20 +00:00
|
|
|
border-width: 4px 3px 0;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-image: url(tabbrowser/tab.png) 4 3 0 fill repeat stretch;
|
2011-06-29 14:41:01 +00:00
|
|
|
border-radius: 0;
|
2009-11-11 18:49:56 +00:00
|
|
|
}
|
|
|
|
|
2010-04-20 07:33:08 +00:00
|
|
|
.tabbrowser-tab:hover,
|
2010-04-27 16:57:19 +00:00
|
|
|
.tabs-newtab-button:hover {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: @toolbarShadowOnTab@, @bgTabTextureHover@,
|
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
2009-11-11 18:49:56 +00:00
|
|
|
}
|
|
|
|
|
2011-01-13 08:19:38 +00:00
|
|
|
%ifndef WINSTRIPE_AERO
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-windows-theme: luna-blue) {
|
2011-01-13 08:19:38 +00:00
|
|
|
.tabbrowser-tab,
|
|
|
|
.tabs-newtab-button {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: @toolbarShadowOnTab@,
|
|
|
|
-moz-linear-gradient(hsla(51,34%,89%,.9), hsla(51,15%,79%,.9) 1px, hsla(51,9%,68%,.9));
|
2011-01-13 08:19:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab:hover,
|
|
|
|
.tabs-newtab-button:hover {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: @toolbarShadowOnTab@,
|
|
|
|
-moz-linear-gradient(hsla(51,34%,100%,.9), hsla(51,15%,94%,.9) 1px, hsla(51,9%,83%,.9));
|
2011-01-13 08:19:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab[selected="true"] {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 50%),
|
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-window[tabsontop=false]:not([disablechrome]) .tabbrowser-tab[selected=true]:not(:-moz-lwtheme) {
|
|
|
|
background-image: @toolbarShadowOnTab@,
|
|
|
|
-moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 50%),
|
2010-08-09 07:43:45 +00:00
|
|
|
-moz-linear-gradient(-moz-dialog, -moz-dialog);
|
2007-11-21 12:04:21 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab:-moz-lwtheme {
|
|
|
|
color: inherit;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab[selected="true"]:-moz-lwtheme {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(@selectedTabHighlight@, @toolbarHighlight@ 50%);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]),
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-brighttext {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%);
|
2010-07-20 17:37:10 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]):hover,
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-brighttext:hover {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%);
|
2010-04-28 05:54:51 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]),
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-darktext {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2010-08-09 07:43:45 +00:00
|
|
|
.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]):hover,
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-darktext:hover {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%);
|
2009-11-11 18:49:56 +00:00
|
|
|
}
|
|
|
|
|
2010-09-02 20:08:37 +00:00
|
|
|
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-radial-gradient(center 3px, circle cover, rgba(255,255,255,1) 3%, rgba(186,221,251,.75) 40%, rgba(127,179,255,.5) 80%, rgba(127,179,255,.25));
|
2010-09-23 22:59:55 +00:00
|
|
|
}
|
|
|
|
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
|
2011-02-10 01:36:26 +00:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.4), hsla(0,0%,75%,.4) 80%),
|
|
|
|
-moz-radial-gradient(center 3px, circle cover, rgba(255,255,255,1) 3%, rgba(186,221,251,.75) 40%, rgba(127,179,255,.5) 80%, rgba(127,179,255,.25));
|
2010-09-02 20:08:37 +00:00
|
|
|
}
|
|
|
|
|
2010-10-12 03:47:59 +00:00
|
|
|
.tab-throbber,
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-icon-image {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-12 00:50:09 +00:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2011-03-03 05:40:41 +00:00
|
|
|
-moz-margin-start: 2px;
|
2010-08-28 12:00:07 +00:00
|
|
|
-moz-margin-end: 3px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2010-10-12 03:47:59 +00: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");
|
|
|
|
}
|
|
|
|
|
2011-02-16 07:36:25 +00:00
|
|
|
#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
|
2010-08-30 18:26:05 +00:00
|
|
|
min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
|
|
|
|
}
|
|
|
|
|
2010-10-12 03:47:59 +00:00
|
|
|
.tab-throbber[pinned],
|
2010-09-15 07:28:37 +00:00
|
|
|
.tab-icon-image[pinned] {
|
2011-03-03 05:40:41 +00:00
|
|
|
-moz-margin-start: 5px;
|
|
|
|
-moz-margin-end: 5px;
|
2010-06-24 14:29:02 +00:00
|
|
|
}
|
|
|
|
|
2007-08-22 21:02:02 +00:00
|
|
|
/* tabbrowser-tab focus ring */
|
2010-09-15 07:28:37 +00:00
|
|
|
.tabbrowser-tab:focus > .tab-stack {
|
2010-08-30 18:26:05 +00:00
|
|
|
outline: 1px dotted;
|
|
|
|
}
|
|
|
|
|
2011-10-27 00:46:58 +00:00
|
|
|
/* Tab DnD indicator */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-drop-indicator {
|
2010-03-10 08:07:45 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/tabDragIndicator.png);
|
2011-02-05 07:57:09 +00:00
|
|
|
margin-bottom: -11px;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tab close button */
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-close-button {
|
|
|
|
-moz-appearance: none;
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 64px, 16px, 48px);
|
2007-11-21 12:04:21 +00:00
|
|
|
border: none;
|
2007-08-22 21:02:02 +00:00
|
|
|
padding: 0px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
|
|
}
|
|
|
|
|
2009-08-11 02:59:10 +00:00
|
|
|
.tab-close-button:-moz-system-metric(touch-enabled) {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scale(1.2);
|
2009-08-11 02:59:10 +00:00
|
|
|
}
|
|
|
|
|
2007-08-22 21:02:02 +00:00
|
|
|
.tab-close-button:hover,
|
2010-09-15 07:28:37 +00:00
|
|
|
.tab-close-button:hover[selected="true"] {
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button:hover:active,
|
2010-09-15 07:28:37 +00:00
|
|
|
.tab-close-button:hover:active[selected="true"] {
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2010-09-15 07:28:37 +00:00
|
|
|
.tab-close-button[selected="true"] {
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 08:13:13 +00:00
|
|
|
/* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
|
2009-08-11 02:59:10 +00:00
|
|
|
|
2012-01-06 10:38:39 +00:00
|
|
|
@media (-moz-touch-enabled) {
|
2010-04-27 16:57:19 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down,
|
2010-11-12 21:34:13 +00:00
|
|
|
#TabsToolbar .toolbarbutton-1 {
|
2010-08-19 20:22:16 +00:00
|
|
|
min-width: 8.1mozmm;
|
2010-04-27 16:57:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-newtab-button {
|
2010-08-19 20:22:16 +00:00
|
|
|
min-width: 10mozmm;
|
2010-04-27 16:57:19 +00:00
|
|
|
}
|
2010-11-18 21:44:58 +00:00
|
|
|
|
|
|
|
.tab-content {
|
2012-07-19 00:44:39 +00:00
|
|
|
min-height: calc(6.8mozmm - 7px); /* subtract borders from the desired height */
|
2010-11-18 21:44:58 +00:00
|
|
|
}
|
2009-08-11 02:59:10 +00:00
|
|
|
}
|
|
|
|
|
2009-05-30 12:51:55 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2010-07-19 20:18:42 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-left.png");
|
2010-04-20 07:33:08 +00:00
|
|
|
margin: 0;
|
2011-02-14 21:23:03 +00:00
|
|
|
padding-right: 2px;
|
|
|
|
border-right: 2px solid transparent;
|
|
|
|
background-origin: border-box;
|
2009-05-30 12:51:55 +00:00
|
|
|
}
|
|
|
|
|
2011-08-15 15:43:36 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
%endif
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/tab-arrow-left-inverted.png);
|
|
|
|
}
|
|
|
|
|
2011-02-09 18:25:54 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
|
2009-05-30 15:26:41 +00:00
|
|
|
opacity: .4;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2011-02-14 21:23:03 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2008-01-10 05:52:23 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: 1s background-color ease-out;
|
2009-11-05 08:02:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
|
|
|
|
background-color: Highlight;
|
2012-07-11 02:13:55 +00:00
|
|
|
transition: none;
|
2007-08-22 21:02:02 +00:00
|
|
|
}
|
|
|
|
|
2011-02-14 21:23:03 +00:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) {
|
2011-12-22 23:35:20 +00: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 18:25:54 +00:00
|
|
|
}
|
|
|
|
|
2010-05-05 06:36:57 +00:00
|
|
|
.tabs-newtab-button > .toolbarbutton-icon {
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
2010-04-27 16:57:19 +00:00
|
|
|
.tabs-newtab-button,
|
|
|
|
#TabsToolbar > #new-tab-button,
|
|
|
|
#TabsToolbar > toolbarpaletteitem > #new-tab-button {
|
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
|
2011-08-15 15:43:36 +00:00
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
%ifdef WINSTRIPE_AERO
|
|
|
|
#TabsToolbar > #new-tab-button:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
#TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
%endif
|
|
|
|
.tabs-newtab-button:-moz-lwtheme-brighttext,
|
|
|
|
#TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext,
|
|
|
|
#TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext {
|
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/newtab-inverted.png);
|
2009-01-23 08:13:11 +00:00
|
|
|
}
|
|
|
|
|
2010-04-27 16:57:19 +00:00
|
|
|
.tabs-newtab-button {
|
2011-04-12 06:50:56 +00:00
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar > #new-tab-button {
|
|
|
|
width: 26px;
|
2009-01-23 08:13:11 +00:00
|
|
|
}
|
|
|
|
|
2010-04-27 16:57:19 +00:00
|
|
|
#alltabs-button {
|
2008-11-05 07:38:13 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 14px, 16px, 0);
|
2009-07-10 06:57:08 +00:00
|
|
|
}
|
|
|
|
|
2010-04-27 16:57:19 +00:00
|
|
|
#alltabs-button[type="menu"] {
|
2012-02-09 16:19:03 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow.png");
|
|
|
|
-moz-image-region: auto;
|
2009-07-10 11:20:03 +00:00
|
|
|
}
|
|
|
|
|
2011-08-15 15:43:36 +00:00
|
|
|
%ifdef WINSTRIPE_AERO
|
2012-03-29 09:31:47 +00:00
|
|
|
:-moz-any(#TabsToolbar, #nav-bar[tabsontop=false], #toolbar-menubar) > #alltabs-button[type=menu]:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
|
|
|
:-moz-any(#TabsToolbar, #nav-bar[tabsontop=false], #toolbar-menubar) > toolbarpaletteitem > #alltabs-button[type=menu]:-moz-system-metric(windows-compositor):not(:-moz-lwtheme),
|
2011-08-15 15:43:36 +00:00
|
|
|
%endif
|
|
|
|
#alltabs-button[type="menu"]:-moz-lwtheme-brighttext {
|
2012-02-09 16:19:03 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png");
|
2011-08-15 15:43:36 +00:00
|
|
|
}
|
|
|
|
|
2010-04-27 16:57:19 +00:00
|
|
|
#alltabs-button[type="menu"] > .toolbarbutton-icon {
|
2012-02-09 16:19:03 +00:00
|
|
|
margin: 0 2px;
|
2010-04-27 16:57:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
|
2009-07-10 11:20:03 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-07-10 18:34:46 +00:00
|
|
|
/* All tabs menupopup */
|
|
|
|
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
|
2011-08-12 00:50:09 +00:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2009-07-10 18:34:46 +00: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-25 00:57:42 +00:00
|
|
|
.alltabs-item[tabIsVisible] {
|
|
|
|
/* box-shadow instead of background-color to work around native styling */
|
2012-04-26 20:27:38 +00:00
|
|
|
box-shadow: inset -5px 0 ThreeDShadow;
|
2011-05-25 00:57:42 +00:00
|
|
|
}
|
|
|
|
|
2007-11-21 12:04:21 +00:00
|
|
|
/* Tabstrip close button */
|
2004-06-17 23:01:11 +00:00
|
|
|
.tabs-closebutton {
|
|
|
|
-moz-appearance: none;
|
2007-11-21 12:04:21 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2004-11-30 08:23:02 +00:00
|
|
|
padding: 4px 2px;
|
2007-11-21 12:04:21 +00:00
|
|
|
margin: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0px !important;
|
|
|
|
-moz-padding-end: 2px !important;
|
|
|
|
-moz-padding-start: 2px !important;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton:hover {
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-closebutton:hover:active {
|
2010-07-18 14:29:32 +00:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.chevron {
|
|
|
|
list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
|
|
|
|
}
|
|
|
|
|
2009-08-11 08:27:20 +00:00
|
|
|
toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2005-02-20 15:49:33 +00:00
|
|
|
}
|
|
|
|
|
2009-02-22 08:43:59 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-text,
|
2004-06-17 23:01:11 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-02-22 08:43:59 +00:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
display: -moz-box; /* display chevron icon in text mode */
|
|
|
|
}
|
|
|
|
|
2004-06-17 23:01:11 +00:00
|
|
|
#sidebar-throbber[loading="true"] {
|
2008-04-09 05:32:16 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2005-02-20 15:49:33 +00:00
|
|
|
-moz-margin-end: 4px;
|
2004-06-17 23:01:11 +00:00
|
|
|
}
|
|
|
|
|
2009-08-14 08:03:34 +00:00
|
|
|
/* Bookmarks toolbar */
|
2010-05-05 13:28:04 +00:00
|
|
|
#PlacesToolbarDropIndicator {
|
2009-08-14 08:03:34 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/places/toolbarDropMarker.png);
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: Highlight !important;
|
|
|
|
color: HighlightText !important;
|
|
|
|
}
|
|
|
|
|
2008-02-21 02:17:52 +00:00
|
|
|
/* rules for menupopup drop indicators */
|
|
|
|
.menupopup-drop-indicator-bar {
|
|
|
|
position: relative;
|
|
|
|
/* these two margins must together compensate the indicator's height */
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
|
|
|
|
2008-02-21 02:17:52 +00:00
|
|
|
.menupopup-drop-indicator {
|
|
|
|
list-style-image: none;
|
|
|
|
height: 2px;
|
|
|
|
-moz-margin-end: -4em;
|
|
|
|
background-color: Highlight;
|
2006-02-28 21:20:04 +00:00
|
|
|
}
|
2007-10-22 03:30:23 +00:00
|
|
|
|
|
|
|
/* ::::: Identity Indicator Styling ::::: */
|
2008-01-29 22:38:54 +00:00
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
/* Popup Icons */
|
|
|
|
#identity-popup-icon {
|
2008-03-04 11:32:11 +00:00
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
padding: 0;
|
|
|
|
list-style-image: url("chrome://browser/skin/identity.png");
|
|
|
|
-moz-image-region: rect(0px, 64px, 64px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(64px, 64px, 128px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
|
|
|
|
-moz-image-region: rect(128px, 64px, 192px, 0px);
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:21:53 +00:00
|
|
|
/* Popup Body Text */
|
2009-10-23 15:28:14 +00:00
|
|
|
.identity-popup-description {
|
2008-03-04 11:32:11 +00:00
|
|
|
white-space: pre-wrap;
|
2008-04-16 19:42:42 +00:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: 2px 0 4px;
|
2007-12-13 15:08:23 +00:00
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
.identity-popup-label {
|
2008-03-04 11:32:11 +00:00
|
|
|
white-space: pre-wrap;
|
2008-04-16 19:42:42 +00:00
|
|
|
-moz-padding-start: 15px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin: 0;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2012-04-21 07:03:31 +00:00
|
|
|
#identity-popup-content-host,
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
|
|
|
|
font-size: 1.2em;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-content-host {
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
2008-01-30 04:21:53 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-owner {
|
2008-04-16 19:42:42 +00:00
|
|
|
margin-top: 4px;
|
2008-03-04 11:32:11 +00:00
|
|
|
margin-bottom: 0 !important;
|
2008-04-16 19:42:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.verifiedDomain > #identity-popup-content-owner {
|
|
|
|
font-weight: normal;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-01-30 04:21:53 +00:00
|
|
|
#identity-popup-content-verifier {
|
|
|
|
margin: 4px 0 2px;
|
2007-12-13 15:08:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
|
2008-01-30 04:21:53 +00:00
|
|
|
margin-top: 10px;
|
2009-08-03 09:31:13 +00:00
|
|
|
-moz-margin-start: -24px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
|
2008-03-01 03:53:59 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Secure24.png");
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
|
|
|
|
2008-04-16 19:42:42 +00:00
|
|
|
#identity-popup-more-info-button {
|
|
|
|
margin-top: 6px;
|
2009-05-03 17:13:46 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-end: 0;
|
2008-04-16 19:42:42 +00:00
|
|
|
}
|
|
|
|
|
2010-04-09 17:45:25 +00:00
|
|
|
.popup-notification-icon {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
-moz-margin-end: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-notification-icon[popupid="geolocation"] {
|
2010-07-01 09:03:56 +00:00
|
|
|
list-style-image: url(chrome://browser/skin/Geolocation-64.png);
|
2010-04-09 17:45:25 +00:00
|
|
|
}
|
|
|
|
|
2010-07-01 16:23:11 +00:00
|
|
|
.popup-notification-icon[popupid="xpinstall-disabled"],
|
2011-01-03 19:40:47 +00:00
|
|
|
.popup-notification-icon[popupid="addon-progress"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-cancelled"],
|
2010-07-01 16:23:11 +00:00
|
|
|
.popup-notification-icon[popupid="addon-install-blocked"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-failed"],
|
2012-04-13 22:01:43 +00:00
|
|
|
.popup-notification-icon[popupid="addon-install-complete"] {
|
2010-07-01 16:23:11 +00:00
|
|
|
list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
2012-04-13 22:01:43 +00:00
|
|
|
.popup-notification-icon[popupid="click-to-play-plugins"] {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
2011-01-03 19:40:47 +00: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;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel:hover {
|
|
|
|
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel:active {
|
|
|
|
-moz-image-region: rect(32px, 32px, 48px, 16px);
|
|
|
|
}
|
|
|
|
|
2010-09-09 22:15:40 +00: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-10 02:08:26 +00:00
|
|
|
.popup-notification-icon[popupid="password-save"],
|
|
|
|
.popup-notification-icon[popupid="password-change"] {
|
2010-09-10 02:08:26 +00:00
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png);
|
|
|
|
}
|
|
|
|
|
2012-03-13 00:33:10 +00:00
|
|
|
.popup-notification-icon[popupid="webapps-install"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/webapps-64.png);
|
|
|
|
}
|
|
|
|
|
2010-04-09 17:45:25 +00:00
|
|
|
/* Notification icon box */
|
|
|
|
#notification-popup-box {
|
2011-03-18 21:21:02 +00:00
|
|
|
position: relative;
|
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
|
|
|
padding-left: 3px;
|
|
|
|
border-radius: 2.5px 0 0 2.5px;
|
2011-12-22 23:35:20 +00:00
|
|
|
border-width: 0 8px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
-moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 fill;
|
2011-03-18 21:21:02 +00:00
|
|
|
-moz-margin-end: -8px;
|
|
|
|
}
|
|
|
|
|
2011-10-10 08:01:33 +00:00
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] + #urlbar-container > #urlbar > #notification-popup-box {
|
|
|
|
padding-left: 5px;
|
2011-03-18 21:21:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification-popup-box:-moz-locale-dir(rtl),
|
|
|
|
.notification-anchor-icon:-moz-locale-dir(rtl) {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2010-04-09 17:45:25 +00:00
|
|
|
}
|
|
|
|
|
2010-07-01 16:23:11 +00:00
|
|
|
.notification-anchor-icon {
|
2010-06-30 23:51:05 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2012-05-03 22:33:47 +00:00
|
|
|
margin: 0 2px;
|
2010-06-30 21:13:17 +00:00
|
|
|
}
|
|
|
|
|
2010-06-23 16:53:09 +00:00
|
|
|
.notification-anchor-icon:-moz-focusring {
|
|
|
|
outline: 1px dotted -moz-DialogText;
|
|
|
|
outline-offset: -3px;
|
|
|
|
}
|
|
|
|
|
2011-01-18 22:57:40 +00:00
|
|
|
#default-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/information-16.png);
|
|
|
|
}
|
|
|
|
|
2010-07-01 16:23:11 +00: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 22:15:40 +00:00
|
|
|
#indexedDB-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/question-16.png);
|
|
|
|
}
|
|
|
|
|
2010-09-10 02:08:26 +00:00
|
|
|
#password-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-16.png);
|
|
|
|
}
|
|
|
|
|
2012-03-13 00:33:10 +00:00
|
|
|
#webapps-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/webapps-16.png);
|
|
|
|
}
|
|
|
|
|
2012-04-13 22:01:43 +00:00
|
|
|
#plugins-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric-16.png);
|
|
|
|
}
|
|
|
|
|
2007-10-22 03:30:23 +00:00
|
|
|
#identity-popup-container {
|
2008-03-04 11:32:11 +00:00
|
|
|
min-width: 280px;
|
2007-10-22 03:30:23 +00:00
|
|
|
}
|
2008-01-27 05:08:46 +00:00
|
|
|
|
|
|
|
#download-monitor {
|
2010-02-12 09:09:56 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
2010-02-16 20:42:21 +00:00
|
|
|
-moz-image-region: rect(0, 108px, 18px, 90px);
|
2008-01-27 05:08:46 +00:00
|
|
|
}
|
2008-04-09 00:39:18 +00:00
|
|
|
|
2010-06-24 17:08:43 +00:00
|
|
|
/* Bookmarks roots menu-items */
|
2010-11-05 08:29:10 +00:00
|
|
|
#appmenu_subscribeToPage:not([disabled]),
|
|
|
|
#appmenu_subscribeToPageMenu,
|
|
|
|
#subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#subscribeToPageMenupopup,
|
|
|
|
#BMB_subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#BMB_subscribeToPageMenupopup {
|
|
|
|
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
|
|
|
|
}
|
|
|
|
|
2010-06-24 17:08:43 +00:00
|
|
|
#bookmarksToolbarFolderMenu,
|
2010-10-06 12:16:05 +00:00
|
|
|
#appmenu_bookmarksToolbar,
|
|
|
|
#BMB_bookmarksToolbar {
|
2008-04-11 15:53:58 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
-moz-image-region: auto;
|
2008-04-09 00:39:18 +00:00
|
|
|
}
|
2008-04-28 09:59:30 +00:00
|
|
|
|
2010-10-06 12:16:05 +00:00
|
|
|
#appmenu_unsortedBookmarks,
|
|
|
|
#BMB_unsortedBookmarks {
|
2010-06-24 17:08:43 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
2008-07-15 16:11:00 +00:00
|
|
|
/* ::::: Keyboard UI Panel ::::: */
|
2009-07-21 04:25:59 +00:00
|
|
|
|
2008-07-15 16:11:00 +00:00
|
|
|
.KUI-panel {
|
|
|
|
-moz-appearance: none;
|
2009-07-21 04:25:59 +00:00
|
|
|
background: rgba(27%,27%,27%,.9) url(KUI-background.png) repeat-x;
|
2008-07-15 16:11:00 +00:00
|
|
|
color: white;
|
2009-07-26 07:53:04 +00:00
|
|
|
border-style: none;
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: 20px;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.KUI-panel[level="top"] {
|
|
|
|
background-color: rgba(27%,27%,27%,.65);
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.KUI-panel-closebutton {
|
|
|
|
list-style-image: url(KUI-close.png);
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.KUI-panel-closebutton:not(:hover) {
|
|
|
|
opacity: .6;
|
2008-11-05 07:38:13 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.KUI-panel-closebutton > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
2008-11-04 08:19:55 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
|
|
|
|
|
|
|
|
/* Ctrl-Tab */
|
|
|
|
|
|
|
|
#ctrlTab-panel {
|
2009-07-26 07:53:04 +00:00
|
|
|
padding: 20px 10px 10px;
|
2008-11-05 07:38:13 +00:00
|
|
|
font-weight: bold;
|
2010-09-11 16:27:12 +00:00
|
|
|
text-shadow: 0 0 1px rgb(27%,27%,27%), 0 0 2px rgb(27%,27%,27%);
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.ctrlTab-favicon[src] {
|
|
|
|
background-color: white;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ctrlTab-preview-inner > .tabPreview-canvas {
|
2010-09-11 16:27:12 +00:00
|
|
|
box-shadow: 1px 1px 2px rgb(12%,12%,12%);
|
2010-03-22 14:11:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
|
2009-07-21 04:25:59 +00:00
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.ctrlTab-preview-inner {
|
2009-07-26 07:53:04 +00:00
|
|
|
padding-bottom: 10px;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
|
2009-07-26 07:53:04 +00:00
|
|
|
padding: 10px;
|
|
|
|
background-color: rgba(255,255,255,.2);
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: .5em;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
|
2009-07-26 07:53:04 +00:00
|
|
|
color: white;
|
|
|
|
background-color: rgba(0,0,0,.6);
|
2009-07-21 04:25:59 +00:00
|
|
|
text-shadow: none;
|
2009-07-26 07:53:04 +00:00
|
|
|
padding: 8px;
|
|
|
|
border: 2px solid white;
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: .5em;
|
2009-07-26 07:53:04 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
|
2009-07-26 07:53:04 +00:00
|
|
|
margin: -10px -10px 0;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
2009-07-26 07:53:04 +00:00
|
|
|
#ctrlTab-showAll {
|
|
|
|
margin-top: .5em;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* All Tabs */
|
|
|
|
|
|
|
|
#allTabs-panel {
|
2010-03-22 14:11:42 +00:00
|
|
|
padding-bottom: 10px;
|
2009-07-21 04:25:59 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
2010-03-22 14:11:42 +00:00
|
|
|
background: -moz-dialog;
|
|
|
|
color: -moz-dialogText;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#allTabs-meta {
|
2010-03-22 14:11:42 +00:00
|
|
|
margin: 10px;
|
2009-07-21 04:25:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#allTabs-filter {
|
|
|
|
-moz-margin-start: 24px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#allTabs-tab-close-button > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2010-06-11 12:17:12 +00:00
|
|
|
.allTabs-favicon[src] {
|
|
|
|
background-color: -moz-dialog;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
-moz-padding-start: 1px;
|
|
|
|
-moz-padding-end: 5px;
|
|
|
|
margin-top: -2px;
|
|
|
|
-moz-margin-start: -2px;
|
2010-09-09 15:21:47 +00:00
|
|
|
border-bottom-right-radius: 4px;
|
2010-06-11 12:17:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-favicon[src]:-moz-locale-dir(rtl) {
|
2010-09-09 15:21:47 +00:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 4px;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.allTabs-preview-inner > .tabPreview-canvas {
|
|
|
|
background-color: rgb(60%,60%,60%);
|
2010-09-11 16:27:12 +00:00
|
|
|
box-shadow: 0 0 1.5px ThreeDShadow;
|
2010-03-22 14:11:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas {
|
|
|
|
opacity: .8;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
|
|
|
|
2010-03-22 14:11:42 +00:00
|
|
|
.allTabs-preview:focus > * > .allTabs-preview-inner {
|
|
|
|
outline: 1px dotted -moz-dialogText;
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
2010-07-16 14:12:39 +00:00
|
|
|
|
2011-01-11 21:14:55 +00:00
|
|
|
/* Add-on bar */
|
|
|
|
|
|
|
|
#addon-bar {
|
2011-10-02 11:53:00 +00:00
|
|
|
-moz-appearance: none;
|
2011-01-11 21:14:55 +00:00
|
|
|
min-height: 20px;
|
2011-10-02 11:53:00 +00:00
|
|
|
border-top-style: none;
|
|
|
|
border-bottom-style: none;
|
|
|
|
padding-top: 1px;
|
|
|
|
background-image: -moz-linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px);
|
|
|
|
background-size: 100% 2px;
|
|
|
|
background-repeat: no-repeat;
|
2011-01-31 06:28:17 +00:00
|
|
|
}
|
|
|
|
|
2010-09-16 06:09:27 +00:00
|
|
|
#status-bar {
|
|
|
|
-moz-appearance: none;
|
2011-01-31 06:28:17 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2011-01-11 21:14:55 +00:00
|
|
|
min-height: 0;
|
2010-09-16 06:09:27 +00:00
|
|
|
}
|
|
|
|
|
2011-11-04 19:08:50 +00:00
|
|
|
#addon-bar[customizing] > #status-bar {
|
|
|
|
opacity: .5;
|
|
|
|
background-image: -moz-repeating-linear-gradient(-45deg,
|
|
|
|
rgba(255,255,255,.3), rgba(255,255,255,.3) 5px,
|
|
|
|
rgba(0,0,0,.3) 5px, rgba(0,0,0,.3) 10px);
|
|
|
|
}
|
|
|
|
|
2010-09-16 06:09:27 +00:00
|
|
|
#status-bar > statusbarpanel {
|
|
|
|
border-width: 0;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
2010-11-20 05:23:30 +00:00
|
|
|
|
2010-12-09 19:09:05 +00:00
|
|
|
#addonbar-closebutton {
|
|
|
|
border: none;
|
2011-01-11 21:14:55 +00:00
|
|
|
padding: 0 5px;
|
2010-12-09 19:09:05 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#addonbar-closebutton:hover {
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#addonbar-closebutton:hover:active {
|
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
2011-01-28 13:35:49 +00: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-31 06:27:33 +00:00
|
|
|
text-shadow: none;
|
2011-01-28 13:35:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl)[mirror] {
|
|
|
|
border-right-style: solid;
|
2011-12-24 04:16:34 +00:00
|
|
|
/* disabled for triggering grayscale AA (bug 659213)
|
2011-01-28 13:35:49 +00:00
|
|
|
border-top-right-radius: .3em;
|
2011-12-24 04:16:34 +00:00
|
|
|
*/
|
2011-01-28 13:35:49 +00:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr)[mirror] {
|
|
|
|
border-left-style: solid;
|
2011-12-24 04:16:34 +00:00
|
|
|
/* disabled for triggering grayscale AA (bug 659213)
|
2011-01-28 13:35:49 +00:00
|
|
|
border-top-left-radius: .3em;
|
2011-12-24 04:16:34 +00:00
|
|
|
*/
|
2011-01-28 13:35:49 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2011-07-11 17:18:11 +00:00
|
|
|
|
|
|
|
/* Highlighter */
|
|
|
|
|
|
|
|
.highlighter-veil {
|
2011-11-21 17:30:34 +00:00
|
|
|
background-color: rgba(25, 25, 25, 0.5);
|
2011-07-11 17:18:11 +00:00
|
|
|
}
|
|
|
|
|
2011-07-11 17:21:55 +00: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 19:18:27 +00:00
|
|
|
|
2011-09-01 16:33:33 +00:00
|
|
|
#highlighter-veil-container[locked] > #highlighter-veil-middlebox > #highlighter-veil-transparentbox {
|
2011-07-22 19:18:27 +00:00
|
|
|
box-shadow: 0 0 0 1px black;
|
|
|
|
outline-color: white;
|
|
|
|
}
|
2011-09-26 17:05:40 +00:00
|
|
|
|
2011-10-21 16:06:57 +00:00
|
|
|
/* Highlighter toolbar */
|
|
|
|
|
2012-03-08 15:02:23 +00:00
|
|
|
#inspector-inspect-toolbutton {
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/inspect-button.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2012-05-03 06:09:37 +00:00
|
|
|
#inspector-inspect-toolbutton[checked=true] {
|
2012-03-08 15:02:23 +00:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2012-05-11 14:54:47 +00:00
|
|
|
#inspector-option-toolbarbutton {
|
|
|
|
-moz-appearance: none;
|
|
|
|
-moz-margin-end: 6px;
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/inspector-option-icon.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-option-toolbarbutton[open] {
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
#inspector-toolbar,
|
|
|
|
#developer-toolbar {
|
2011-10-21 16:06:57 +00:00
|
|
|
border-top: 1px solid hsla(211,68%,6%,.65) !important;
|
|
|
|
}
|
|
|
|
|
2011-11-03 13:37:14 +00:00
|
|
|
#devtools-side-splitter {
|
|
|
|
border: 0;
|
|
|
|
-moz-border-start: 1px solid #242b33;
|
|
|
|
min-width: 0;
|
|
|
|
width: 3px;
|
|
|
|
background-color: transparent;
|
|
|
|
-moz-margin-end: -3px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2012-01-09 12:31:46 +00:00
|
|
|
#devtools-sidebar-box {
|
|
|
|
background-color: -moz-Field;
|
|
|
|
}
|
|
|
|
|
2011-09-27 20:01:24 +00:00
|
|
|
/* Highlighter - Node Infobar */
|
|
|
|
|
2012-04-04 18:40:48 +00:00
|
|
|
#highlighter-nodeinfobar {
|
|
|
|
color: hsl(200, 100%, 65%);
|
|
|
|
border: 1px solid hsla(210, 19%, 63%, .5);
|
|
|
|
border-radius: 3px;
|
|
|
|
background: -moz-linear-gradient(hsl(209, 18%, 30%), hsl(210, 24%, 16%)) no-repeat padding-box;
|
|
|
|
}
|
|
|
|
|
2011-09-27 20:01:24 +00:00
|
|
|
/* Highlighter - Node Infobar - text */
|
|
|
|
|
2012-04-04 18:40:48 +00:00
|
|
|
#highlighter-nodeinfobar-text {
|
|
|
|
/* 100% - size of the buttons and margins */
|
2012-07-19 00:44:39 +00:00
|
|
|
max-width: calc(100% - 2 * (26px + 6px));
|
2012-04-04 18:40:48 +00:00
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2012-01-30 19:27:53 +00:00
|
|
|
html|*#highlighter-nodeinfobar-tagname {
|
2011-09-27 20:01:24 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2012-01-30 19:27:53 +00:00
|
|
|
html|*#highlighter-nodeinfobar-id {
|
2011-09-27 20:01:24 +00:00
|
|
|
color: hsl(90, 79%, 52%);
|
|
|
|
}
|
|
|
|
|
2012-02-25 00:01:29 +00:00
|
|
|
html|*#highlighter-nodeinfobar-pseudo-classes {
|
|
|
|
color: hsl(20, 100%, 70%);
|
|
|
|
}
|
|
|
|
|
2012-04-04 18:40:48 +00:00
|
|
|
/* Highlighter - Node Infobar - buttons */
|
2011-09-27 20:01:24 +00:00
|
|
|
|
2012-04-04 18:40:48 +00:00
|
|
|
.highlighter-nodeinfobar-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: 0 solid hsla(210,8%,5%,.45);
|
|
|
|
padding: 0;
|
|
|
|
width: 26px;
|
|
|
|
min-height: 26px;
|
2012-05-03 06:09:37 +00:00
|
|
|
background-color: transparent;
|
2011-09-27 20:01:24 +00:00
|
|
|
}
|
|
|
|
|
2012-04-04 18:40:48 +00:00
|
|
|
#highlighter-nodeinfobar-inspectbutton {
|
|
|
|
-moz-border-end-width: 1px;
|
|
|
|
box-shadow: 1px 0 0 hsla(210,16%,76%,.15), -1px 0 0 hsla(210,16%,76%,.15) inset;
|
|
|
|
-moz-margin-end: 6px;
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/inspect-button.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-inspectbutton:-moz-locale-dir(rtl) {
|
|
|
|
box-shadow: -1px 0 0 hsla(210,16%,76%,.15), 1px 0 0 hsla(210,16%,76%,.15) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-inspectbutton:active:hover,
|
|
|
|
#highlighter-nodeinfobar-container:not([locked]) > #highlighter-nodeinfobar > #highlighter-nodeinfobar-inspectbutton {
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-menu {
|
|
|
|
-moz-border-start-width: 1px;
|
|
|
|
box-shadow: -1px 0 0 hsla(210,16%,76%,.15), 1px 0 0 hsla(210,16%,76%,.15) inset;
|
|
|
|
-moz-margin-start: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-menu:-moz-locale-dir(rtl) {
|
|
|
|
box-shadow: 1px 0 0 hsla(210,16%,76%,.15), -1px 0 0 hsla(210,16%,76%,.15) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
#highlighter-nodeinfobar-menu > .toolbarbutton-menu-dropmarker {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/dropmarker.png");
|
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-margin-start: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighter - Node Infobar - box & arrow */
|
|
|
|
|
2011-09-27 20:01:24 +00:00
|
|
|
.highlighter-nodeinfobar-arrow {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
2012-07-19 00:44:39 +00:00
|
|
|
-moz-margin-start: calc(50% - 7px);
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: rotate(-45deg);
|
2011-09-27 20:01:24 +00:00
|
|
|
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 11:59:09 +00:00
|
|
|
|
2011-10-28 08:28:05 +00:00
|
|
|
#full-screen-warning-message {
|
|
|
|
background-color: hsl(0,0%,15%);
|
|
|
|
color: white;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-top: 30px;
|
|
|
|
padding: 30px 50px;
|
|
|
|
box-shadow: 0 0 2px white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-warning-container[obscure-browser] {
|
2012-05-08 21:47:19 +00:00
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-screen-description {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-domain-text {
|
|
|
|
font-size: 300%;
|
2011-10-28 08:28:05 +00:00
|
|
|
}
|
|
|
|
|
2012-05-08 21:47:19 +00:00
|
|
|
.full-screen-approval-button,
|
|
|
|
#full-screen-remember-decision {
|
|
|
|
font-size: 120%;
|
2011-10-28 08:28:05 +00:00
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
/* Highlighter toolbar - breadcrumbs */
|
|
|
|
|
|
|
|
#inspector-breadcrumbs {
|
2012-04-17 11:21:28 +00:00
|
|
|
-moz-margin-end: 3px;
|
2011-10-21 11:59:09 +00: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: -1px 0;
|
|
|
|
}
|
|
|
|
|
2012-01-14 05:08:29 +00:00
|
|
|
#inspector-breadcrumbs > .scrollbutton-up,
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down {
|
|
|
|
-moz-appearance: none;
|
2012-04-17 11:21:28 +00:00
|
|
|
border: 1px solid hsla(210,8%,5%,.45);
|
|
|
|
background: -moz-linear-gradient(hsla(212,7%,57%,.35), hsla(212,7%,57%,.1)) padding-box;
|
|
|
|
box-shadow: 0 1px 0 hsla(210,16%,76%,.15) inset, 0 0 0 1px hsla(210,16%,76%,.15) inset, 0 1px 0 hsla(210,16%,76%,.15);
|
2012-05-07 13:29:45 +00:00
|
|
|
margin: 1px 0 1px;
|
2012-04-17 11:21:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up {
|
|
|
|
-moz-border-start-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up:not([disabled]):active:hover,
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down:not([disabled]):active:hover {
|
|
|
|
border-color: hsla(210,8%,5%,.6);
|
|
|
|
background: -moz-linear-gradient(hsla(220,6%,10%,.3), hsla(212,7%,57%,.15) 65%, hsla(212,7%,57%,.3));
|
|
|
|
box-shadow: 0 0 3px hsla(210,8%,5%,.25) inset, 0 1px 3px hsla(210,8%,5%,.25) inset, 0 1px 0 hsla(210,16%,76%,.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up > .toolbarbutton-icon,
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down > .toolbarbutton-icon {
|
|
|
|
-moz-appearance: none;
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/breadcrumbs-scrollbutton.png");
|
|
|
|
-moz-image-region: rect(0px 7px 16px 0px);
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up[disabled] > .toolbarbutton-icon,
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down[disabled] > .toolbarbutton-icon {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up:not([disabled]):active:hover > .toolbarbutton-icon,
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down:not([disabled]):active:hover > .toolbarbutton-icon {
|
|
|
|
-moz-image-region: rect(0px 14px 16px 7px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-up > .toolbarbutton-icon:-moz-locale-dir(rtl),
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down > .toolbarbutton-icon:-moz-locale-dir(ltr) {
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: scaleX(-1);
|
2012-01-14 05:08:29 +00:00
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
.inspector-breadcrumbs-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: transparent;
|
2011-12-24 14:21:11 +00:00
|
|
|
border-style: solid;
|
2011-10-21 11:59:09 +00:00
|
|
|
border-width: 2px 13px;
|
|
|
|
outline: none;
|
|
|
|
color: hsl(210,30%,85%);
|
2012-04-17 11:21:28 +00:00
|
|
|
width: 85px; /* Can't use max-width. See bug 723132 */
|
2011-10-21 11:59:09 +00:00
|
|
|
/* The content of the button can be larger than the button */
|
|
|
|
overflow: hidden;
|
|
|
|
min-height: 25px;
|
|
|
|
margin: 0 -11px 0 0;
|
|
|
|
padding: 0 9px;
|
|
|
|
}
|
|
|
|
|
2012-05-07 13:29:45 +00:00
|
|
|
.inspector-breadcrumbs-button:-moz-focusring > .button-box {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
2012-04-04 11:13:42 +00:00
|
|
|
.inspector-breadcrumbs-button:-moz-focusring > label {
|
|
|
|
border-bottom: 1px dotted hsla(210,30%,85%,0.4);
|
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
.inspector-breadcrumbs-button[checked] > .inspector-breadcrumbs-tag {
|
|
|
|
color: hsl(200,100%,60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked] > .inspector-breadcrumbs-id {
|
|
|
|
color: hsl(200,100%,70%);
|
|
|
|
}
|
|
|
|
|
2012-02-25 00:01:29 +00:00
|
|
|
.inspector-breadcrumbs-button[checked] > .inspector-breadcrumbs-pseudo-classes {
|
|
|
|
color: hsl(20, 100%, 70%);
|
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
.inspector-breadcrumbs-id,
|
|
|
|
.inspector-breadcrumbs-classes {
|
|
|
|
color: #8d99a6;
|
|
|
|
}
|
|
|
|
|
2012-02-25 00:01:29 +00:00
|
|
|
.inspector-breadcrumbs-pseudo-classes {
|
|
|
|
color: hsl(20, 100%, 85%);
|
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
/* Highlighter toolbar - breadcrumbs - LTR */
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(ltr):first-of-type {
|
2012-04-17 11:21:28 +00:00
|
|
|
border-left-width: 0;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:not([checked]):hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked] {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked][siblings-menu-open],
|
|
|
|
.inspector-breadcrumbs-button[checked]:hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-middle-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:first-of-type:not([checked]):hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked] {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:first-of-type[checked],
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked]:hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-start-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
2012-04-17 11:21:28 +00:00
|
|
|
#inspector-breadcrumbs[overflows] > .inspector-breadcrumbs-button:-moz-locale-dir(ltr):last-of-type {
|
|
|
|
border-right-width: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type:not([checked]),
|
|
|
|
.inspector-breadcrumbs-button:last-of-type:not([checked]):hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked] {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:last-of-type[checked],
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked]:hover:active {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/ltr-end-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighter toolbar - breadcrumbs - RTL */
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(rtl):first-of-type {
|
2012-04-17 11:21:28 +00:00
|
|
|
border-right-width: 0;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[siblings-menu-open]:not([checked]):-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button:not([checked]):hover:active:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked]:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button[checked][siblings-menu-open]:-moz-locale-dir(rtl),
|
|
|
|
.inspector-breadcrumbs-button[checked]:hover:active:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-middle-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:first-of-type[checked]:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-start-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
2012-04-17 11:21:28 +00:00
|
|
|
#inspector-breadcrumbs[overflows] > .inspector-breadcrumbs-button:last-of-type:-moz-locale-dir(rtl) {
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-21 11:59:09 +00:00
|
|
|
.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) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inspector-breadcrumbs-button:last-of-type[checked]:-moz-locale-dir(rtl) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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) {
|
2011-12-24 14:21:11 +00:00
|
|
|
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected-pressed.png") 2 13 2 13 fill stretch;
|
2011-10-21 11:59:09 +00:00
|
|
|
}
|
2012-02-23 17:41:43 +00:00
|
|
|
|
|
|
|
/* Highlighter toolbar - HTML Tree */
|
|
|
|
|
2012-04-17 11:21:28 +00:00
|
|
|
#inspector-treepanel-toolbutton {
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/treepanel-button.png");
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
-moz-image-region: rect(0px 18px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-treepanel-toolbutton[checked] {
|
|
|
|
-moz-image-region: rect(0px 36px 16px 18px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down:-moz-locale-dir(rtl),
|
|
|
|
#inspector-treepanel-toolbutton:-moz-locale-dir(ltr) {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector-breadcrumbs > .scrollbutton-down:-moz-locale-dir(ltr),
|
|
|
|
#inspector-treepanel-toolbutton:-moz-locale-dir(rtl) {
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
/* Highlight toolbar - Option menu */
|
|
|
|
|
|
|
|
#inspector-option-toolbarbutton:-moz-focusring {
|
|
|
|
outline: 1px dotted hsla(210,30%,85%,0.4);
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html|*#gcli-tooltip-frame,
|
|
|
|
html|*#gcli-output-frame {
|
2012-05-10 17:33:54 +00:00
|
|
|
padding: 0;
|
2012-06-01 07:24:19 +00:00
|
|
|
border-width: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gcli-output,
|
|
|
|
#gcli-tooltip {
|
|
|
|
border-width: 0;
|
|
|
|
background-color: transparent;
|
2012-07-04 22:39:58 +00:00
|
|
|
-moz-appearance: none;
|
2012-06-01 07:24:19 +00:00
|
|
|
margin-bottom: -2px;
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gclitoolbar-input-node,
|
|
|
|
.gclitoolbar-complete-node,
|
|
|
|
.gclitoolbar-prompt {
|
2012-06-01 07:24:19 +00:00
|
|
|
margin: 0;
|
2012-06-26 16:01:41 +00:00
|
|
|
-moz-margin-end: 5px;
|
2012-06-01 07:24:19 +00:00
|
|
|
-moz-box-align: center;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-right: 4px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 3px;
|
|
|
|
text-shadow: none;
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gclitoolbar-input-node {
|
2012-06-01 07:24:19 +00:00
|
|
|
padding-left: 20px;
|
2012-05-10 17:33:54 +00:00
|
|
|
background-color: transparent;
|
|
|
|
-moz-appearance: none;
|
2012-06-01 07:24:19 +00:00
|
|
|
border-color: hsl(210,24%,10%);
|
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
text-shadow: 0 -1px 0 hsla(210,8%,5%,.45);
|
|
|
|
box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05),
|
|
|
|
0 0 0 1px hsla(210,40%,83%,.1);
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gclitoolbar-complete-node {
|
2012-06-01 07:24:19 +00:00
|
|
|
padding-left: 21px;
|
2012-05-10 17:33:54 +00:00
|
|
|
background-color: transparent;
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gclitoolbar-prompt {
|
2012-06-01 07:24:19 +00:00
|
|
|
padding-left: 4px;
|
|
|
|
padding-bottom: 2px;
|
2012-05-10 17:33:54 +00:00
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
2012-06-01 07:24:19 +00:00
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
background-color: hsl(210,24%,16%);
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
.gclitoolbar-prompt-label,
|
2012-05-10 17:33:54 +00:00
|
|
|
.gcli-in-incomplete,
|
|
|
|
.gcli-in-error,
|
|
|
|
.gcli-in-ontab,
|
|
|
|
.gcli-in-todo,
|
|
|
|
.gcli-in-closebrace,
|
|
|
|
.gcli-in-param,
|
|
|
|
.gcli-in-valid {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-in-incomplete {
|
|
|
|
border-bottom: 2px dotted #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-in-error {
|
|
|
|
border-bottom: 2px dotted #F00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-in-ontab {
|
2012-06-01 07:24:19 +00:00
|
|
|
color: hsl(210,0%,35%);
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-in-todo {
|
2012-06-01 07:24:19 +00:00
|
|
|
color: hsl(210,50%,35%);
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-in-closebrace {
|
|
|
|
color: hsl(0,0%,80%);
|
|
|
|
}
|
2012-06-01 12:53:58 +00:00
|
|
|
|
|
|
|
/* Responsive Mode */
|
|
|
|
|
|
|
|
vbox[anonid=browserContainer][responsivemode] {
|
|
|
|
background: #2a3643 url("chrome://browser/skin/devtools/responsive-background.png");
|
|
|
|
box-shadow: 0 0 7px black inset;
|
|
|
|
padding: 0 20px 20px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
stack[anonid=browserStack][responsivemode] {
|
|
|
|
box-shadow: 0 0 7px black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devtools-responsiveui-toolbar {
|
|
|
|
background: transparent;
|
|
|
|
margin: 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devtools-responsiveui-toolbar > menulist,
|
|
|
|
.devtools-responsiveui-toolbar > toolbarbutton {
|
|
|
|
min-width: 22px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child,
|
|
|
|
.devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devtools-responsiveui-resizebar {
|
|
|
|
width: 7px;
|
|
|
|
height: 24px;
|
|
|
|
cursor: ew-resize;
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: translate(12px, -12px);
|
2012-06-01 12:53:58 +00:00
|
|
|
background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.devtools-responsiveui-resizehandle {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
cursor: se-resize;
|
2012-07-16 15:10:27 +00:00
|
|
|
transform: translate(12px, 12px);
|
2012-06-01 12:53:58 +00:00
|
|
|
background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
|
|
|
|
}
|
2012-06-26 16:01:41 +00:00
|
|
|
|
|
|
|
/* Developer Toolbar */
|
|
|
|
|
|
|
|
.developer-toolbar-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 78px;
|
|
|
|
min-height: 22px;
|
|
|
|
text-shadow: 0 -1px 0 hsla(210,8%,5%,.45);
|
|
|
|
border-radius: 3px;
|
|
|
|
color: inherit;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
margin: 0 5px;
|
|
|
|
padding: 0 10px;
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/tools-icons-small.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.developer-toolbar-button:active:hover,
|
|
|
|
.developer-toolbar-button[checked=true] {
|
|
|
|
border-color: hsla(210,8%,5%,.6);
|
|
|
|
background: rgba(0,0,0,.6);
|
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.5) inset, 0 1px 0 hsla(210,16%,76%,.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.developer-toolbar-button[checked=true] {
|
|
|
|
color: hsl(208,100%,60%) !important;
|
|
|
|
background: rgba(0,0,0,.4);
|
|
|
|
text-shadow: 0 0 6px hsl(208,100%,60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#developer-toolbar-webconsole {
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#developer-toolbar-inspector {
|
|
|
|
-moz-image-region: rect(16px, 16px, 32px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#developer-toolbar-styleeditor {
|
|
|
|
-moz-image-region: rect(32px, 16px, 48px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#developer-toolbar-debugger {
|
|
|
|
-moz-image-region: rect(48px, 16px, 64px, 0);
|
|
|
|
}
|
2012-07-05 15:02:28 +00:00
|
|
|
|
|
|
|
/* Error counter */
|
|
|
|
|
|
|
|
#developer-toolbar-webconsole[error-count]:before {
|
|
|
|
color: #FDF3DE;
|
|
|
|
min-width: 16px;
|
|
|
|
text-shadow: none;
|
|
|
|
background-image: -moz-linear-gradient(top, #B4211B, #8A1915);
|
|
|
|
border-radius: 1px;
|
|
|
|
}
|
2012-07-15 23:12:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* === social toolbar button === */
|
|
|
|
|
|
|
|
.social-statusarea-container {
|
|
|
|
-moz-appearance: toolbarbutton;
|
|
|
|
margin: 0 2px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-statusarea-container {
|
|
|
|
-moz-appearance: none;
|
|
|
|
margin: 2px; /* make sure we have the correct platform spacing*/
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* aero look for hover */
|
|
|
|
#social-toolbar-button[open="true"] > .social-statusarea-container,
|
|
|
|
.social-statusarea-container:hover {
|
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1));
|
|
|
|
border-color: hsla(210,54%,20%,.3) hsla(210,54%,20%,.35) hsla(210,54%,20%,.4);
|
|
|
|
box-shadow: 0 1px hsla(0,0%,100%,.85) inset,
|
|
|
|
0 1px hsla(210,54%,20%,.1),
|
|
|
|
0 0 2px hsla(210,54%,20%,.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* favicon for the service */
|
|
|
|
#social-provider-image {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
max-height: 20px;
|
|
|
|
max-width: 20px;
|
|
|
|
padding: 2px;
|
|
|
|
list-style-image: url("chrome://browser/skin/social/social.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hbox that hold notification icons */
|
|
|
|
#social-status-iconbox {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hbox that surrounds an image and its counter */
|
|
|
|
.social-notification-icon-container {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* notification counter box */
|
|
|
|
.social-notification-icon-counter {
|
|
|
|
background-color: rgb(240,61,37);
|
|
|
|
border: 1px solid rgb(216,55,34);
|
|
|
|
box-shadow: 0px 1px 0px rgba(0,39,121,0.77);
|
|
|
|
padding-right: 1px;
|
|
|
|
padding-left: 1px;
|
|
|
|
color: white;
|
|
|
|
font-size: 9px;
|
|
|
|
font-weight: bold;
|
|
|
|
position: absolute;
|
|
|
|
right: -3px;
|
|
|
|
top: -4px;
|
|
|
|
z-index: 1;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* notification image */
|
|
|
|
.social-notification-icon-image {
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0px;
|
|
|
|
min-width: 20px;
|
|
|
|
max-width: 32px;
|
|
|
|
max-height: 20px;
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* === end of social toolbar button === */
|
|
|
|
|
|
|
|
/* === social toolbar provider menu === */
|
|
|
|
|
|
|
|
/* popups that hang off our toolbaritem */
|
|
|
|
#social-statusarea-popup {
|
|
|
|
margin-top:0px;
|
|
|
|
margin-left: -12px;
|
|
|
|
margin-right: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-statusarea-user {
|
|
|
|
border-bottom:1px solid rgb(221,221,221);
|
|
|
|
background-color:-moz-Dialog;
|
|
|
|
color:black;
|
|
|
|
cursor:default;
|
|
|
|
position:relative;
|
|
|
|
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-statusarea-user-portrait {
|
|
|
|
width:32px;
|
|
|
|
height:32px;
|
|
|
|
border-radius:2px;
|
|
|
|
margin:10px;
|
|
|
|
list-style-image: url("chrome://browser/skin/social/social.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-statusarea-username {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
color: -moz-nativehyperlinktext;
|
|
|
|
cursor: pointer;
|
|
|
|
min-width: 0;
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
#social-statusarea-username:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* === end of social toolbar provider menu === */
|
|
|
|
|
|
|
|
/* === end of social toolbar panels === */
|
|
|
|
|
|
|
|
#social-notification-panel {
|
|
|
|
min-height: 100px;
|
|
|
|
min-width: 100px;
|
|
|
|
max-height: 600px;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* === end of social toolbar panels === */
|