2 The contents of this file are subject to the Netscape Public
3 License Version 1.1 (the "License"); you may not use this file
4 except in compliance with the License. You may obtain a copy of
5 the License at http://www.mozilla.org/NPL/
7 Software distributed under the License is distributed on an "AS
8 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 implied. See the License for the specific language governing
10 rights and limitations under the License.
12 The Original Code is Mozilla Communicator client code, released
15 The Initial Developer of the Original Code is Netscape
16 Communications Corporation. Portions created by Netscape are
17 Copyright (C) 1998-1999 Netscape Communications Corporation. All
21 @import url(chrome://communicator/skin/);
23 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
24 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
26 /* CardView styles - used in the Card View Pane*/
30 background-color: #000000;
32 -moz-user-focus: ignore;
45 border-bottom: 2px solid #6000CF;
56 [class="CardViewHeading"] {
59 margin: 0px 0px 1px 0px;
60 background-color: #008484;
66 [class="CardViewText"] {
73 html|a[class="CardViewText"] {
80 border: none !important;
88 /* CardEdit styles - used in the Card Edit Dialog */
90 [class="CardEditWidth"] {
94 [class="CardEditLabel"] {
99 [class="alignBoxWithFieldset"] {
104 .stateZipSpacer { width: 3em; }
110 border-left: 1px solid transparent;
113 #headRow > treecell {
114 background-color: #9C9CFF;
115 border-right: 1px solid black;
118 treeitem[selected="true"] > treerow {
120 background-color: #CCCCDD; */
123 tree[class="abDirectory"] treeitem > treerow > treecell > .tree-cell-primary-icon {
124 list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
127 tree[class="abResults"] treeitem > treerow > treecell.cardicon {
128 list-style-image: url("chrome://messenger/skin/addressbook/person.gif");
133 treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
134 list-style-image: none !important;
138 /* Address Book specific style */
141 border-left: 8px solid #CCCCDD;
144 /* Toolbar buttons */
147 list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
150 #button-newcard:hover {
151 list-style-image:url("chrome://messenger/skin/addressbook/newcard-hover.gif");
154 #button-newcard[disabled="true"] {
155 list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");
159 list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
162 #button-newlist:hover {
163 list-style-image:url("chrome://messenger/skin/addressbook/newlist-hover.gif");
166 #button-newlist[disabled="true"] {
167 list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");
171 list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
174 #button-editcard:hover {
175 list-style-image:url("chrome://messenger/skin/addressbook/edit-hover.gif");
178 #button-editcard[disabled="true"] {
179 list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");
183 list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
186 #button-newmessage:hover {
187 list-style-image:url("chrome://messenger/skin/addressbook/newmsgab-hover.gif");
190 #button-newmessage[disabled="true"] {
191 list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");
195 list-style-image:url("chrome://messenger/skin/addressbook/trash.gif");
198 #button-delete:hover {
199 list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif");
202 #button-delete[disabled="true"] {
203 list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif");
208 list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;
211 #button-delete:hover {
212 list-style-image:url("chrome://messenger/skin/addressbook/trash-hover.gif") !important;
215 #button-delete[disabled="true"] {
216 list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;
234 +/* ==FOR abSelectAddressesDialog.xul =======*/
242 /* background-color : window; */
246 /* -note- #dirTree#resultsTree is shared with addressbook.xul */
252 tree > treehead > treerow {
256 #dirTree { // Tree that lists different Address Books
265 #dirTree[type="dialog"] {
270 border-bottom : none;
273 #results-bucket-tree-box {
277 /* background-color: window; */
284 #addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
287 border-top: 1px solid ThreeDHighlight;
299 #rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
304 .3rd-column-spring { // Vertical Springs between 3rd column buttons
308 .middle-button-spring { // Springs between To, CC, and BCC buttons
317 #sidebar-panels-splitter {