2008-07-15 16:11:00 +00:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2008-11-04 08:19:55 +00:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2008-07-15 16:11:00 +00:00
|
|
|
|
2004-11-30 08:23:02 +00:00
|
|
|
searchbar {
|
2006-03-17 07:16:00 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
|
2002-09-29 20:06:57 +00:00
|
|
|
}
|
2002-10-13 16:50:35 +00:00
|
|
|
|
2008-01-15 03:04:37 +00:00
|
|
|
tabbrowser {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
|
|
|
|
}
|
|
|
|
|
2010-03-17 06:36:13 +00:00
|
|
|
.tabbrowser-tabs {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabs");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tab");
|
|
|
|
}
|
|
|
|
|
2008-01-15 03:04:37 +00:00
|
|
|
toolbar[printpreview="true"] {
|
|
|
|
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
|
|
|
}
|
2009-04-30 16:42:42 +00:00
|
|
|
|
2010-04-06 06:34:27 +00:00
|
|
|
#navigator-toolbox > toolbar:not(#TabsToolbar) {
|
|
|
|
-moz-box-ordinal-group: 50;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar {
|
|
|
|
-moz-box-ordinal-group: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigator-toolbox[tabsontop="true"] > #TabsToolbar {
|
|
|
|
-moz-box-ordinal-group: 10;
|
|
|
|
}
|
|
|
|
|
2009-04-30 16:42:42 +00:00
|
|
|
toolbarpaletteitem[place="palette"] > toolbaritem > hbox[type="places"] {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-01-15 03:04:37 +00:00
|
|
|
|
2010-01-05 07:28:46 +00:00
|
|
|
toolbar[mode="icons"] > #reload-button:not([displaystop]) + #stop-button,
|
|
|
|
toolbar[mode="icons"] > #reload-button[displaystop] {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
2009-10-02 06:22:18 +00:00
|
|
|
#main-window:-moz-lwtheme {
|
2009-09-04 10:58:18 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top right;
|
|
|
|
}
|
|
|
|
|
2009-10-31 08:01:12 +00:00
|
|
|
%ifdef XP_MACOSX
|
|
|
|
#main-window[inFullscreen="true"] {
|
|
|
|
padding-top: 0; /* override drawintitlebar="true" */
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2009-09-04 10:58:18 +00:00
|
|
|
#browser-bottombox[lwthemefooter="true"] {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: bottom left;
|
|
|
|
}
|
|
|
|
|
2007-07-05 14:30:39 +00:00
|
|
|
/* ::::: location bar ::::: */
|
|
|
|
#urlbar {
|
|
|
|
-moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
|
|
|
|
}
|
2007-06-27 22:31:06 +00:00
|
|
|
|
2010-03-26 21:59:02 +00:00
|
|
|
/* Some child nodes want to be ordered based on the locale's direction, while
|
|
|
|
everything else should be ltr. */
|
|
|
|
#urlbar:-moz-locale-dir(rtl) > .autocomplete-textbox-container > .textbox-input-box {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar html|*.autocomplete-textbox {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* For results that are actions, their description text is shown instead of
|
|
|
|
the URL - this needs to follow the locale's direction, unlike URLs. */
|
|
|
|
richlistitem[type="action"]:-moz-locale-dir(rtl) > .ac-url-box {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar:not([actiontype]) > #urlbar-display {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
#wrapper-urlbar-container > #urlbar-container > #urlbar {
|
2009-04-25 08:09:08 +00:00
|
|
|
-moz-user-input: disabled;
|
|
|
|
cursor: -moz-grab;
|
|
|
|
}
|
|
|
|
|
2007-08-27 18:05:40 +00:00
|
|
|
#PopupAutoComplete {
|
2007-12-13 21:21:16 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
|
2007-06-05 04:51:15 +00:00
|
|
|
}
|
2002-10-17 23:06:10 +00:00
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
#PopupAutoCompleteRichResult {
|
|
|
|
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
|
|
|
|
}
|
|
|
|
|
2008-02-25 22:30:48 +00:00
|
|
|
#urlbar-throbber:not([busy="true"]),
|
|
|
|
#urlbar-throbber[busy="true"] + #page-proxy-favicon {
|
|
|
|
display: none;
|
2008-08-18 08:55:39 +00:00
|
|
|
}
|
|
|
|
|
2008-12-18 11:25:29 +00:00
|
|
|
#feed-button > .button-box > .box-inherit > .button-text,
|
|
|
|
#feed-button > .button-box > .button-menu-dropmarker {
|
2008-12-17 07:30:37 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
#feed-menu > .feed-menuitem:-moz-locale-dir(rtl) {
|
2009-07-26 16:59:55 +00:00
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
#urlbar[pageproxystate="invalid"] > #urlbar-icons > .urlbar-icon:not(#go-button),
|
2010-03-04 07:13:27 +00:00
|
|
|
#urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button {
|
2008-10-22 19:25:24 +00:00
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
2010-02-21 22:05:05 +00:00
|
|
|
#identity-icon-labels {
|
|
|
|
max-width: 18em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-icon-country-label {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2010-02-23 09:06:56 +00:00
|
|
|
#identity-box.verifiedIdentity > #identity-box-inner > #identity-icon-labels > #identity-icon-label {
|
2010-02-21 22:05:05 +00:00
|
|
|
-moz-margin-end: 0.25em !important;
|
2008-08-18 08:55:39 +00:00
|
|
|
}
|
2008-02-25 22:30:48 +00:00
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
#wrapper-search-container > #search-container > #searchbar > .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2008-01-30 07:17:45 +00:00
|
|
|
/* ::::: Unified Back-/Forward Button ::::: */
|
2009-10-23 15:28:14 +00:00
|
|
|
#back-button > .toolbarbutton-menu-dropmarker,
|
|
|
|
#forward-button > .toolbarbutton-menu-dropmarker,
|
|
|
|
#back-forward-dropmarker > .toolbarbutton-icon,
|
|
|
|
#back-forward-dropmarker > .toolbarbutton-text {
|
2008-01-30 07:17:45 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.unified-nav-current {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-02-26 11:26:43 +00:00
|
|
|
toolbarbutton.bookmark-item {
|
|
|
|
max-width: 13em;
|
|
|
|
}
|
|
|
|
|
2009-03-25 22:18:23 +00:00
|
|
|
#editBMPanel_tagsSelector {
|
|
|
|
/* override default listbox width from xul.css */
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2005-12-05 18:18:11 +00:00
|
|
|
menuitem.spell-suggestion {
|
2007-08-12 19:18:51 +00:00
|
|
|
font-weight: bold;
|
2005-12-05 18:18:11 +00:00
|
|
|
}
|
|
|
|
|
2006-06-26 06:50:21 +00:00
|
|
|
#sidebar-box toolbarbutton.tabs-closebutton {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
2006-05-29 15:38:46 +00:00
|
|
|
/* apply Fitts' law to the notification bar's close button */
|
|
|
|
window[sizemode="maximized"] #content .notification-inner {
|
2007-08-12 19:18:51 +00:00
|
|
|
border-right: 0px !important;
|
2007-04-24 16:20:24 +00:00
|
|
|
}
|
2007-08-22 21:02:02 +00:00
|
|
|
|
2007-12-15 00:23:01 +00:00
|
|
|
/* Hide extension toolbars that neglected to set the proper class */
|
|
|
|
window[chromehidden~="location"][chromehidden~="toolbar"] toolbar:not(.chromeclass-menubar),
|
2008-01-15 03:04:37 +00:00
|
|
|
window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-menubar) {
|
2007-12-15 00:23:01 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2008-01-16 02:07:17 +00:00
|
|
|
|
2008-02-04 19:37:26 +00:00
|
|
|
#navigator-toolbox ,
|
2008-01-16 02:07:17 +00:00
|
|
|
#status-bar ,
|
|
|
|
#mainPopupSet {
|
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
2008-03-04 11:32:11 +00:00
|
|
|
/* Identity UI */
|
|
|
|
#identity-popup-content-box.unknownIdentity > #identity-popup-connectedToLabel ,
|
|
|
|
#identity-popup-content-box.unknownIdentity > #identity-popup-runByLabel ,
|
|
|
|
#identity-popup-content-box.unknownIdentity > #identity-popup-content-host ,
|
|
|
|
#identity-popup-content-box.unknownIdentity > #identity-popup-content-owner ,
|
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-connectedToLabel2 ,
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-connectedToLabel2 {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-03-08 11:30:39 +00:00
|
|
|
|
2009-09-07 21:55:01 +00:00
|
|
|
/* Full Screen UI */
|
2008-03-08 11:30:39 +00:00
|
|
|
#fullscr-toggler {
|
|
|
|
display: none;
|
|
|
|
min-height: 5px;
|
|
|
|
height: 5px;
|
|
|
|
}
|
|
|
|
|
2009-09-07 21:55:01 +00:00
|
|
|
#navigator-toolbox[inFullscreen="true"] > #fullscr-toggler,
|
|
|
|
#nav-bar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
|
2009-12-18 19:37:14 +00:00
|
|
|
display: -moz-box;
|
2009-09-07 21:55:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav-bar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
|
2009-12-18 19:37:14 +00:00
|
|
|
display: none;
|
2008-03-08 11:30:39 +00:00
|
|
|
}
|
2008-07-15 16:11:00 +00:00
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
/* ::::: Keyboard UI Panel ::::: */
|
|
|
|
.KUI-panel-closebutton {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
|
2008-11-06 17:33:22 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.ctrlTab-preview > html|canvas,
|
|
|
|
.allTabs-preview > html|canvas {
|
|
|
|
min-width: inherit;
|
|
|
|
max-width: inherit;
|
|
|
|
min-height: inherit;
|
|
|
|
max-height: inherit;
|
2008-11-05 07:38:13 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.ctrlTab-favicon-container,
|
|
|
|
.allTabs-favicon-container {
|
|
|
|
-moz-box-align: start;
|
2009-07-26 07:53:04 +00:00
|
|
|
%ifdef XP_MACOSX
|
|
|
|
-moz-box-pack: end;
|
|
|
|
%else
|
2009-07-21 04:25:59 +00:00
|
|
|
-moz-box-pack: start;
|
2009-07-26 07:53:04 +00:00
|
|
|
%endif
|
2008-07-15 16:11:00 +00:00
|
|
|
}
|
2008-11-05 07:38:13 +00:00
|
|
|
|
2009-07-21 04:25:59 +00:00
|
|
|
.ctrlTab-favicon,
|
|
|
|
.allTabs-favicon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: Ctrl-Tab Panel ::::: */
|
|
|
|
.ctrlTab-preview {
|
|
|
|
-moz-binding: url("chrome://browser/content/browser-tabPreviews.xml#ctrlTab-preview");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: All Tabs Panel ::::: */
|
|
|
|
.allTabs-preview {
|
|
|
|
-moz-binding: url("chrome://browser/content/browser-tabPreviews.xml#allTabs-preview");
|
|
|
|
}
|
|
|
|
|
|
|
|
#allTabs-tab-close-button {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
|
|
|
|
margin: 0;
|
2008-11-05 07:38:13 +00:00
|
|
|
}
|