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/. */
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
.wizard-box {
padding: 20px 44px 10px;
}
#titlebar:not(:-moz-lwtheme) {
display: none;
}
#titlebar {
height: 22px;
-moz-window-dragging: drag;
}
#titlebar-spacer {
pointer-events: none;
}
/* On OS X, window controls are always at the left side of the window */
#titlebar-buttonbox-container:-moz-locale-dir(ltr) {
-moz-box-ordinal-group: 0;
-moz-box-align: start;
}
#titlebar-buttonbox-container:-moz-lwtheme {
margin-top: 3px;
}
#titlebar-buttonbox {
-moz-appearance: -moz-window-button-box;
margin-left: 7px;
}
/* ::::: toolbar-primary ::::: */
.toolbar-primary {
}
#throbber-box {
-moz-window-dragging: drag;
}
/* ::::: grippies ::::: */
grippy {
display: none;
}
/* ::::: autocomplete ::::: */
.autocomplete-history-popup {
max-height: 285px; /* 15 rows */
}
.autocomplete-history-dropmarker {
-moz-appearance: none;
border: none;
background-color: transparent;
margin: 0px;
padding: 0px;
}
/* ::::: online/offline icons ::::: */
#offline-status[offline="true"] {
}
#offline-status {
}
/* ::::: security button icons ::::: */
#security-button {
}
#security-button[level="high"] {
}
#security-button[level="broken"] {
}
/* ::::: spell checker ::::: */
.spell-suggestion {
font-weight: bold;
}
/* ::::: error messages ::::: */
description.error {
color: #FF0000;
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
}
.sidebarTree {
border: none;
margin: 0px !important;
}
/* ::::: toolbar print button ::::: */
#print-button {
-moz-image-region: rect(0 29px 29px 0);
}
#print-button:hover:active,
#print-button[open] {
-moz-image-region: rect(0 59px 29px 30px);
}
#print-button[disabled="true"] {
-moz-image-region: rect(0 89px 29px 60px) !important;
}
toolbar[iconsize="small"] > toolbarpaletteitem > #print-button,
toolbar[iconsize="small"] > #print-button {
-moz-image-region: rect(0 19px 19px 0);
}
toolbar[iconsize="small"] > #print-button:hover:active,
toolbar[iconsize="small"] > #print-button[open] {
-moz-image-region: rect(0 39px 19px 20px);
}
toolbar[iconsize="small"] > #print-button[disabled="true"] {
-moz-image-region: rect(0 59px 19px 40px) !important;
}
/* ::::: lightweight themes ::::: */
toolbar textbox:-moz-lwtheme:not([focused="true"]) {
opacity: 0.9;
}
treecols:-moz-lwtheme {
text-shadow: none;
}
/* ::::: notification bars ::::: */
.messageImage[value="refresh-blocked"] {
}
.messageImage[value="plugin-crashed"] {
}
.messageImage[value="geolocation"] {
list-style-image: url("chrome://communicator/skin/icons/geo.png");
}
.messageImage[value="persistent-storage"] {
width: 16px;
height: 16px;
}
.messageImage[value="webNotifications"] {
}
.messageImage[value="indexedDB-permissions-prompt"],
.messageImage[value="indexedDB-quota-prompt"] {
list-style-image: url("chrome://global/skin/icons/question-16.png");
}
.messageImage[value="addon-install-blocked"],
.messageImage[value="addon-install-cancelled"],
.messageImage[value="addon-install-complete"],
.messageImage[value="addon-install-disabled"],
.messageImage[value="addon-install-failed"],
.messageImage[value="addon-install-started"],
.messageImage[value="lwtheme-install-request"],
.messageImage[value="lwtheme-install-notification"] {
}
.messageImage[value="popup-blocked"] {
}
.messageImage[value="blocked-badware-page"] {
}
/* ::::: dialog header ::::: */
dialogheader {
margin: 0 5px 5px;
padding: 5px 8px;
}
.dialogheader-title {
margin: 0 !important;
font-size: larger;
font-weight: bold;
display: none;
}
.dialogheader-description {
font-weight: bold !important;
}
/* ::::: statusbar ::::: */
statusbar {
min-width: 1px; /* DON'T DELETE!
Prevents hiding of scrollbars in browser when window is made smaller.*/
min-height: 15px !important;
margin: 0px !important;
/* need to use padding-inline-end when/if bug 631729 gets fixed: */
padding: 0px 16px 1px 1px;
-moz-appearance: statusbar;
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
}
statusbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-style: none;
text-shadow: inherit;
}
statusbarpanel {
-moz-box-align: center;
-moz-box-pack: center;
padding: 0 4px;
}
.statusbarpanel-iconic {
padding: 0px;
}
.statusbarpanel-backgroundbox {
-moz-box-align: stretch;
padding: 0px;
}
.statusbarpanel-backgroundbox > .statusbarpanel-contentbox {
padding: 0px 1px;
-moz-box-align: center;
}