make new chatzilla tab appearance actually look fitting with the two themes
[themes.git] / LCARStrek / messenger / addressingWidget.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/. */
80916bc4 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7/* ::::: addressing widget ::::: */
57d23eae 8
7aa65558 9#addressingWidget {
10/* height: 80px; */
8caa872d
RK
11 -moz-margin-start: 0px;
12 -moz-margin-end: 0px;
80916bc4 13 -moz-user-focus: none;
7aa65558 14 width: 0px;
57d23eae 15}
16
7aa65558 17#typecol-addressingWidget {
ac1cdf20 18 min-width: 9em;
80916bc4 19 border-right: 1px solid #9C9CFF;
20}
57d23eae 21
7aa65558 22#addressingWidget > listitem,
23.addressingWidgetItem,
24.dummyrow {
80916bc4 25 border: none;
26 background-color: inherit;
27 color: inherit;
28}
29
7aa65558 30.addressingWidgetCell {
80916bc4 31 border-bottom: 1px solid #9C9CFF;
7aa65558 32 padding: 0px;
80916bc4 33}
57d23eae 34
7aa65558 35.addressingWidgetCell:first-child {
36 border-top: none;
80916bc4 37}
38
39.dummy-row-cell:first-child {
7aa65558 40 border-top: none;
80916bc4 41}
42
43.person-icon {
7aa65558 44 margin: 0px 3px;
80916bc4 45 list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
80916bc4 46}