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/. */
/* ===== toolbar.css ====================================================
== Styles used by XUL grippytoolbar in addition to general toolbar styles.
======================================================================= */
.toolbar-primary {
min-height: 24px;
}
toolbargrippy {
display: none;
-moz-box-orient: vertical;
-moz-box-align: center;
width: 10px;
padding: 2px 1px;
}
toolbargrippy:hover {
background-color: ThreeDHighlight;
}
.toolbargrippy-texture {
margin-top: 2px;
width: 6px;
}
/* ::::: collapsed tray and grippies ::::: */
toolbargrippy[tbgrippy-collapsed="true"] {
-moz-box-orient: horizontal;
border-left: 1px solid ThreeDHighlight;
border-top: 1px solid ThreeDHighlight;
border-right: 1px solid ThreeDShadow;
border-bottom: 1px solid ThreeDShadow;
width: 40px;
height: 10px;
padding: 1px 2px;
}
toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture {
margin-top: 0;
margin-inline-start: 2px;
width: 0px;
height: 6px;
}
.collapsed-tray-spacer {
border-bottom: 1px solid ThreeDShadow;
}