first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / editor / editorModeToolbar.css
CommitLineData
9099c61d
RK
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/. */
f6e0a33f 4
128000f4 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
74d14f90 7#EditModeToolbar {
8 -moz-box-align: start;
9 padding: 0px;
10 margin-bottom: 0px;
11 min-width: 1px;
12}
13
14.tab-bottom[selected="true"] {
8da3cfd5 15/* color: -moz-FieldText; */
74d14f90 16}
f6e0a33f 17
74d14f90 18#NormalModeButton {
19 list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif");
20}
f6e0a33f 21
74d14f90 22#TagModeButton {
23 list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif");
24}
f6e0a33f 25
74d14f90 26#SourceModeButton {
27 list-style-image: url("chrome://editor/skin/icons/editmode-html.gif");
28}
f6e0a33f 29
74d14f90 30#PreviewModeButton {
31 list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif");
32}