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 | /* ===== messenger.css ================================================== | |
6 | == Styles shared throughout the Messenger application. | |
7 | ======================================================================= */ | |
8 | ||
9 | @import url("chrome://communicator/skin/"); | |
10 | @import url("chrome://messenger/content/messenger.css"); | |
11 | ||
12 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
fb2b5761 RK |
13 | |
14 | /* ::::: lightweight themes ::::: */ | |
15 | ||
0c8f119a | 16 | #msgHeaderView:-moz-lwtheme { |
fb2b5761 | 17 | text-shadow: none; |
0c8f119a RK |
18 | color: #000000; |
19 | background-color: #9C9CFF; | |
fb2b5761 | 20 | } |