Revision control

Copy as Markdown

Other Tools

/* 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/. */
/* ::::: print preview toolbar ::::: */
toolbar[printpreview="true"] {
}
/* ::::: autocomplete textbox ::::: */
textbox[type="autocomplete"] {
}
panel[type="autocomplete"] {
}
.autocomplete-history-popup {
}
.autocomplete-treebody {
}
panel[type="autocomplete-richlistbox"] {
}
.autocomplete-richlistbox {
-moz-user-focus: ignore;
}
.autocomplete-richlistbox > scrollbox {
overflow-x: hidden !important;
}
.autocomplete-history-dropmarker {
}
.autocomplete-richlistitem {
-moz-box-orient: vertical;
overflow: -moz-hidden-unscrollable;
}
/* ::::: notification box ::::: */
.browser-notificationbox {
}
.browser-notificationbox[popupnotification="true"] {
}
notification[value="addon-install-started"] {
}
/* ::::: toolbaritem ::::: */
toolbaritem {
}
/* With the move to the new toolkit, SeaMonkey needs to overwrite certain bindings
* if it wants to keep its distinctive likeness. The now hidden new toolkit bindings
* will stay accessible via a set xpfe="false" attribute, though, where necessary.
*/
/******* toolkit access layer *******/
/* These rules reintroduce the toolkit bindings overwritten later below */
toolbox[xpfe="false"] {
}
toolbox[xpfe="false"] > toolbar,
toolbar[xpfe="false"][type="menubar"],
toolbar[xpfe="false"] {
}
menubar[xpfe="false"],
toolbar > toolbaritem > menubar,
toolbar > menubar {
}
toolbar > toolbarpaletteitem > toolbaritem > menubar {
}
.menubar-items {
-moz-box-orient: vertical; /* for flex hack */
}
.menubar-items > menubar {
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
}
prefwindow,
prefwindow:root,
prefpane {
-moz-box-orient: vertical;
}
prefwindow[type="child"] > .paneDeckContainer {
overflow: -moz-hidden-unscrollable;
}
prefwindow[type="child"] > prefpane > .content-box {
-moz-box-flex: 1;
overflow: -moz-hidden-unscrollable;
}
preferences {
visibility: collapse;
}
preference {
visibility: collapse;
}
radio[pane] {
-moz-box-orient: vertical;
-moz-box-align: center;
}
prefwindow[chromehidden~="toolbar"] .chromeclass-toolbar {
display: none;
}
prefwindow[xpfe="false"] {
}
prefpane[xpfe="false"] {
}
findbar[xpfe="false"] {
}
prefwindow[xpfe="false"] > .paneDeckContainer,
prefpane[xpfe="false"] > .content-box {
overflow: hidden;
}
/******* SeaMonkey XPFE *******/
/* These bindings reflect SeaMonkey XPFE, modulo new toolkit features. */
toolbox {
}
toolbar {
}
toolbar[type="menubar"] {
}
toolbargrippy {
}
menubar {
}
prefwindow {
}
prefpane {
}
findbar {
}
prefwindow > .paneDeckContainer,
prefpane > .content-box {
overflow: visible;
}
prefwindow[overflow="auto"] > .paneDeckContainer,
prefwindow[overflow="auto"] prefpane > .content-box {
overflow: auto;
}
dialogheader {
}
%ifndef MOZ_WIDGET_GTK
statusbar:not([nowindowdrag="true"]) {
-moz-window-dragging: drag;
}
%endif
%ifdef XP_MACOSX
.statusbar-resizerpanel {
display: none;
}
%else
window[sizemode="maximized"] statusbarpanel.statusbar-resizerpanel {
visibility: collapse;
}
%endif
statusbar {
%ifdef XP_MACOSX
padding-right: 14px;
%endif
}
statusbarpanel {
}
.statusbarpanel-iconic {
}
.statusbarpanel-iconic-text {
}
.statusbarpanel-backgroundbox {
}
textbox[enablehistory="true"] > .autocomplete-history-dropmarker {
display: -moz-box;
}
/******* lightweight themes *******/
:root:-moz-lwtheme {
color: var(--lwt-text-color) !important
}
/**
* [customization-lwtheme] may or may not be used yet; we leave it in
* in case it moves to toolkit in the future.
*/
:root:-moz-lwtheme:not([customization-lwtheme]) {
background-color: var(--lwt-accent-color) !important;
background-image: var(--lwt-header-image) !important;
}
window[lwtheme="true"] {
background-repeat: no-repeat;
background-position: top right;
background-image: var(--lwt-header-image);
}
:root[lwthemefooter="true"] #status-bar:-moz-lwtheme {
background-repeat: no-repeat;
background-position: bottom left;
background-color: var(--lwt-accent-color);
background-image: var(--lwt-header-image);
}
/******* sync *******/
#sync-notifications {
overflow-y: visible !important;
}
#sync-notifications > notification {
}
/******* autohide toolbars *******/
toolbar[type="menubar"][autohide="true"]
{
overflow: hidden;
}
toolbar[type="menubar"][autohide="true"][inactive="true"]
{
min-height: 0px !important;
height: 0px !important;
-moz-appearance: none !important;
border-style: none !important;
}
/******* datepicker *******/
datepicker {
}
datepicker[type="popup"] {
}
datepicker[type="grid"] {
}
/******* numberbox *******/
textbox[type="number"] {
}
/******* spinbuttons *******/
spinbuttons {
}
.spinbuttons-button {
-moz-user-focus: ignore;
}