Commit | Line | Data |
---|---|---|
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/. */ | |
351107c9 | 4 | |
5 | @import url("chrome://editor/skin/EditModeTabs.css"); | |
6 | ||
7 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
8 | ||
b1eaa419 | 9 | #EditModeToolbar { |
10 | -moz-box-align: start; | |
11 | padding: 0px; | |
12 | margin-bottom: 0px; | |
13 | min-width: 1px; | |
14 | } | |
351107c9 | 15 | |
b1eaa419 | 16 | .tab-bottom[selected="true"] { |
17 | /* color: -moz-FieldText; */ | |
18 | } | |
351107c9 | 19 | |
b1eaa419 | 20 | #NormalModeButton { |
21 | list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); | |
22 | } | |
351107c9 | 23 | |
b1eaa419 | 24 | #TagModeButton { |
25 | list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); | |
26 | } | |
351107c9 | 27 | |
b1eaa419 | 28 | #SourceModeButton { |
29 | list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); | |
30 | } | |
31 | ||
32 | #PreviewModeButton { | |
33 | list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); | |
34 | } |