| 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 | /* ===== 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"); |
| 13 | |
| 14 | /* ::::: lightweight themes ::::: */ |
| 15 | |
| 16 | #msgHeaderView:-moz-lwtheme { |
| 17 | text-shadow: none; |
| 18 | color: #000000; |
| 19 | background-color: #CCD0DD; |
| 20 | } |