1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url(chrome://communicator/skin/);
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
16 .source-editor:focus {
19 -moz-margin-start: 0px;
22 /* Scroll bars are in content,
23 so we can't use right and bottom padding! */
26 -moz-padding-start: 5px;
27 -moz-padding-end: 0px;
30 /* Multiline textarea for HTML source editing */
33 font-family: -moz-fixed;
43 /* ::::: struct toolbar ::::: */
47 overflow: -moz-hidden-unscrollable;
58 .struct-button[checked="true"] {
63 padding: 0px !important;
64 margin: 0px !important;
65 border: none !important;
68 /* ::::: lightweight themes ::::: */
70 #EditModeToolbar:-moz-lwtheme {
72 /* color: -moz-dialogtext;
73 background-color: -moz-dialog; */