sync both themes with suite classic changes in SeaMonkey 2.23 cycle
[themes.git] / LCARStrek / editor / editor.css
... / ...
CommitLineData
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/. */
4
5@import url(chrome://communicator/skin/);
6
7@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9#content-frame {
10 min-width: 10px;
11 min-height: 10px;
12 height: 400px;
13}
14
15.source-editor,
16.source-editor:focus {
17 margin-top: 0px;
18 margin-bottom: 5px;
19 -moz-margin-start: 0px;
20 -moz-margin-end: 5px;
21 border: 0px;
22 /* Scroll bars are in content,
23 so we can't use right and bottom padding! */
24 padding-top: 5px;
25 padding-bottom: 0px;
26 -moz-padding-start: 5px;
27 -moz-padding-end: 0px;
28}
29
30/* Multiline textarea for HTML source editing */
31#content-source,
32#doctype-text {
33 font-family: -moz-fixed;
34 font-size: initial;
35}
36
37#appcontent {
38}
39
40#ContentWindowDeck {
41}
42
43/* ::::: struct toolbar ::::: */
44
45#structToolbar {
46 min-width: 1px;
47 overflow: -moz-hidden-unscrollable;
48}
49
50#structSpacer {
51 margin: 2px 0px;
52}
53
54.struct-button {
55 padding: 2px;
56}
57
58.struct-button[checked="true"] {
59 font-weight: bold;
60}
61
62.struct-textbox {
63 padding: 0px !important;
64 margin: 0px !important;
65 border: none !important;
66}
67
68/* ::::: lightweight themes ::::: */
69
70#EditModeToolbar:-moz-lwtheme {
71 text-shadow: none;
72 /* color: -moz-dialogtext;
73 background-color: -moz-dialog; */
74}