2007-11-07 11:50:18 +03:00
|
|
|
%if 0
|
2012-05-21 15:12:37 +04: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/. */
|
2007-11-07 11:50:18 +03:00
|
|
|
%endif
|
2007-11-07 08:07:40 +03:00
|
|
|
|
|
|
|
@import url("chrome://global/skin/");
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2007-11-07 08:08:22 +03:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2013-02-20 00:34:47 +04:00
|
|
|
%include ../shared/browser.inc
|
2013-05-02 20:42:17 +04:00
|
|
|
%include linuxShared.inc
|
2010-09-04 12:46:24 +04:00
|
|
|
%filter substitution
|
2013-05-02 20:42:17 +04:00
|
|
|
|
2011-10-15 14:18:14 +04:00
|
|
|
%define forwardTransitionLength 150ms
|
2013-07-18 20:46:28 +04:00
|
|
|
%define conditionalForwardWithUrlbar window:not([chromehidden~="toolbar"]) #urlbar-container
|
2013-10-11 16:37:56 +04:00
|
|
|
%define conditionalForwardWithUrlbarWidth 26
|
2010-08-24 01:35:34 +04:00
|
|
|
|
2007-11-07 08:07:54 +03:00
|
|
|
#menubar-items {
|
|
|
|
-moz-box-orient: vertical; /* for flex hack */
|
|
|
|
}
|
|
|
|
|
2009-10-23 19:28:14 +04:00
|
|
|
#main-menubar {
|
2007-11-07 08:07:54 +03:00
|
|
|
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
|
|
|
|
}
|
|
|
|
|
2010-09-04 12:46:24 +04:00
|
|
|
#navigator-toolbox {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: 1px solid ThreeDShadow;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2013-06-05 02:08:55 +04:00
|
|
|
#navigator-toolbox > toolbar:not(:-moz-lwtheme):not(#toolbar-menubar):not(#TabsToolbar) {
|
2010-09-04 12:46:24 +04:00
|
|
|
-moz-appearance: none;
|
|
|
|
border-style: none;
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
}
|
|
|
|
|
2013-11-19 20:13:17 +04:00
|
|
|
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
|
2010-09-04 12:46:24 +04:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2013-07-11 00:22:24 +04:00
|
|
|
#nav-bar {
|
2013-01-05 19:00:32 +04:00
|
|
|
background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
2013-05-17 00:32:15 +04:00
|
|
|
box-shadow: 0 1px 0 @toolbarHighlight@ inset;
|
|
|
|
margin-top: -1px; /* Move up 1px into the TabsToolbar */
|
2013-11-12 23:44:34 +04:00
|
|
|
padding-top: 2px;
|
2013-11-12 22:35:50 +04:00
|
|
|
padding-bottom: 2px;
|
2013-05-17 00:32:15 +04:00
|
|
|
/* Position the toolbar above the bottom of background tabs */
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2013-05-23 17:40:55 +04:00
|
|
|
#nav-bar-overflow-button {
|
|
|
|
-moz-image-region: rect(-5px, 12px, 11px, -4px);
|
2010-09-04 12:46:24 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#personal-bookmarks {
|
|
|
|
min-height: 29px;
|
2007-11-07 08:08:25 +03:00
|
|
|
}
|
|
|
|
|
2010-09-04 12:46:14 +04:00
|
|
|
#browser-bottombox {
|
2010-08-28 03:15:08 +04:00
|
|
|
/* opaque for layers optimization */
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
}
|
|
|
|
|
2009-10-02 10:22:18 +04:00
|
|
|
#urlbar:-moz-lwtheme:not([focused="true"]),
|
2010-09-04 12:46:24 +04:00
|
|
|
.searchbar-textbox:-moz-lwtheme:not([focused="true"]) {
|
2009-09-04 14:58:18 +04:00
|
|
|
opacity: .85;
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Places toolbar */
|
2013-08-03 00:31:20 +04:00
|
|
|
toolbarbutton.bookmark-item,
|
2013-10-23 00:26:09 +04:00
|
|
|
#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder {
|
2007-11-07 08:07:40 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 2px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item:hover:active,
|
|
|
|
toolbarbutton.bookmark-item[open="true"] {
|
2007-11-07 08:07:48 +03:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 2px;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2013-08-03 00:31:20 +04:00
|
|
|
.bookmark-item > .toolbarbutton-icon,
|
2013-10-23 00:26:09 +04:00
|
|
|
#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon {
|
2007-11-07 08:07:40 +03:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2013-04-24 21:26:01 +04:00
|
|
|
/* Force the display of the label for bookmarks */
|
2013-08-03 00:31:20 +04:00
|
|
|
.bookmark-item > .toolbarbutton-text,
|
2013-10-23 00:26:09 +04:00
|
|
|
#personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text {
|
2007-11-07 08:07:40 +03:00
|
|
|
display: -moz-box !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-01-30 01:26:19 +03:00
|
|
|
/* Dropmarker for folder bookmarks */
|
2008-01-17 13:24:31 +03:00
|
|
|
.bookmark-item[container] > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: -moz-box !important;
|
|
|
|
}
|
|
|
|
|
2013-08-03 00:31:20 +04:00
|
|
|
#bookmarks-toolbar-placeholder {
|
2009-10-14 15:56:59 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Bookmark menus */
|
2007-11-07 08:07:40 +03:00
|
|
|
menu.bookmark-item,
|
|
|
|
menuitem.bookmark-item {
|
|
|
|
min-width: 0;
|
2011-01-13 02:49:29 +03:00
|
|
|
max-width: 32em;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:08:23 +03:00
|
|
|
.bookmark-item > .menu-iconic-left {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-07 08:07:40 +03:00
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
|
2007-11-07 08:08:23 +03:00
|
|
|
-moz-padding-start: 0px;
|
2007-11-07 08:07:54 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Bookmark drag and drop styles */
|
|
|
|
.bookmark-item[dragover-into="true"] {
|
|
|
|
background: Highlight !important;
|
|
|
|
color: HighlightText !important;
|
|
|
|
}
|
|
|
|
|
2008-02-21 05:17:52 +03:00
|
|
|
/* rules for menupopup drop indicators */
|
|
|
|
.menupopup-drop-indicator-bar {
|
|
|
|
position: relative;
|
|
|
|
/* these two margins must together compensate the indicator's height */
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menupopup-drop-indicator {
|
|
|
|
list-style-image: none;
|
|
|
|
height: 2px;
|
|
|
|
-moz-margin-end: -4em;
|
|
|
|
background-color: Highlight;
|
|
|
|
}
|
|
|
|
|
2009-08-14 12:03:34 +04:00
|
|
|
/* Bookmarks toolbar */
|
2010-05-05 17:28:04 +04:00
|
|
|
#PlacesToolbarDropIndicator {
|
2009-08-14 12:03:34 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/places/toolbarDropMarker.png);
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Bookmark items */
|
2012-03-06 23:28:51 +04:00
|
|
|
.bookmark-item {
|
2011-08-12 04:50:09 +04:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2007-11-21 04:45:38 +03:00
|
|
|
.bookmark-item[container] {
|
2007-11-28 02:48:41 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2012-05-09 01:47:19 +04:00
|
|
|
.bookmark-item[container][livemark] {
|
2008-02-27 04:03:36 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
|
2007-11-07 08:07:46 +03:00
|
|
|
}
|
|
|
|
|
2008-02-24 10:38:39 +03:00
|
|
|
.bookmark-item[container][livemark] .bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/livemark-item.png");
|
2012-02-24 16:42:26 +04:00
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[container][livemark] .bookmark-item[visited] {
|
|
|
|
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
2008-02-24 10:38:39 +03:00
|
|
|
}
|
|
|
|
|
2008-04-15 21:09:00 +04:00
|
|
|
.bookmark-item[container][query] {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/query.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][tagContainer] {
|
2011-11-29 16:27:48 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
2007-11-21 04:45:38 +03:00
|
|
|
}
|
|
|
|
|
2008-04-15 21:09:00 +04:00
|
|
|
.bookmark-item[query][dayContainer] {
|
2008-05-02 01:50:03 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/calendar.png");
|
2008-04-15 21:09:00 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[query][hostContainer][open] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
|
2007-11-07 08:09:25 +03:00
|
|
|
}
|
|
|
|
|
2011-06-30 17:34:02 +04:00
|
|
|
.bookmark-item[cutting] > .toolbarbutton-icon,
|
|
|
|
.bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark-item[cutting] > .toolbarbutton-text,
|
|
|
|
.bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-text {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
2007-12-01 10:00:38 +03:00
|
|
|
/* Stock icons for the menu bar items */
|
2010-11-05 11:27:48 +03:00
|
|
|
menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
|
2007-12-01 10:00:38 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
|
|
|
|
}
|
|
|
|
|
2008-03-28 11:42:31 +03:00
|
|
|
#placesContext_open\:newwindow,
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_newNavigator,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-openlink,
|
|
|
|
#context-openframe {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 80px 16px 64px);
|
|
|
|
}
|
|
|
|
|
2008-03-28 11:42:31 +03:00
|
|
|
#placesContext_open\:newtab,
|
|
|
|
#placesContext_openContainer\:tabs,
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_newNavigatorTab,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-openlinkintab,
|
|
|
|
#context-openframeintab {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 64px 16px 48px);
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_openFile {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-open?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_close {
|
2009-11-03 11:31:30 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2007-12-01 10:00:38 +03:00
|
|
|
}
|
|
|
|
|
2008-10-23 10:36:52 +04:00
|
|
|
#context-media-play {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-media-pause {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_savePage,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-savelink,
|
|
|
|
#context-saveimage,
|
2008-10-23 10:36:52 +04:00
|
|
|
#context-savevideo,
|
|
|
|
#context-saveaudio,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-savepage,
|
|
|
|
#context-saveframe {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-save-as?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_printPreview {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print-preview?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_print,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-printframe {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-print?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_FileQuitItem {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-quit?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_undo,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-undo {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_undo[disabled],
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-undo[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_redo {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_redo[disabled] {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_cut,
|
|
|
|
#placesContext_cut,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-cut {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_cut[disabled],
|
|
|
|
#placesContext_cut[disabled],
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-cut[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_copy,
|
|
|
|
#placesContext_copy,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-copy,
|
|
|
|
#context-copyimage,
|
2008-10-23 10:36:52 +04:00
|
|
|
#context-copyvideourl,
|
|
|
|
#context-copyaudiourl,
|
2008-02-24 10:41:52 +03:00
|
|
|
#context-copylink,
|
|
|
|
#context-copyemail {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_copy[disabled],
|
|
|
|
#placesContext_copy[disabled],
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-copy[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_paste,
|
|
|
|
#placesContext_paste,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-paste {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_paste[disabled],
|
|
|
|
#placesContext_paste[disabled],
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-paste[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_delete,
|
|
|
|
#placesContext_delete,
|
|
|
|
#placesContext_delete_history,
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-delete {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_delete[disabled],
|
|
|
|
#placesContext_delete[disabled],
|
|
|
|
#placesContext_delete_history[disabled],
|
2007-12-01 10:00:38 +03:00
|
|
|
#context-delete[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_selectAll,
|
|
|
|
#context-selectall {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_find {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-find?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_find[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-find?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu_preferences {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-preferences?size=menu");
|
|
|
|
}
|
|
|
|
|
2008-02-23 13:35:43 +03:00
|
|
|
#context-stop {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-stop[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2008-03-28 11:42:31 +03:00
|
|
|
#placesContext_reload,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-reload,
|
|
|
|
#context-reloadframe {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
|
|
|
}
|
|
|
|
|
2007-12-11 02:29:27 +03:00
|
|
|
#context-reload[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_zoomEnlarge {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-in?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_zoomReduce {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-out?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_zoomReset {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-zoom-100?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-back {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
|
2007-12-01 10:00:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#context-back[disabled] {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 22:33:53 +04:00
|
|
|
#context-back:-moz-locale-dir(rtl) {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-07-29 22:33:53 +04:00
|
|
|
#context-back[disabled]:-moz-locale-dir(rtl) {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
|
2007-12-01 10:00:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#context-forward {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
|
2007-12-01 10:00:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#context-forward[disabled] {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
2009-07-29 22:33:53 +04:00
|
|
|
#context-forward:-moz-locale-dir(rtl) {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-07-29 22:33:53 +04:00
|
|
|
#context-forward[disabled]:-moz-locale-dir(rtl) {
|
2007-12-21 14:06:20 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
|
2007-12-01 10:00:38 +03:00
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_showAllHistory {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#bookmarksShowAll {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
2010-11-05 11:29:10 +03:00
|
|
|
#subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#subscribeToPageMenupopup,
|
|
|
|
#BMB_subscribeToPageMenuitem:not([disabled]),
|
|
|
|
#BMB_subscribeToPageMenupopup {
|
|
|
|
list-style-image: url("chrome://browser/skin/page-livemarks.png");
|
|
|
|
}
|
|
|
|
|
2010-06-24 21:08:43 +04:00
|
|
|
#bookmarksToolbarFolderMenu,
|
2013-07-25 14:02:05 +04:00
|
|
|
#BMB_bookmarksToolbar,
|
|
|
|
#panelMenu_bookmarksToolbar {
|
2010-10-26 22:55:55 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
|
|
|
}
|
|
|
|
|
2013-07-25 14:02:05 +04:00
|
|
|
#BMB_unsortedBookmarks,
|
|
|
|
#panelMenu_unsortedBookmarks {
|
2010-10-26 22:55:55 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
|
2010-06-24 21:08:43 +04:00
|
|
|
}
|
|
|
|
|
2007-12-01 10:00:38 +03:00
|
|
|
#menu_openDownloads {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2011-01-18 11:46:02 +03:00
|
|
|
#menu_openAddons {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_pageInfo,
|
2008-02-27 03:55:45 +03:00
|
|
|
#context-viewinfo,
|
|
|
|
#context-viewframeinfo {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-info?size=menu");
|
|
|
|
}
|
|
|
|
|
2011-01-18 11:46:02 +03:00
|
|
|
#privateBrowsingItem {
|
|
|
|
list-style-image: url("chrome://browser/skin/Privacy-16.png");
|
|
|
|
}
|
|
|
|
|
2009-09-01 17:21:35 +04:00
|
|
|
#placesContext_show\:info {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-properties?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#sanitizeItem {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
2009-03-22 11:50:51 +03:00
|
|
|
#menu_openHelp {
|
2007-12-01 10:00:38 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-help?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#aboutName {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-about?size=menu");
|
|
|
|
}
|
|
|
|
|
2008-02-23 13:35:43 +03:00
|
|
|
#javascriptConsole {
|
|
|
|
list-style-image: url("chrome://global/skin/console/console.png");
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Primary toolbar buttons */
|
2008-03-08 13:24:17 +03:00
|
|
|
.toolbarbutton-1 > .toolbarbutton-icon {
|
2010-08-24 01:03:42 +04:00
|
|
|
-moz-margin-end: 0;
|
2007-11-07 08:07:46 +03:00
|
|
|
}
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2010-08-24 01:03:42 +04:00
|
|
|
.toolbarbutton-1:not([type="menu-button"]),
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
2007-11-07 08:07:46 +03:00
|
|
|
padding: 5px;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:07:46 +03:00
|
|
|
.toolbarbutton-1[checked="true"] {
|
2007-11-07 08:08:23 +03:00
|
|
|
padding: 5px !important;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2011-10-15 14:18:14 +04:00
|
|
|
#forward-button[disabled] {
|
2012-07-16 19:10:27 +04:00
|
|
|
transform: scale(0);
|
2011-08-22 22:52:43 +04:00
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2011-10-15 14:18:14 +04:00
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) > #forward-button {
|
2012-07-11 06:13:55 +04:00
|
|
|
transition: @forwardTransitionLength@ ease-out;
|
2009-12-16 13:16:09 +03:00
|
|
|
}
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2010-09-11 01:51:14 +04:00
|
|
|
/* tabview button */
|
|
|
|
|
2011-02-19 13:35:02 +03:00
|
|
|
#tabview-button,
|
|
|
|
#menu_tabview {
|
2010-07-29 23:37:25 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
|
2010-09-11 01:51:14 +04:00
|
|
|
-moz-image-region: rect(0, 80px, 16px, 64px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 13:35:02 +03:00
|
|
|
#tabview-button[groups="0"],
|
|
|
|
#menu_tabview[groups="0"] {
|
2010-09-11 01:51:14 +04:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
2011-02-19 13:35:02 +03:00
|
|
|
#tabview-button[groups="1"],
|
|
|
|
#menu_tabview[groups="1"] {
|
2010-09-11 01:51:14 +04:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 13:35:02 +03:00
|
|
|
#tabview-button[groups="2"],
|
|
|
|
#menu_tabview[groups="2"] {
|
2010-09-11 01:51:14 +04:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
|
|
}
|
|
|
|
|
2011-02-19 13:35:02 +03:00
|
|
|
#tabview-button[groups="3"],
|
|
|
|
#menu_tabview[groups="3"] {
|
2010-09-11 01:51:14 +04:00
|
|
|
-moz-image-region: rect(0, 64px, 16px, 48px);
|
2010-07-11 22:26:36 +04:00
|
|
|
}
|
|
|
|
|
2013-06-07 22:46:53 +04:00
|
|
|
#bookmarks-button {
|
2007-11-24 08:26:44 +03:00
|
|
|
-moz-image-region: rect(0px 72px 24px 48px);
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2009-01-23 11:13:13 +03:00
|
|
|
#new-tab-button {
|
|
|
|
-moz-image-region: rect(0px 96px 24px 72px);
|
|
|
|
}
|
|
|
|
|
2007-11-07 08:07:40 +03:00
|
|
|
#new-window-button {
|
2007-11-24 08:26:44 +03:00
|
|
|
-moz-image-region: rect(0px 120px 24px 96px);
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2010-09-16 15:23:13 +04:00
|
|
|
#sync-button {
|
2010-09-16 00:49:13 +04:00
|
|
|
-moz-image-region: rect(0px 144px 24px 120px);
|
2010-09-10 21:00:55 +04:00
|
|
|
}
|
|
|
|
#sync-button[status="active"] {
|
2010-09-16 00:49:13 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-24-throbber.png");
|
|
|
|
-moz-image-region: rect(0px 24px 24px 0px);
|
2010-09-10 21:00:55 +04:00
|
|
|
}
|
|
|
|
|
2010-10-15 21:57:10 +04:00
|
|
|
#feed-button {
|
|
|
|
-moz-image-region: rect(0px 168px 24px 144px);
|
|
|
|
}
|
|
|
|
|
2013-04-23 18:06:17 +04:00
|
|
|
#feed-button[disabled] > .toolbarbutton-icon {
|
|
|
|
opacity: .4;
|
2010-12-23 22:55:04 +03:00
|
|
|
}
|
|
|
|
|
2013-01-14 13:21:10 +04:00
|
|
|
#webrtc-status-button {
|
|
|
|
-moz-image-region: rect(0px 192px 24px 168px);
|
|
|
|
}
|
|
|
|
|
2008-02-23 12:39:51 +03:00
|
|
|
.unified-nav-back[_moz-menuactive] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu") !important;
|
|
|
|
}
|
2009-08-07 12:42:16 +04:00
|
|
|
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-02-23 12:39:51 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu") !important;
|
|
|
|
}
|
|
|
|
.unified-nav-forward[_moz-menuactive] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu") !important;
|
|
|
|
}
|
2009-08-07 12:42:16 +04:00
|
|
|
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
|
2008-02-23 12:39:51 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu") !important;
|
|
|
|
}
|
2008-01-31 02:16:52 +03:00
|
|
|
#home-button.bookmark-item {
|
2007-11-15 10:42:57 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=menu");
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
2009-12-16 13:16:09 +03:00
|
|
|
#home-button.bookmark-item[disabled="true"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-home?size=menu&state=disabled");
|
|
|
|
}
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2013-06-28 05:01:53 +04:00
|
|
|
/* Menu panel buttons */
|
2010-09-16 00:49:13 +04:00
|
|
|
|
2013-10-03 05:52:21 +04:00
|
|
|
%include ../shared/toolbarbuttons.inc.css
|
2013-07-10 08:04:17 +04:00
|
|
|
%include ../shared/menupanel.inc.css
|
2010-10-15 21:57:10 +04:00
|
|
|
|
2013-10-03 05:52:21 +04:00
|
|
|
#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon,
|
|
|
|
#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker,
|
|
|
|
#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
#main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
|
|
|
|
#main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled] > .toolbarbutton-icon {
|
|
|
|
opacity: 0.4;
|
2013-01-14 13:21:10 +04:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Fullscreen window controls */
|
2007-11-07 08:07:40 +03:00
|
|
|
#window-controls {
|
2007-11-07 08:08:25 +03:00
|
|
|
-moz-box-align: start;
|
2011-01-18 11:43:21 +03:00
|
|
|
-moz-margin-start: 10px;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#minimize-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Minimize.gif");
|
|
|
|
}
|
|
|
|
#restore-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Restore.gif");
|
|
|
|
}
|
|
|
|
#close-button {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Close.gif");
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Location bar */
|
2007-11-07 08:07:40 +03:00
|
|
|
#urlbar {
|
2007-11-07 08:08:23 +03:00
|
|
|
width: 7em;
|
2009-03-09 18:10:29 +03:00
|
|
|
-moz-appearance: textfield;
|
2010-09-03 06:20:12 +04:00
|
|
|
padding: 0;
|
2009-03-09 18:10:29 +03:00
|
|
|
}
|
|
|
|
|
2011-02-03 09:48:39 +03:00
|
|
|
.urlbar-textbox-container {
|
2009-03-09 18:10:29 +03:00
|
|
|
-moz-appearance: none;
|
2011-02-11 03:59:40 +03:00
|
|
|
-moz-box-align: stretch;
|
2009-03-09 18:10:29 +03:00
|
|
|
}
|
|
|
|
|
2012-04-23 23:12:47 +04:00
|
|
|
.urlbar-input-box {
|
|
|
|
-moz-margin-start: 0;
|
2012-10-05 06:28:46 +04:00
|
|
|
min-width: 4em;
|
2012-04-23 23:12:47 +04:00
|
|
|
}
|
|
|
|
|
2010-09-15 09:41:16 +04:00
|
|
|
.urlbar-history-dropmarker {
|
2009-03-09 18:10:29 +03:00
|
|
|
-moz-appearance: toolbarbutton-dropdown;
|
2007-11-07 08:08:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-container {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-moz-box-align: stretch;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
|
|
|
|
2013-07-18 20:46:28 +04:00
|
|
|
@conditionalForwardWithUrlbar@ > #urlbar-wrapper {
|
2011-11-01 23:08:21 +04:00
|
|
|
-moz-padding-start: @conditionalForwardWithUrlbarWidth@px;
|
|
|
|
-moz-margin-start: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
position: relative;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2013-07-18 20:46:28 +04:00
|
|
|
@conditionalForwardWithUrlbar@ > #urlbar-wrapper > #urlbar {
|
2011-11-01 23:08:21 +04:00
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
|
2013-07-18 20:46:28 +04:00
|
|
|
@conditionalForwardWithUrlbar@:not([switchingtabs]) > #urlbar-wrapper > #urlbar {
|
2012-07-11 06:13:55 +04:00
|
|
|
transition: margin-left @forwardTransitionLength@ ease-out,
|
|
|
|
margin-right @forwardTransitionLength@ ease-out;
|
2011-11-01 23:08:21 +04:00
|
|
|
}
|
|
|
|
|
2013-07-18 20:46:28 +04:00
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] > #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) {
|
2011-11-01 23:08:21 +04:00
|
|
|
margin-left: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
2013-07-18 20:46:28 +04:00
|
|
|
@conditionalForwardWithUrlbar@[forwarddisabled] > #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) {
|
2011-11-01 23:08:21 +04:00
|
|
|
margin-right: -@conditionalForwardWithUrlbarWidth@px;
|
|
|
|
}
|
|
|
|
|
2007-11-07 08:08:23 +03:00
|
|
|
#urlbar-icons {
|
2007-11-24 09:00:27 +03:00
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2008-02-07 12:05:53 +03:00
|
|
|
.urlbar-icon {
|
|
|
|
cursor: pointer;
|
2011-09-24 15:03:09 +04:00
|
|
|
padding: 0 3px;
|
2008-02-07 12:05:53 +03:00
|
|
|
}
|
|
|
|
|
2008-01-10 12:16:24 +03:00
|
|
|
#urlbar-search-splitter {
|
|
|
|
-moz-appearance: none;
|
|
|
|
width: 8px;
|
|
|
|
-moz-margin-start: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-22 14:21:35 +03:00
|
|
|
#urlbar-display-box {
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
2010-03-27 00:59:02 +03:00
|
|
|
-moz-border-end: 1px solid #AAA;
|
|
|
|
-moz-margin-end: 3px;
|
|
|
|
}
|
|
|
|
|
2011-01-22 14:21:35 +03:00
|
|
|
#urlbar-display {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2012-04-23 23:12:47 +04:00
|
|
|
-moz-margin-start: 0;
|
2011-01-22 14:21:35 +03:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2013-06-29 07:22:41 +04:00
|
|
|
%include ../shared/identity-block.inc.css
|
|
|
|
|
2011-12-09 03:43:07 +04:00
|
|
|
#page-proxy-favicon {
|
2012-04-21 11:03:39 +04:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
-moz-margin-start: 4px;
|
2012-04-23 23:12:47 +04:00
|
|
|
-moz-margin-end: 3px;
|
2012-04-21 11:03:39 +04:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2008-02-26 01:30:48 +03:00
|
|
|
}
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2012-06-13 15:56:57 +04:00
|
|
|
#identity-box:hover > #page-proxy-favicon {
|
2012-04-21 11:03:39 +04:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2012-06-13 15:56:57 +04:00
|
|
|
#identity-box:hover:active > #page-proxy-favicon,
|
|
|
|
#identity-box[open=true] > #page-proxy-favicon {
|
2012-04-21 11:03:39 +04:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2010-09-08 15:39:35 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Identity indicator */
|
2007-11-07 11:50:18 +03:00
|
|
|
#identity-box {
|
2011-03-19 00:21:02 +03:00
|
|
|
padding: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
-moz-margin-end: 0;
|
2012-05-07 21:17:55 +04:00
|
|
|
font-size: .9em;
|
2011-03-19 00:21:02 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(ltr) {
|
|
|
|
border-top-left-radius: 2.5px;
|
|
|
|
border-bottom-left-radius: 2.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box:-moz-locale-dir(rtl) {
|
|
|
|
border-top-right-radius: 2.5px;
|
|
|
|
border-bottom-right-radius: 2.5px;
|
2009-03-09 18:10:29 +03:00
|
|
|
}
|
|
|
|
|
2010-08-12 11:39:50 +04:00
|
|
|
#identity-box:-moz-focusring {
|
2011-03-19 00:21:02 +03:00
|
|
|
outline: 1px dotted #000;
|
|
|
|
outline-offset: -3px;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
2010-02-22 01:05:05 +03:00
|
|
|
#identity-icon-labels {
|
2010-09-09 15:44:44 +04:00
|
|
|
-moz-padding-start: 2px;
|
2011-03-19 00:21:02 +03:00
|
|
|
-moz-padding-end: 5px;
|
2008-01-31 02:35:05 +03:00
|
|
|
}
|
|
|
|
|
2013-06-29 07:22:41 +04:00
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
|
2012-05-28 02:29:07 +04:00
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
|
2012-04-21 11:03:39 +04:00
|
|
|
background-color: #fff;
|
2012-04-23 23:12:47 +04:00
|
|
|
-moz-margin-end: 4px;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Identity popup icons */
|
|
|
|
#identity-popup-icon {
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
padding: 0;
|
|
|
|
list-style-image: url("chrome://browser/skin/identity.png");
|
|
|
|
-moz-image-region: rect(0px, 64px, 64px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
|
2007-11-07 11:50:18 +03:00
|
|
|
-moz-image-region: rect(64px, 64px, 128px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
|
2007-11-07 11:50:18 +03:00
|
|
|
-moz-image-region: rect(128px, 64px, 192px, 0px);
|
|
|
|
}
|
|
|
|
|
2008-01-30 07:21:53 +03:00
|
|
|
/* Identity popup body text */
|
2009-10-23 19:28:14 +04:00
|
|
|
.identity-popup-description {
|
2008-03-04 14:32:11 +03:00
|
|
|
white-space: pre-wrap;
|
2009-08-03 13:31:13 +04:00
|
|
|
-moz-padding-start: 15px;
|
2008-01-30 07:21:53 +03:00
|
|
|
margin: 2px 0 4px;
|
2007-12-13 18:08:23 +03:00
|
|
|
}
|
|
|
|
|
2009-10-23 19:28:14 +04:00
|
|
|
.identity-popup-label {
|
2008-03-04 14:32:11 +03:00
|
|
|
white-space: pre-wrap;
|
2009-08-03 13:31:13 +04:00
|
|
|
-moz-padding-start: 15px;
|
2008-01-30 07:21:53 +03:00
|
|
|
margin: 0;
|
2008-01-29 21:26:00 +03:00
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup-content-host ,
|
|
|
|
#identity-popup-content-owner {
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 300px;
|
2008-01-30 07:21:53 +03:00
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup-content-host ,
|
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
|
|
|
|
font-size: 140%;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup-content-owner {
|
|
|
|
margin-bottom: 0 !important;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
2008-01-30 07:21:53 +03:00
|
|
|
#identity-popup-content-verifier {
|
|
|
|
margin: 4px 0 2px;
|
2007-12-13 18:08:23 +03:00
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
|
2008-01-30 07:21:53 +03:00
|
|
|
margin-top: 10px;
|
2009-08-03 13:31:13 +04:00
|
|
|
-moz-margin-start: -18px;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
2008-03-04 14:32:11 +03:00
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
|
2007-11-07 11:50:18 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/Secure.png");
|
|
|
|
}
|
|
|
|
|
2013-10-09 17:31:33 +04:00
|
|
|
#identity-popup-help-icon {
|
|
|
|
-moz-appearance: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
min-width: 0;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/question-16.png");
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-help-icon > .button-box > .button-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-help-icon > .button-box > .button-icon {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-help-icon:-moz-focusring {
|
|
|
|
outline: 1px dotted;
|
|
|
|
outline-offset: 1px;
|
|
|
|
}
|
|
|
|
|
2013-07-02 04:42:48 +04:00
|
|
|
#identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
#identity-popup-container {
|
|
|
|
min-width: 280px;
|
2013-07-02 04:42:48 +04:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-button-container {
|
|
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 5px;
|
2007-11-07 11:50:18 +03:00
|
|
|
}
|
|
|
|
|
2010-04-09 21:45:25 +04:00
|
|
|
/* Notification popup */
|
|
|
|
#notification-popup {
|
|
|
|
min-width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-notification-icon {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
-moz-margin-end: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-notification-icon[popupid="geolocation"] {
|
2010-07-01 13:03:56 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/Geolocation-64.png);
|
2010-04-09 21:45:25 +04:00
|
|
|
}
|
|
|
|
|
2010-07-01 20:23:11 +04:00
|
|
|
.popup-notification-icon[popupid="xpinstall-disabled"],
|
2011-01-03 22:40:47 +03:00
|
|
|
.popup-notification-icon[popupid="addon-progress"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-cancelled"],
|
2010-07-01 20:23:11 +04:00
|
|
|
.popup-notification-icon[popupid="addon-install-blocked"],
|
|
|
|
.popup-notification-icon[popupid="addon-install-failed"],
|
2012-04-14 02:01:43 +04:00
|
|
|
.popup-notification-icon[popupid="addon-install-complete"] {
|
2010-07-01 20:23:11 +04:00
|
|
|
list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2010-04-09 21:45:25 +04:00
|
|
|
}
|
|
|
|
|
2012-04-14 02:01:43 +04:00
|
|
|
.popup-notification-icon[popupid="click-to-play-plugins"] {
|
2012-08-28 20:23:10 +04:00
|
|
|
list-style-image: url(chrome://mozapps/skin/plugins/pluginBlocked-64.png);
|
2012-04-14 02:01:43 +04:00
|
|
|
}
|
|
|
|
|
2013-05-04 00:44:12 +04:00
|
|
|
.popup-notification-icon[popupid="plugins-not-found"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/pluginInstall-64.png);
|
|
|
|
}
|
|
|
|
|
2012-07-12 19:45:38 +04:00
|
|
|
.popup-notification-icon[popupid="web-notifications"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/notification-64.png);
|
|
|
|
}
|
|
|
|
|
2011-01-03 22:40:47 +03:00
|
|
|
.addon-progress-description {
|
|
|
|
width: 350px;
|
|
|
|
max-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-label,
|
|
|
|
.popup-progress-meter {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-progress-cancel {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cancel?size=menu");
|
|
|
|
}
|
|
|
|
|
2010-09-10 02:15:40 +04:00
|
|
|
.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
|
2013-04-29 11:38:53 +04:00
|
|
|
.popup-notification-icon[popupid="indexedDB-quota-prompt"],
|
2013-06-12 02:08:44 +04:00
|
|
|
.popup-notification-icon[popupid*="offline-app-requested"],
|
|
|
|
.popup-notification-icon[popupid="offline-app-usage"] {
|
2010-09-10 02:15:40 +04:00
|
|
|
list-style-image: url(chrome://global/skin/icons/question-64.png);
|
|
|
|
}
|
|
|
|
|
2010-09-10 06:08:26 +04:00
|
|
|
.popup-notification-icon[popupid="password-save"],
|
|
|
|
.popup-notification-icon[popupid="password-change"] {
|
2010-09-10 06:08:26 +04:00
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png);
|
|
|
|
}
|
|
|
|
|
2013-09-09 16:57:37 +04:00
|
|
|
.popup-notification-icon[popupid="webapps-install-progress"],
|
2012-03-13 04:33:10 +04:00
|
|
|
.popup-notification-icon[popupid="webapps-install"] {
|
2013-07-29 20:17:57 +04:00
|
|
|
list-style-image: url(chrome://global/skin/icons/webapps-64.png);
|
2012-03-13 04:33:10 +04:00
|
|
|
}
|
|
|
|
|
2013-02-16 04:05:20 +04:00
|
|
|
.popup-notification-icon[popupid="mixed-content-blocked"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/mixed-content-blocked-64.png);
|
|
|
|
}
|
|
|
|
|
2012-12-28 13:25:59 +04:00
|
|
|
.popup-notification-icon[popupid="webRTC-sharingDevices"],
|
2012-10-05 13:37:00 +04:00
|
|
|
.popup-notification-icon[popupid="webRTC-shareDevices"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/webRTC-shareDevice-64.png);
|
|
|
|
}
|
|
|
|
|
2013-03-24 14:32:44 +04:00
|
|
|
.popup-notification-icon[popupid="pointerLock"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/pointerLock-64.png);
|
|
|
|
}
|
|
|
|
|
2010-04-09 21:45:25 +04:00
|
|
|
/* Notification icon box */
|
|
|
|
#notification-popup-box {
|
2011-03-19 00:21:02 +03:00
|
|
|
position: relative;
|
|
|
|
background-color: #fff;
|
|
|
|
background-clip: padding-box;
|
|
|
|
padding-left: 4px;
|
|
|
|
border-radius: 2.5px 0 0 2.5px;
|
2011-12-23 03:35:20 +04:00
|
|
|
border-width: 0 8px 0 0;
|
|
|
|
border-style: solid;
|
2013-03-10 11:58:38 +04:00
|
|
|
border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 fill;
|
2011-12-24 05:16:26 +04:00
|
|
|
-moz-margin-end: -8px;
|
2011-03-19 00:21:02 +03:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-popup-box:not([hidden]) + #identity-box {
|
|
|
|
-moz-padding-start: 10px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-popup-box:-moz-locale-dir(rtl),
|
|
|
|
.notification-anchor-icon:-moz-locale-dir(rtl) {
|
2012-07-16 19:10:27 +04:00
|
|
|
transform: scaleX(-1);
|
2010-04-09 21:45:25 +04:00
|
|
|
}
|
|
|
|
|
2010-07-01 20:23:11 +04:00
|
|
|
.notification-anchor-icon {
|
2010-04-09 21:45:25 +04:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2012-05-04 02:33:47 +04:00
|
|
|
margin: 0 2px;
|
2010-04-09 21:45:25 +04:00
|
|
|
}
|
|
|
|
|
2010-06-23 20:53:09 +04:00
|
|
|
.notification-anchor-icon:-moz-focusring {
|
|
|
|
outline: 1px dotted -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.default-notification-icon,
|
2011-01-19 01:57:40 +03:00
|
|
|
#default-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/information-16.png);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.identity-notification-icon,
|
2012-06-13 05:16:00 +04:00
|
|
|
#identity-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/profile/profileicon.png);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.geo-notification-icon,
|
2010-07-01 20:23:11 +04: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);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.indexedDB-notification-icon,
|
2010-09-10 02:15:40 +04:00
|
|
|
#indexedDB-notification-icon {
|
|
|
|
list-style-image: url(chrome://global/skin/icons/question-16.png);
|
|
|
|
}
|
|
|
|
|
2010-09-10 06:08:26 +04:00
|
|
|
#password-notification-icon {
|
|
|
|
list-style-image: url(chrome://mozapps/skin/passwordmgr/key-16.png);
|
|
|
|
}
|
|
|
|
|
2012-03-13 04:33:10 +04:00
|
|
|
#webapps-notification-icon {
|
2013-07-29 20:17:57 +04:00
|
|
|
list-style-image: url(chrome://global/skin/icons/webapps-16.png);
|
2012-03-13 04:33:10 +04:00
|
|
|
}
|
|
|
|
|
2012-04-14 02:01:43 +04:00
|
|
|
#plugins-notification-icon {
|
2013-07-19 18:02:48 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/notification-pluginNormal.png);
|
2012-04-14 02:01:43 +04:00
|
|
|
}
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon.plugin-hidden {
|
2013-07-19 18:02:48 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/notification-pluginAlert.png);
|
|
|
|
}
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon.plugin-blocked {
|
2013-07-19 18:02:48 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/notification-pluginBlocked.png);
|
|
|
|
}
|
|
|
|
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon {
|
2013-07-19 18:02:48 +04:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon:hover {
|
2013-07-19 18:02:48 +04:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon:active {
|
2013-07-19 18:02:48 +04:00
|
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
2012-12-12 07:41:32 +04:00
|
|
|
}
|
|
|
|
|
2013-05-04 00:44:12 +04:00
|
|
|
#plugin-install-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/pluginInstall-16.png);
|
|
|
|
}
|
|
|
|
|
2013-02-06 09:59:21 +04:00
|
|
|
#notification-popup-box[hidden] {
|
|
|
|
/* Override display:none to make the pluginBlockedNotification animation work
|
|
|
|
when showing the notification repeatedly. */
|
|
|
|
display: -moz-box;
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
2013-10-27 22:41:28 +04:00
|
|
|
#plugins-notification-icon.plugin-blocked[showing] {
|
2012-12-12 07:41:32 +04:00
|
|
|
animation: pluginBlockedNotification 500ms ease 0s 5 alternate both;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes pluginBlockedNotification {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.mixed-content-blocked-notification-icon,
|
2013-01-30 12:04:28 +04:00
|
|
|
#mixed-content-blocked-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/mixed-content-blocked-16.png);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.webRTC-shareDevices-notification-icon,
|
2012-12-28 13:25:59 +04:00
|
|
|
#webRTC-shareDevices-notification-icon {
|
2012-10-05 13:37:00 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/webRTC-shareDevice-16.png);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.webRTC-sharingDevices-notification-icon,
|
2013-01-14 13:21:10 +04:00
|
|
|
#webRTC-sharingDevices-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/webRTC-sharingDevice-16.png);
|
|
|
|
}
|
|
|
|
|
2013-06-22 03:14:22 +04:00
|
|
|
.web-notifications-notification-icon,
|
2012-07-12 19:45:38 +04:00
|
|
|
#web-notifications-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/notification-16.png);
|
|
|
|
}
|
|
|
|
|
2013-03-24 14:32:44 +04:00
|
|
|
#pointerLock-notification-icon {
|
|
|
|
list-style-image: url(chrome://browser/skin/pointerLock-16.png);
|
|
|
|
}
|
|
|
|
#pointerLock-cancel {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2007-11-07 08:09:46 +03:00
|
|
|
#treecolAutoCompleteImage {
|
2012-05-09 01:47:19 +04:00
|
|
|
max-width : 36px;
|
2007-11-07 08:09:03 +03:00
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
.ac-result-type-bookmark,
|
2007-11-07 08:09:46 +03:00
|
|
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
2013-04-23 18:06:17 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/places/star-icons.png");
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
2007-11-07 08:09:46 +03:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2008-07-17 15:48:40 +04:00
|
|
|
.ac-result-type-keyword,
|
|
|
|
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
|
2009-11-03 11:32:00 +03:00
|
|
|
list-style-image: url(moz-icon://stock/gtk-find?size=menu);
|
2008-07-17 15:48:40 +04:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
.ac-result-type-tag,
|
2007-11-07 08:09:46 +03:00
|
|
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
|
|
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
|
|
|
width: 16px;
|
2007-11-07 08:09:09 +03:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-11-30 07:57:57 +03:00
|
|
|
.ac-comment {
|
2012-07-13 07:53:00 +04:00
|
|
|
font-size: 1.05em;
|
2007-11-30 07:57:57 +03:00
|
|
|
}
|
|
|
|
|
2008-04-12 07:14:42 +04:00
|
|
|
.ac-extra > .ac-comment {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2010-12-11 05:32:14 +03:00
|
|
|
.ac-url-text,
|
|
|
|
.ac-action-text {
|
2008-08-02 23:37:17 +04:00
|
|
|
color: -moz-nativehyperlinktext;
|
2012-07-13 07:53:00 +04:00
|
|
|
font-size: 0.9em;
|
2007-11-30 07:57:57 +03:00
|
|
|
}
|
|
|
|
|
2010-08-26 08:01:22 +04:00
|
|
|
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
2010-03-27 00:59:02 +03:00
|
|
|
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
2012-05-04 20:16:02 +04:00
|
|
|
padding: 0 3px;
|
2010-03-27 00:59:02 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:07:40 +03:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
2007-11-30 07:57:57 +03:00
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2010-12-11 05:32:14 +03:00
|
|
|
.ac-comment[selected="true"],
|
|
|
|
.ac-url-text[selected="true"],
|
|
|
|
.ac-action-text[selected="true"] {
|
2007-11-30 07:57:57 +03:00
|
|
|
color: inherit !important;
|
2007-11-07 08:07:40 +03:00
|
|
|
}
|
2007-11-07 08:08:15 +03:00
|
|
|
|
2012-05-09 01:47:19 +04:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
|
2007-11-07 11:50:18 +03:00
|
|
|
.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
|
2007-11-07 08:08:15 +03:00
|
|
|
color: GrayText;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-treebody::-moz-tree-cell(suggesthint) {
|
|
|
|
border-top: 1px solid GrayText;
|
|
|
|
}
|
2007-11-07 08:08:23 +03:00
|
|
|
|
2010-09-03 06:20:12 +04:00
|
|
|
/* Combined go/reload/stop button in location bar */
|
|
|
|
|
|
|
|
#urlbar > toolbarbutton {
|
|
|
|
-moz-appearance: none;
|
2013-11-01 22:27:55 +04:00
|
|
|
padding: 0 2px;
|
2011-09-24 15:03:09 +04:00
|
|
|
cursor: pointer;
|
2013-11-01 22:27:55 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/reload-stop-go.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-reload-button {
|
|
|
|
-moz-image-region: rect(0, 14px, 14px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-reload-button:not([disabled]):hover {
|
|
|
|
background-image: radial-gradient(circle closest-side, hsla(200,100%,70%,.2), hsla(200,100%,70%,0));
|
|
|
|
-moz-image-region: rect(14px, 14px, 28px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-reload-button:not([disabled]):hover:active {
|
|
|
|
background-image: radial-gradient(circle closest-side, hsla(200,100%,60%,.1), hsla(200,100%,60%,0));
|
|
|
|
-moz-image-region: rect(28px, 14px, 42px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
|
|
|
transform: scaleX(-1);
|
2010-09-03 06:20:12 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-go-button {
|
2013-11-01 22:27:55 +04:00
|
|
|
-moz-image-region: rect(0, 42px, 14px, 28px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-go-button:hover {
|
|
|
|
background-image: radial-gradient(circle closest-side, hsla(110,70%,50%,.2), hsla(110,70%,50%,0));
|
|
|
|
-moz-image-region: rect(14px, 42px, 28px, 28px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-go-button:hover:active {
|
|
|
|
background-image: radial-gradient(circle closest-side, hsla(110,70%,50%,.1), hsla(110,70%,50%,0));
|
|
|
|
-moz-image-region: rect(28px, 42px, 42px, 28px);
|
2010-09-03 06:20:12 +04:00
|
|
|
}
|
|
|
|
|
2011-01-27 16:15:56 +03:00
|
|
|
#urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
2012-07-16 19:10:27 +04:00
|
|
|
transform: scaleX(-1);
|
2011-01-27 16:15:56 +03:00
|
|
|
}
|
|
|
|
|
2013-11-01 22:27:55 +04:00
|
|
|
#urlbar-stop-button {
|
|
|
|
-moz-image-region: rect(0, 28px, 14px, 14px);
|
2010-09-03 06:20:12 +04:00
|
|
|
}
|
|
|
|
|
2013-11-01 22:27:55 +04:00
|
|
|
#urlbar-stop-button:not([disabled]):hover {
|
|
|
|
background-image: radial-gradient(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: radial-gradient(circle closest-side, hsla(5,100%,75%,.1), hsla(5,100%,75%,0));
|
|
|
|
-moz-image-region: rect(28px, 28px, 42px, 14px);
|
2010-09-03 06:20:12 +04:00
|
|
|
}
|
|
|
|
|
2010-12-16 20:53:27 +03:00
|
|
|
/* Popup blocker button */
|
|
|
|
#page-report-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/Info.png");
|
|
|
|
}
|
|
|
|
|
2013-05-07 10:02:58 +04:00
|
|
|
|
|
|
|
/* social share panel */
|
|
|
|
|
|
|
|
.social-share-frame {
|
|
|
|
background: linear-gradient(to bottom, rgba(242,242,242,.99), rgba(242,242,242,.95));
|
|
|
|
border-left: 1px solid #f8f8f8;
|
|
|
|
width: 330px;
|
|
|
|
height: 150px;
|
|
|
|
/* we resize our panels dynamically, make it look nice */
|
|
|
|
transition: height 100ms ease-out, width 100ms ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/social/share-button.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-button[open],
|
|
|
|
#social-share-button:hover:active {
|
|
|
|
list-style-image: url("chrome://browser/skin/social/share-button-active.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-share-toolbar {
|
|
|
|
border-right: 1px solid #dedede;
|
|
|
|
background: linear-gradient(to bottom, rgba(247,247,247,.99), rgba(247,247,247,.95));
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-provider-buttons {
|
|
|
|
border-right: 1px solid #fbfbfb;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-provider-buttons > .share-provider-button {
|
|
|
|
padding: 6px;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-provider-buttons > .share-provider-button[checked],
|
|
|
|
#social-share-provider-buttons > .share-provider-button:active {
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #b5b5b8;
|
|
|
|
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-provider-buttons > .share-provider-button[checked] {
|
|
|
|
background: linear-gradient(to bottom, #d9d9d9, #e3e3e3);
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-share-provider-buttons > .share-provider-button > .toolbarbutton-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#social-share-provider-buttons > .share-provider-button > .toolbarbutton-icon {
|
|
|
|
width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
max-height: 16px;
|
|
|
|
}
|
|
|
|
|
2012-07-12 05:31:19 +04:00
|
|
|
/* social recommending panel */
|
|
|
|
|
2013-05-05 00:11:18 +04:00
|
|
|
#social-mark-button {
|
2012-10-24 06:46:05 +04:00
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2012-10-24 10:45:51 +04:00
|
|
|
}
|
|
|
|
|
2013-06-07 22:46:53 +04:00
|
|
|
/* bookmarks menu-button */
|
|
|
|
|
2013-10-23 00:26:09 +04:00
|
|
|
#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker {
|
2013-07-30 16:50:58 +04:00
|
|
|
-moz-appearance: none !important;
|
2013-04-25 14:19:52 +04:00
|
|
|
}
|
|
|
|
|
2013-10-23 00:26:09 +04:00
|
|
|
#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
|
2013-07-30 16:50:58 +04:00
|
|
|
padding: 9px 3px;
|
2013-04-25 14:19:52 +04:00
|
|
|
}
|
|
|
|
|
2013-10-23 00:26:09 +04:00
|
|
|
#bookmarks-menu-button[cui-areatype="toolbar"].bookmark-item > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon,
|
2013-06-07 22:46:53 +04:00
|
|
|
#bookmarks-menu-button.bookmark-item {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
|
2013-07-30 16:50:58 +04:00
|
|
|
}
|
2013-04-25 14:19:52 +04:00
|
|
|
|
2013-07-30 16:50:58 +04:00
|
|
|
#bookmarks-menu-button.bookmark-item {
|
2013-06-07 22:46:53 +04:00
|
|
|
-moz-image-region: rect(0px 144px 16px 128px);
|
2013-04-25 14:19:52 +04:00
|
|
|
}
|
|
|
|
|
2013-06-07 22:46:53 +04:00
|
|
|
#bookmarks-menu-button.bookmark-item[starred] {
|
|
|
|
-moz-image-region: rect(16px 144px 32px 128px);
|
|
|
|
}
|
2013-04-25 14:19:52 +04:00
|
|
|
|
2013-10-23 00:26:09 +04:00
|
|
|
#bookmarks-menu-button[cui-areatype="toolbar"].bookmark-item > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
|
2013-07-30 16:50:58 +04:00
|
|
|
-moz-image-region: rect(0px 160px 16px 144px);
|
|
|
|
}
|
2013-04-25 14:19:52 +04:00
|
|
|
|
2013-10-23 00:26:09 +04:00
|
|
|
#bookmarks-menu-button[disabled][cui-areatype="toolbar"] > .toolbarbutton-icon,
|
|
|
|
#bookmarks-menu-button[disabled][cui-areatype="toolbar"] > .toolbarbutton-menu-dropmarker,
|
|
|
|
#bookmarks-menu-button[disabled][cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker,
|
|
|
|
#bookmarks-menu-button[disabled][cui-areatype="toolbar"] > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
|
|
|
|
#bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled] > .toolbarbutton-icon {
|
2013-04-25 14:19:52 +04:00
|
|
|
opacity: .4;
|
|
|
|
}
|
|
|
|
|
2013-07-30 16:50:58 +04:00
|
|
|
#BMB_bookmarksPopup[side="top"],
|
|
|
|
#BMB_bookmarksPopup[side="bottom"] {
|
|
|
|
margin-left: -16px;
|
|
|
|
margin-right: -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#BMB_bookmarksPopup[side="left"],
|
|
|
|
#BMB_bookmarksPopup[side="right"] {
|
|
|
|
margin-top: -16px;
|
|
|
|
margin-bottom: -16px;
|
|
|
|
}
|
|
|
|
|
2008-01-30 07:37:20 +03: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-26 01:18:23 +03:00
|
|
|
#editBookmarkPanelHeader,
|
|
|
|
#editBookmarkPanelContent {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
2009-01-13 13:48:26 +03:00
|
|
|
/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
|
|
|
|
#editBMPanel_folderTree {
|
2009-01-17 17:45:37 +03:00
|
|
|
min-width: 27em;
|
2009-01-13 13:48:26 +03:00
|
|
|
}
|
|
|
|
|
2011-05-24 08:16:39 +04:00
|
|
|
.panel-promo-box {
|
|
|
|
margin: 8px -10px -10px -10px;
|
2011-06-23 16:35:11 +04:00
|
|
|
padding: 8px 10px;
|
2011-05-24 08:16:39 +04:00
|
|
|
border-top: 1px solid ThreeDShadow;
|
2013-01-05 19:00:32 +04:00
|
|
|
background-image: linear-gradient(hsla(0,0%,0%,.15), hsla(0,0%,0%,.08) 6px);
|
2011-05-24 08:16:39 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-icon {
|
2011-07-04 18:06:16 +04:00
|
|
|
list-style-image: url("chrome://browser/skin/sync-notification-24.png");
|
2011-05-24 08:16:39 +04:00
|
|
|
-moz-margin-end: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-promo-closebutton > .toolbarbutton-text {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Content area */
|
2007-11-07 08:09:12 +03:00
|
|
|
#sidebar {
|
|
|
|
background-color: Window;
|
|
|
|
}
|
|
|
|
|
2013-07-08 03:14:00 +04:00
|
|
|
.browserContainer > findbar {
|
|
|
|
background-color: -moz-dialog;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2010-09-04 12:46:24 +04:00
|
|
|
/* Tabstrip */
|
2007-11-07 08:07:46 +03:00
|
|
|
|
2013-03-20 22:01:00 +04:00
|
|
|
%include ../shared/tabs.inc.css
|
2007-11-07 08:07:40 +03:00
|
|
|
|
2013-05-17 00:32:15 +04:00
|
|
|
#tabbrowser-tabs {
|
|
|
|
/* override the global style to allow the selected tab to be above the nav-bar */
|
|
|
|
z-index: auto;
|
2009-11-02 02:24:12 +03:00
|
|
|
}
|
|
|
|
|
2010-03-17 09:36:13 +03:00
|
|
|
#TabsToolbar {
|
|
|
|
min-height: 0;
|
|
|
|
padding: 0;
|
2013-05-17 00:32:15 +04:00
|
|
|
position: relative;
|
2010-03-17 09:36:13 +03:00
|
|
|
}
|
|
|
|
|
2013-05-17 00:32:15 +04:00
|
|
|
/*
|
|
|
|
* Draw the bottom border of the tabstrip:
|
|
|
|
*/
|
|
|
|
#TabsToolbar::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 0;
|
|
|
|
border-bottom: 1px solid hsla(0,0%,0%,.3);
|
2010-09-04 12:46:24 +04:00
|
|
|
}
|
|
|
|
|
2013-06-05 02:08:55 +04:00
|
|
|
#TabsToolbar:not(:-moz-lwtheme) {
|
2011-02-17 21:40:41 +03:00
|
|
|
-moz-appearance: menubar;
|
|
|
|
color: -moz-menubartext;
|
2010-09-04 12:46:24 +04:00
|
|
|
}
|
|
|
|
|
2013-05-17 23:29:05 +04:00
|
|
|
#toolbar-menubar:not([autohide="true"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag),
|
2013-06-05 02:08:55 +04:00
|
|
|
#TabsToolbar:not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
|
2013-05-17 23:29:05 +04:00
|
|
|
-moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar-drag");
|
2007-11-07 08:08:54 +03:00
|
|
|
}
|
|
|
|
|
2013-06-05 02:08:55 +04:00
|
|
|
#TabsToolbar:not(:-moz-lwtheme) > #tabbrowser-tabs > .tabbrowser-tab:not([selected]) {
|
2013-03-20 22:01:00 +04:00
|
|
|
color: -moz-menubartext;
|
2010-08-30 22:26:05 +04:00
|
|
|
}
|
|
|
|
|
2013-03-30 01:53:01 +04:00
|
|
|
.tabbrowser-tab:focus > .tab-stack > .tab-content > .tab-label {
|
2010-09-04 12:46:24 +04:00
|
|
|
outline: 1px dotted;
|
2010-09-03 00:08:37 +04:00
|
|
|
}
|
|
|
|
|
2008-02-25 11:47:24 +03:00
|
|
|
#context_reloadTab {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeOtherTabs {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeOtherTabs[disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_undoCloseTab {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-undelete?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
#context_closeTab {
|
2009-11-03 11:31:30 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2008-02-25 11:47:24 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Tab drag and drop */
|
2007-11-07 08:08:54 +03:00
|
|
|
.tab-drop-indicator {
|
2010-03-10 11:07:45 +03:00
|
|
|
list-style-image: url(chrome://browser/skin/tabbrowser/tabDragIndicator.png);
|
2013-05-15 22:06:27 +04:00
|
|
|
margin-bottom: -9px;
|
|
|
|
z-index: 3;
|
2007-11-07 08:08:54 +03:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* In-tab close button */
|
2007-11-07 08:08:54 +03:00
|
|
|
.tab-close-button > .toolbarbutton-icon {
|
2007-12-14 10:39:11 +03:00
|
|
|
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
|
|
|
use evil CSS to give the impression of smaller content */
|
2010-04-29 10:43:40 +04:00
|
|
|
margin: -4px;
|
2007-11-07 08:08:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2007-11-13 15:33:52 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2013-05-02 20:05:50 +04:00
|
|
|
margin-top: 0;
|
2010-09-04 20:52:14 +04:00
|
|
|
margin-bottom: -1px;
|
2013-05-02 20:05:50 +04:00
|
|
|
-moz-margin-end: -4px;
|
2007-11-07 08:08:54 +03:00
|
|
|
}
|
|
|
|
|
2009-01-23 11:13:13 +03:00
|
|
|
/* Tabstrip new tab button */
|
2010-04-27 20:57:19 +04:00
|
|
|
.tabs-newtab-button,
|
|
|
|
#TabsToolbar > #new-tab-button ,
|
|
|
|
#TabsToolbar > #wrapper-new-tab-button > #new-tab-button {
|
2009-02-18 22:04:31 +03:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-add?size=menu");
|
2010-04-27 20:57:19 +04:00
|
|
|
-moz-image-region: auto;
|
2008-09-25 11:39:41 +04:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Tabstrip close button */
|
2007-11-13 15:33:52 +03:00
|
|
|
.tabs-closebutton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2007-11-07 08:08:54 +03:00
|
|
|
}
|
|
|
|
|
2007-12-14 10:39:11 +03:00
|
|
|
.tabs-closebutton > .toolbarbutton-icon {
|
2009-11-15 12:28:39 +03:00
|
|
|
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
|
|
|
|
use evil CSS to give the impression of smaller content */
|
|
|
|
margin: -2px;
|
2007-12-14 10:39:11 +03:00
|
|
|
}
|
|
|
|
|
2008-02-15 08:28:44 +03:00
|
|
|
/* Tabbrowser arrowscrollbox arrows */
|
2011-02-09 21:25:54 +03:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
|
|
|
-moz-appearance: none;
|
2009-11-05 11:02:12 +03:00
|
|
|
margin: 0;
|
2008-02-15 08:28:44 +03:00
|
|
|
}
|
|
|
|
|
2011-02-09 21:25:54 +03:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up {
|
|
|
|
-moz-border-start: 0;
|
|
|
|
-moz-border-end: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
2008-02-15 08:28:44 +03:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down {
|
2011-02-09 21:25:54 +03:00
|
|
|
-moz-border-start: 2px solid transparent;
|
|
|
|
-moz-border-end: 0;
|
2012-07-11 06:13:55 +04:00
|
|
|
transition: 1s box-shadow ease-out;
|
2010-09-09 19:21:47 +04:00
|
|
|
border-radius: 4px;
|
2009-11-05 11:02:12 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
|
2010-09-11 20:27:12 +04:00
|
|
|
box-shadow: 0 0 5px 5px Highlight inset;
|
2012-07-11 06:13:55 +04:00
|
|
|
transition: none;
|
2008-04-30 21:02:39 +04:00
|
|
|
}
|
|
|
|
|
2011-02-09 21:25:54 +03:00
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):-moz-locale-dir(ltr),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):-moz-locale-dir(rtl) {
|
2011-12-23 03:35:20 +04:00
|
|
|
border-width: 0 2px 0 0;
|
|
|
|
border-style: solid;
|
2013-03-10 11:58:38 +04:00
|
|
|
border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;
|
2011-02-09 21:25:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):-moz-locale-dir(ltr),
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):-moz-locale-dir(rtl) {
|
2011-12-23 03:35:20 +04:00
|
|
|
border-width: 0 0 0 2px;
|
|
|
|
border-style: solid;
|
2013-03-10 11:58:38 +04:00
|
|
|
border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;
|
2011-02-09 21:25:54 +03:00
|
|
|
}
|
|
|
|
|
2010-11-13 00:34:13 +03:00
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon,
|
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker,
|
|
|
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
2010-09-14 14:56:22 +04:00
|
|
|
margin-top: -2px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2013-02-11 16:48:32 +04:00
|
|
|
#alltabs-button > .toolbarbutton-menu-dropmarker {
|
2009-07-10 15:20:03 +04:00
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2013-02-11 16:48:32 +04:00
|
|
|
#alltabs-button > .toolbarbutton-icon {
|
2009-07-10 15:20:03 +04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-07-10 22:34:46 +04:00
|
|
|
/* All tabs menupopup */
|
|
|
|
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
|
2011-08-12 04:50:09 +04:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2009-07-10 22:34:46 +04: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 04:57:42 +04:00
|
|
|
.alltabs-item[tabIsVisible] {
|
|
|
|
/* box-shadow instead of background-color to work around native styling */
|
2012-04-27 00:27:38 +04:00
|
|
|
box-shadow: inset -5px 0 ThreeDShadow;
|
2011-05-25 04:57:42 +04:00
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
/* Sidebar */
|
2010-04-27 20:57:19 +04:00
|
|
|
#sidebar-header > .tabs-closebutton {
|
2007-11-07 08:07:46 +03:00
|
|
|
margin-bottom: 0px !important;
|
|
|
|
padding: 0px 2px 0px 2px !important;
|
|
|
|
}
|
|
|
|
|
2007-11-07 11:50:18 +03:00
|
|
|
#sidebar-throbber[loading="true"] {
|
2008-04-09 09:32:16 +04:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-11-07 11:50:18 +03:00
|
|
|
-moz-margin-end: 4px;
|
|
|
|
}
|
|
|
|
|
2007-11-07 08:07:40 +03:00
|
|
|
toolbarbutton.chevron {
|
|
|
|
list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
|
|
|
|
}
|
|
|
|
|
2009-08-11 12:27:20 +04:00
|
|
|
toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon {
|
2012-07-16 19:10:27 +04:00
|
|
|
transform: scaleX(-1);
|
2007-11-07 08:07:48 +03:00
|
|
|
}
|
|
|
|
|
2009-02-22 11:43:59 +03:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-text,
|
2007-11-07 08:07:40 +03:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-02-22 11:43:59 +03:00
|
|
|
toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-02-11 16:48:32 +04:00
|
|
|
/* Ctrl-Tab */
|
2009-07-21 08:25:59 +04:00
|
|
|
|
2013-02-11 16:48:32 +04:00
|
|
|
.ctrlTab-preview {
|
2009-07-21 08:25:59 +04:00
|
|
|
-moz-appearance: toolbarbutton;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabPreview-canvas {
|
2010-09-11 20:27:12 +04:00
|
|
|
box-shadow: 0 0 5px ThreeDShadow;
|
2009-07-21 08:25:59 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ctrlTab-preview:focus .tabPreview-canvas,
|
2013-02-11 16:48:32 +04:00
|
|
|
.ctrlTab-preview:hover .tabPreview-canvas {
|
2010-09-11 20:27:12 +04:00
|
|
|
box-shadow: none;
|
2009-07-21 08:25:59 +04:00
|
|
|
}
|
|
|
|
|
2013-02-11 16:48:32 +04:00
|
|
|
.ctrlTab-favicon[src] {
|
2010-03-22 17:11:42 +03:00
|
|
|
background-color: white;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2010-06-11 16:17:12 +04:00
|
|
|
#ctrlTab-panel {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2009-07-21 08:25:59 +04:00
|
|
|
.ctrlTab-preview:not(#ctrlTab-showAll) .tabPreview-canvas {
|
|
|
|
margin-bottom: 2px;
|
2008-07-15 20:11:00 +04:00
|
|
|
}
|
|
|
|
|
2009-07-21 08:25:59 +04:00
|
|
|
#ctrlTab-showAll {
|
|
|
|
-moz-appearance: button;
|
|
|
|
color: ButtonText;
|
|
|
|
padding: 0 3px;
|
|
|
|
margin-top: 10px;
|
2008-07-15 20:11:00 +04:00
|
|
|
}
|
2008-11-05 10:38:13 +03:00
|
|
|
|
2011-01-28 16:35:49 +03:00
|
|
|
/* Status panel */
|
|
|
|
|
|
|
|
.statuspanel-label {
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 4px;
|
2013-01-05 19:00:32 +04:00
|
|
|
background: linear-gradient(#fff, #ddd);
|
2011-01-28 16:35:49 +03:00
|
|
|
border: 1px none #ccc;
|
|
|
|
border-top-style: solid;
|
|
|
|
color: #333;
|
2011-01-31 09:27:33 +03:00
|
|
|
text-shadow: none;
|
2011-01-28 16:35:49 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl)[mirror] {
|
|
|
|
border-right-style: solid;
|
|
|
|
border-top-right-radius: .3em;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
|
|
|
|
.statuspanel-label:-moz-locale-dir(ltr)[mirror] {
|
|
|
|
border-left-style: solid;
|
|
|
|
border-top-left-radius: .3em;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2011-07-11 21:18:11 +04:00
|
|
|
|
2011-10-28 12:28:05 +04:00
|
|
|
#full-screen-warning-message {
|
2013-08-03 04:36:10 +04:00
|
|
|
background-image: url("chrome://browser/skin/fullscreen-darknoise.png");
|
2011-10-28 12:28:05 +04:00
|
|
|
color: white;
|
2013-08-03 04:36:10 +04:00
|
|
|
border-radius: 4px;
|
2011-10-28 12:28:05 +04:00
|
|
|
margin-top: 30px;
|
|
|
|
padding: 30px 50px;
|
|
|
|
box-shadow: 0 0 2px white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-warning-container[obscure-browser] {
|
2012-05-09 01:47:19 +04:00
|
|
|
background-color: rgba(0,0,0,0.3);
|
2011-10-28 12:28:05 +04:00
|
|
|
}
|
|
|
|
|
2012-05-09 01:47:19 +04:00
|
|
|
.full-screen-description {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#full-screen-domain-text {
|
|
|
|
font-size: 300%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-screen-approval-button,
|
|
|
|
#full-screen-remember-decision {
|
|
|
|
font-size: 120%;
|
2011-10-28 12:28:05 +04:00
|
|
|
}
|
|
|
|
|
2013-02-20 00:34:48 +04:00
|
|
|
%include ../shared/devtools/responsivedesign.inc.css
|
2013-02-20 00:34:48 +04:00
|
|
|
%include ../shared/devtools/highlighter.inc.css
|
2013-02-20 00:34:48 +04:00
|
|
|
%include ../shared/devtools/commandline.inc.css
|
2013-06-24 18:40:26 +04:00
|
|
|
%include ../shared/plugin-doorhanger.inc.css
|
2012-06-01 11:24:19 +04:00
|
|
|
|
2013-09-18 23:32:16 +04:00
|
|
|
%include downloads/indicator.css
|
|
|
|
|
2013-02-07 10:04:00 +04:00
|
|
|
.gcli-panel {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2012-10-05 03:46:38 +04:00
|
|
|
.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
|
|
|
|
color: hsl(210,11%,16%);
|
2012-05-10 21:33:54 +04:00
|
|
|
}
|
|
|
|
|
2012-07-05 19:02:28 +04:00
|
|
|
/* Error counter */
|
|
|
|
|
2012-11-30 12:07:59 +04:00
|
|
|
#developer-toolbar-toolbox-button[error-count]:before {
|
2012-07-05 19:02:28 +04:00
|
|
|
color: #FDF3DE;
|
|
|
|
min-width: 16px;
|
|
|
|
text-shadow: none;
|
2013-01-05 19:00:32 +04:00
|
|
|
background-image: linear-gradient(#B4211B, #8A1915);
|
2012-07-05 19:02:28 +04:00
|
|
|
border-radius: 1px;
|
2012-08-28 13:44:18 +04:00
|
|
|
-moz-margin-end: 2px;
|
2012-07-05 19:02:28 +04:00
|
|
|
}
|
2012-08-04 05:45:37 +04:00
|
|
|
|
2013-05-30 01:50:59 +04:00
|
|
|
/* Social toolbar item */
|
|
|
|
|
2013-05-06 22:25:24 +04:00
|
|
|
#social-provider-button {
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
list-style-image: url(chrome://browser/skin/social/services-16.png);
|
|
|
|
}
|
|
|
|
|
2012-09-28 03:57:37 +04:00
|
|
|
#social-provider-button > .toolbarbutton-menu-dropmarker {
|
2012-08-04 05:45:37 +04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-04-08 10:53:41 +04:00
|
|
|
.toolbarbutton-badge-container {
|
|
|
|
margin: 5px 3px;
|
2013-01-08 00:42:02 +04:00
|
|
|
position: relative;
|
2012-08-04 05:45:37 +04:00
|
|
|
}
|
|
|
|
|
2013-04-08 10:53:41 +04:00
|
|
|
toolbar[iconsize="small"] .toolbarbutton-badge-container {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-badge[badge]:not([badge=""])::after {
|
2013-01-08 00:42:02 +04:00
|
|
|
/* The |content| property is set in the content stylesheet. */
|
2012-08-04 05:45:37 +04:00
|
|
|
font-size: 9px;
|
|
|
|
font-weight: bold;
|
2013-01-08 00:42:02 +04:00
|
|
|
padding: 0 1px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: rgb(240,61,37);
|
|
|
|
border: 1px solid rgb(216,55,34);
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 1px 0 rgba(0,39,121,0.77);
|
|
|
|
position: absolute;
|
2013-04-08 10:53:41 +04:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2012-08-04 05:45:37 +04:00
|
|
|
}
|
|
|
|
|
2013-04-08 10:53:41 +04:00
|
|
|
.toolbarbutton-badge[badge]:not([badge=""]):-moz-locale-dir(rtl)::after {
|
2013-01-08 00:42:02 +04:00
|
|
|
left: 2px;
|
|
|
|
right: auto;
|
2012-08-04 05:45:37 +04:00
|
|
|
}
|
|
|
|
|
2013-04-03 03:28:30 +04:00
|
|
|
.popup-notification-icon[popupid="servicesInstall"] {
|
2013-04-08 05:40:50 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/social/services-64.png);
|
2013-04-03 03:28:30 +04:00
|
|
|
}
|
|
|
|
#servicesInstall-notification-icon {
|
2013-04-08 05:40:50 +04:00
|
|
|
list-style-image: url(chrome://browser/skin/social/services-16.png);
|
2013-04-03 03:28:30 +04:00
|
|
|
}
|
|
|
|
#social-undoactivation-button,
|
|
|
|
#servicesInstall-learnmore-link {
|
|
|
|
-moz-margin-start: 0; /* override default label margin to match description margin */
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-activation-icon {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-height: 64px;
|
|
|
|
max-width: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-activation-message {
|
|
|
|
max-width: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-activation-message > label {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-04 05:45:37 +04:00
|
|
|
/* social toolbar provider menu */
|
|
|
|
#social-statusarea-popup {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: -12px;
|
|
|
|
margin-right: -12px;
|
|
|
|
}
|
|
|
|
|
2013-03-05 02:08:25 +04:00
|
|
|
.social-statusarea-user {
|
|
|
|
list-style-image:url("chrome://global/skin/icons/information-32.png");
|
|
|
|
}
|
|
|
|
|
2012-11-16 03:07:42 +04:00
|
|
|
.social-statusarea-user-portrait {
|
2012-08-04 05:45:37 +04:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2012-09-07 03:13:37 +04:00
|
|
|
.social-panel > .panel-arrowcontainer > .panel-arrowcontent {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2013-02-20 00:34:48 +04:00
|
|
|
%include ../shared/social/chat.inc.css
|
2012-08-21 04:52:26 +04:00
|
|
|
|
|
|
|
.chat-titlebar {
|
2012-09-05 01:42:06 +04:00
|
|
|
background-color: #d9d9d9;
|
2012-10-06 04:57:53 +04:00
|
|
|
background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
2012-08-21 04:52:26 +04:00
|
|
|
}
|
|
|
|
|
2012-09-05 01:42:06 +04:00
|
|
|
.chat-titlebar[selected] {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2012-08-21 04:52:26 +04:00
|
|
|
.chatbar-button {
|
2012-10-06 04:57:53 +04:00
|
|
|
-moz-appearance: none;
|
2012-09-05 01:42:06 +04:00
|
|
|
background-color: #d9d9d9;
|
2013-05-06 06:48:20 +04:00
|
|
|
background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
|
2012-08-21 04:52:26 +04:00
|
|
|
}
|
|
|
|
|
2012-10-06 04:57:53 +04:00
|
|
|
.chatbar-button > .toolbarbutton-icon {
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
2013-05-06 06:48:20 +04:00
|
|
|
.chatbar-button:hover,
|
2012-10-06 04:57:53 +04:00
|
|
|
.chatbar-button[open="true"] {
|
2012-09-05 01:42:06 +04:00
|
|
|
background-color: #f0f0f0;
|
2012-08-21 04:52:26 +04:00
|
|
|
}
|
|
|
|
|
2012-09-26 01:38:58 +04:00
|
|
|
.chatbar-button[activity] {
|
2012-10-06 04:57:53 +04:00
|
|
|
background-image: radial-gradient(circle farthest-corner at center 3px, rgb(233,242,252) 3%, rgba(172,206,255,0.75) 40%, rgba(87,151,201,0.5) 80%, rgba(87,151,201,0));
|
2012-09-26 01:38:58 +04:00
|
|
|
}
|
|
|
|
|
2012-08-27 05:23:15 +04:00
|
|
|
chatbox {
|
2012-10-06 04:57:53 +04:00
|
|
|
border-top-left-radius: 2.5px;
|
|
|
|
border-top-right-radius: 2.5px;
|
2012-08-21 04:52:26 +04:00
|
|
|
}
|
|
|
|
|
2013-03-22 23:15:58 +04:00
|
|
|
/* Customization mode */
|
|
|
|
|
2013-04-15 09:34:52 +04:00
|
|
|
%include ../shared/customizableui/customizeMode.inc.css
|
2013-03-23 01:28:34 +04:00
|
|
|
|
2013-05-10 02:28:02 +04:00
|
|
|
#main-window[customizing] #tab-view-deck {
|
|
|
|
background-image: url("chrome://browser/skin/customizableui/customizeMode-gridTexture.png"),
|
|
|
|
url("chrome://browser/skin/customizableui/background-noise-toolbar.png"),
|
|
|
|
linear-gradient(to bottom, #bcbcbc, #b5b5b5);
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
2013-11-07 08:42:31 +04:00
|
|
|
#main-window:-moz-any([customize-entering],[customize-entered]) #tab-view-deck {
|
2013-05-10 02:28:02 +04:00
|
|
|
padding: 2em;
|
|
|
|
}
|
|
|
|
|
2013-11-07 08:42:31 +04:00
|
|
|
#main-window[customize-entered] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar),
|
|
|
|
#main-window[customize-entered] #customization-container {
|
2013-05-22 00:18:40 +04:00
|
|
|
border: 3px solid hsla(0,0%,0%,.1);
|
|
|
|
border-top-width: 0;
|
|
|
|
background-clip: padding-box;
|
|
|
|
background-origin: padding-box;
|
|
|
|
-moz-border-right-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
|
|
|
|
-moz-border-bottom-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
|
|
|
|
-moz-border-left-colors: hsla(0,0%,0%,.05) hsla(0,0%,0%,.1) hsla(0,0%,0%,.2);
|
|
|
|
}
|
|
|
|
|
2013-11-07 08:42:31 +04:00
|
|
|
#main-window[customize-entered] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
2013-05-22 00:18:40 +04:00
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
|
2013-11-07 08:42:31 +04:00
|
|
|
#main-window[customize-entered] #TabsToolbar {
|
2013-05-22 00:18:40 +04:00
|
|
|
-moz-appearance: none;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border-right: 3px solid transparent;
|
|
|
|
border-left: 3px solid transparent;
|
2013-05-10 02:28:02 +04:00
|
|
|
}
|
|
|
|
|
2013-04-11 23:50:07 +04:00
|
|
|
/* End customization mode */
|
2013-03-22 23:15:58 +04:00
|
|
|
|
2013-01-14 20:00:43 +04:00
|
|
|
|
|
|
|
#main-window[privatebrowsingmode=temporary] #TabsToolbar::before {
|
|
|
|
display: -moz-box;
|
|
|
|
content: "";
|
|
|
|
background: url("chrome://browser/skin/privatebrowsing-mask.png") center no-repeat;
|
|
|
|
width: 40px;
|
|
|
|
}
|
2013-11-17 13:32:40 +04:00
|
|
|
|
|
|
|
%include ../shared/UITour.inc.css
|