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/. */
/* ::::: edit mode toolbar ::::: */
#EditModeToolbar {
-moz-box-align: start;
border-left: 1px solid ThreeDDarkShadow;
border-right: 1px solid ThreeDLightShadow;
padding: 0px 2px 2px;
min-width: 1px;
}
.tab-bottom[selected="true"] {
color: -moz-FieldText;
border-top-color: -moz-Field;
border-bottom-color: ThreeDShadow;
border-left-color: ThreeDHighlight;
}
#NormalModeButton {
}
#TagModeButton {
}
#SourceModeButton {
}
#PreviewModeButton {
}