* Contributor(s): Stephen Lamm <slamm@netscape.com>
*/
+@import url(chrome://global/skin/splitter.css);
+
/*
#sidebar-splitter {
margin-right: 0px;
border-left: 1px solid #9999CC;
border-right: 1px solid #9999CC;
background-color: #CCD0DD;
- -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter");
+/* -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter"); */
}
*/
font-weight : bold;
}
+
-/******* Splitters *******/\r
-\r
-splitter {\r
- border: none;\r
- cursor: e-resize;\r
- min-width: 10px;\r
- min-height: 10px;\r
-}\r
-\r
-splitter[state="dragging"]\r
-{\r
- background-color: gray;\r
-}\r
-\r
-grippy {\r
- margin: 0px;\r
- border: 1px outset #CCD0DD;\r
- padding: 0px;\r
- background-color: #CCCCCC;\r
- background-image: url("chrome://global/skin/grippy-vertical-before.gif"); \r
- background-repeat: no-repeat;\r
- background-position: 50% 50%;\r
- cursor: pointer;\r
-}\r
-\r
-splitter[state="collapsed"] > grippy\r
- {\r
- background-image : url("chrome://global/skin/grippy-vertical-after.gif");\r
- }\r
-\r
-grippy:hover\r
- {\r
- background-color : #99CCFF;\r
- }\r
-\r
-grippy:hover:active{\r
- background-color: #99CCFF;\r
-}\r
-\r
-box[orient="vertical"] > splitter > grippy,\r
-window[orient="vertical"] > splitter > grippy {\r
- /* a horizontal splitter */\r
- background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); \r
- width: 120px;\r
- height:8px;\r
- }\r
-\r
-box[orient="vertical"] > splitter[state="collapsed"] > grippy\r
-window[orient="vertical"] > splitter[state="collapsed"] > grippy {\r
- background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); \r
- }\r
-\r
-window > splitter > grippy,\r
-box > splitter > grippy {\r
- /* a vertical splitter */\r
- width: 8px;\r
- height: 120px;\r
-}\r
-\r
-box[orient="vertical"] > splitter,\r
-window[orient="vertical"] > splitter,\r
-rows > splitter {\r
- /* a vertical splitter */\r
- cursor: n-resize;\r
-}\r
-\r
-/* for backwards compatibility */\r
-box[align="vertical"]>splitter > grippy,\r
-window[align="vertical"]>splitter > grippy {\r
- /* a horizontal splitter */\r
- background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); \r
- width: 120px;\r
- height: 8px;\r
-}\r
-\r
-box[align="vertical"]>splitter[state="collapsed"] > grippy,\r
-window[align="vertical"]>splitter[state="collapsed"] > grippy {\r
- background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); \r
-}\r
-\r
-box[align="vertical"]>splitter,\r
-window[align="vertical"]>splitter {\r
- /* a vertical splitter */\r
- cursor: n-resize;\r
-}\r
-\r
-/**\r
- * gray horizontal splitter for pane views\r
- */\r
-splitter.gray-horizontal-splitter { \r
- min-height: 8px;\r
- background-color: #CCD0DD;\r
- border: none;\r
- border-top: 1px solid #9999CC;\r
- border-bottom: 1px solid #9999CC;\r
- padding: 0px;\r
-}\r
-\r
-splitter.gray-horizontal-splitter > grippy { \r
- margin: 0px;\r
- border: 1px outset #CCD0DD;\r
- padding: 0px;\r
- background-color: #CCCCCC;\r
- background-image: url("chrome://global/skin/grippy-horizontal-after.gif"); \r
-}\r
-\r
-splitter.gray-horizontal-splitter[state="collapsed"] > grippy { \r
- background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); \r
-}\r
-\r
-splitter.gray-horizontal-splitter > grippy:hover { \r
- background-color: #99CCFF;\r
-}\r
-\r
-splitter.gray-horizontal-splitter > grippy:active { \r
- border: 1px inset #CCD0DD;\r
- background-color: #99CCFF;\r
-}\r
-\r
-/*\r
-splitter.gray-horizontal-splitter > #begincap { \r
- min-width: 8px;\r
- width: 8px;\r
- background-image: url("chrome://global/skin/gray-bottomleft.gif");\r
- background-repeat: no-repeat;\r
- background-position: 0% 100%;\r
-}\r
-\r
-splitter.gray-horizontal-splitter > #endcap { \r
- min-width: 8px;\r
- width: 8px;\r
-}\r
-*/
\ No newline at end of file
+/******* Splitters *******/
+
+splitter {
+ border: none;
+ cursor: e-resize;
+ min-width: 10px;
+ min-height: 10px;
+}
+
+splitter[state="dragging"]
+{
+ background-color: gray;
+}
+
+grippy {
+ margin: 0px;
+ border: 1px outset #CCD0DD;
+ padding: 0px;
+ background-color: #CCCCCC;
+ background-image: url("chrome://global/skin/grippy-vertical-before.gif");
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ cursor: pointer;
+}
+
+splitter[state="collapsed"] > grippy
+ {
+ background-image : url("chrome://global/skin/grippy-vertical-after.gif");
+ }
+
+grippy:hover
+ {
+ background-color : #99CCFF;
+ }
+
+grippy:hover:active{
+ background-color: #99CCFF;
+}
+
+vbox > splitter > grippy,
+box[orient="vertical"] > splitter > grippy,
+window[orient="vertical"] > splitter > grippy {
+ /* a horizontal splitter */
+ background-image: url("chrome://global/skin/grippy-horizontal-after.gif");
+ width: 120px;
+ height:8px;
+ }
+
+vbox > splitter[state="collapsed"] > grippy
+box[orient="vertical"] > splitter[state="collapsed"] > grippy
+window[orient="vertical"] > splitter[state="collapsed"] > grippy {
+ background-image: url("chrome://global/skin/grippy-horizontal-before.gif");
+ }
+
+window > splitter > grippy,
+hbox > splitter > grippy,
+box > splitter > grippy {
+ /* a vertical splitter */
+ width: 8px;
+ height: 120px;
+}
+
+vbox > splitter,
+box[orient="vertical"] > splitter,
+window[orient="vertical"] > splitter,
+rows > splitter {
+ /* a vertical splitter */
+ cursor: n-resize;
+}
+
+/* for backwards compatibility */
+box[align="vertical"]>splitter > grippy,
+window[align="vertical"]>splitter > grippy {
+ /* a horizontal splitter */
+ background-image: url("chrome://global/skin/grippy-horizontal-after.gif");
+ width: 120px;
+ height: 8px;
+}
+
+box[align="vertical"]>splitter[state="collapsed"] > grippy,
+window[align="vertical"]>splitter[state="collapsed"] > grippy {
+ background-image: url("chrome://global/skin/grippy-horizontal-before.gif");
+}
+
+box[align="vertical"]>splitter,
+window[align="vertical"]>splitter {
+ /* a vertical splitter */
+ cursor: n-resize;
+}
+
+/**
+ * gray horizontal splitter for pane views
+ */
+splitter.gray-horizontal-splitter {
+ min-height: 8px;
+ background-color: #CCD0DD;
+ border: none;
+ border-top: 1px solid #9999CC;
+ border-bottom: 1px solid #9999CC;
+ padding: 0px;
+}
+
+splitter.gray-horizontal-splitter > grippy {
+ margin: 0px;
+ border: 1px outset #CCD0DD;
+ padding: 0px;
+ background-color: #CCCCCC;
+ background-image: url("chrome://global/skin/grippy-horizontal-after.gif");
+}
+
+splitter.gray-horizontal-splitter[state="collapsed"] > grippy {
+ background-image: url("chrome://global/skin/grippy-horizontal-before.gif");
+}
+
+splitter.gray-horizontal-splitter > grippy:hover {
+ background-color: #99CCFF;
+}
+
+splitter.gray-horizontal-splitter > grippy:active {
+ border: 1px inset #CCD0DD;
+ background-color: #99CCFF;
+}
+
+/*
+splitter.gray-horizontal-splitter > #begincap {
+ min-width: 8px;
+ width: 8px;
+ background-image: url("chrome://global/skin/gray-bottomleft.gif");
+ background-repeat: no-repeat;
+ background-position: 0% 100%;
+}
+
+splitter.gray-horizontal-splitter > #endcap {
+ min-width: 8px;
+ width: 8px;
+}
+*/
}
/* vertical splitters */
- window > splitter, box > splitter
+ window > splitter, box > splitter, hbox > splitter
{
width : 8px;
border-left : 1px solid #9999CC;
to 'orient' */
rows > splitter,
window[orient="vertical"] > splitter,
+ vbox > splitter,
box[orient="vertical"] > splitter,
window[align="vertical"] > splitter,
box[align="vertical"] > splitter
}
rows > splitter > grippy,
- window[orient="vertical"] > splitter grippy,
- box[orient="vertical"] > splitter grippy,
- window[align="vertical"] > splitter grippy,
- box[align="vertical"] > splitter grippy
+ window[orient="vertical"] > splitter > grippy,
+ vbox > splitter > grippy,
+ box[orient="vertical"] > splitter > grippy,
+ window[align="vertical"] > splitter > grippy,
+ box[align="vertical"] > splitter > grippy
{
- list-style-image : url("chrome://global/skin/grippy-vertical-before.gif");
+ list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif");
}
+
+
-/*\r
-The contents of this file are subject to the Netscape Public\r
-License Version 1.1 (the "License"); you may not use this file\r
-except in compliance with the License. You may obtain a copy of\r
-the License at http://www.mozilla.org/NPL/\r
-\r
-Software distributed under the License is distributed on an "AS\r
-IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
-implied. See the License for the specific language governing\r
-rights and limitations under the License.\r
-\r
-The Original Code is Mozilla Communicator client code, released\r
-March 31, 1998.\r
-\r
-The Initial Developer of the Original Code is Netscape\r
-Communications Corporation. Portions created by Netscape are\r
- Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
-Rights Reserved.\r
-*/\r
- \r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
- \r
-/* CardView styles - used in the Card View Pane*/\r
-\r
-#CardViewBox {\r
-/* overflow: auto;*/\r
- background-color: #CCD0DD;\r
- min-width: 150px;\r
- user-focus: ignore;\r
-}\r
-\r
-#CardViewInnerBox {\r
- margin-top: 2px;\r
- margin-bottom: 2px;\r
- padding-left: 8px;\r
- padding-right: 8px;\r
-}\r
-\r
-#CardTitle {\r
- font-size: 150%;\r
- font-weight: bold;\r
- border-bottom: 2px solid black;\r
- min-width: 120px;\r
- margin: 0px;\r
-}\r
- \r
-.cardViewGroup {\r
- margin-top: 8px;\r
- padding-bottom: 5px;\r
- min-width: 50px;\r
-}\r
-\r
-[class="CardViewHeading"] {\r
- padding: 1px;\r
- padding-left: 5px;\r
- margin: 0px 0px 1px 0px;\r
- background-color: #9999CC;\r
- color: white;\r
- font-weight: bold;\r
- min-width: 30px;\r
-}\r
-\r
-[class="CardViewText"] {\r
- padding-left: 20px;\r
- padding-right: 2px;\r
- min-width: 30px;\r
- margin: 0px;\r
-}\r
-\r
-html|a[class="CardViewText"] {\r
- padding-left: 20px;\r
- padding-right: 2px;\r
- min-width: 30px;\r
-}\r
-\r
-\r
-/* CardEdit styles - used in the Card Edit Dialog */\r
-\r
-[class="CardEditWidth"] {\r
- width: 25em;\r
-}\r
-\r
-[class="CardEditLabel"] {\r
- padding: 0px;\r
- margin-top: 3px;\r
-}\r
-\r
-[class="alignBoxWithFieldset"] {\r
- margin-left: 6px;\r
- margin-right: 5px;\r
-}\r
-\r
-.stateZipSpacer { width: 3em; }\r
-\r
-\r
-/* Custom Trees */\r
-\r
-tree { \r
- border-left: 1px solid transparent;\r
-}\r
-\r
-#headRow > treecell {\r
- background-color: #CCD0DD;\r
- border: 1px outset #CCD0DD;\r
-}\r
-\r
-treeitem[selected="true"] > treerow { \r
-/* color: black;\r
- background-color: #CCD0DD; */\r
-}\r
-\r
-tree[class="abDirectory"] treeitem > treerow > treecell > .tree-icon {\r
- list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");\r
-}\r
-\r
-tree[class="abResults"] treeitem > treerow > treecell.cardicon {\r
- list-style-image: url("chrome://messenger/skin/addressbook/person.gif");\r
- height: 14px;\r
- min-height: 14px;\r
-}\r
-\r
-\r
-/* Address Book specific style */\r
-\r
-#results_box {\r
- border-left: 8px solid #CCD0DD;\r
-}\r
- \r
-[hide] {\r
- visibility: collapse;\r
-}\r
-\r
-#button-newcard {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");\r
-}\r
-\r
-#button-newcard[disabled="true"] {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");\r
-}\r
-\r
-#button-newlist {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");\r
-}\r
-\r
-#button-newlist[disabled="true"] {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");\r
-}\r
-\r
-#button-editcard {\r
- list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");\r
-}\r
-\r
-#button-editcard[disabled="true"] {\r
- list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");\r
-}\r
-\r
-#button-newmessage {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");\r
-}\r
-\r
-#button-newmessage[disabled="true"] {\r
- list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");\r
-}\r
-\r
-#button-delete {\r
- list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;\r
-}\r
-\r
-#button-delete[disabled="true"] {\r
- list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;\r
-}\r
-\r
-#button-stop {\r
- list-style-image:url("chrome://global/skin/stop.gif");\r
-}\r
-\r
-#button-stop[disabled="true"] {\r
- list-style-image:url("chrome://global/skin/stop_dis.gif");\r
-}\r
-\r
-#button-search {\r
- list-style-image:url("chrome://global/skin/search.gif");\r
-}\r
-\r
-#button-search[disabled="true"] {\r
- list-style-image:url("chrome://global/skin/search_dis.gif");\r
-}\r
-\r
-#searchlabel {\r
- padding: 0px;\r
- padding-left: 5px;\r
- padding-bottom:2px;\r
- white-space: nowrap;\r
- font-size: smaller;\r
- min-width: 20px;\r
-}\r
-\r
-#searchtext {\r
- min-width: 20px;\r
- padding: 0px;\r
-}\r
-\r
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { \r
- \r
- list-style-image: none !important; \r
- \r
-} \r
+/*
+The contents of this file are subject to the Netscape Public
+License Version 1.1 (the "License"); you may not use this file
+except in compliance with the License. You may obtain a copy of
+the License at http://www.mozilla.org/NPL/
+
+Software distributed under the License is distributed on an "AS
+IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+implied. See the License for the specific language governing
+rights and limitations under the License.
+
+The Original Code is Mozilla Communicator client code, released
+March 31, 1998.
+
+The Initial Developer of the Original Code is Netscape
+Communications Corporation. Portions created by Netscape are
+ Copyright (C) 1998-1999 Netscape Communications Corporation. All
+Rights Reserved.
+*/
+
+@import url(chrome://communicator/skin/);
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
+
+/* CardView styles - used in the Card View Pane*/
+
+#CardViewBox {
+/* overflow: auto;*/
+ background-color: #CCD0DD;
+ min-width: 150px;
+ user-focus: ignore;
+}
+
+#CardViewInnerBox {
+ margin-top: 2px;
+ margin-bottom: 2px;
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+#CardTitle {
+ font-size: 150%;
+ font-weight: bold;
+ border-bottom: 2px solid black;
+ min-width: 120px;
+ margin: 0px;
+}
+
+.cardViewGroup {
+ margin-top: 8px;
+ padding-bottom: 5px;
+ min-width: 50px;
+}
+
+[class="CardViewHeading"] {
+ padding: 1px;
+ padding-left: 5px;
+ margin: 0px 0px 1px 0px;
+ background-color: #9999CC;
+ color: white;
+ font-weight: bold;
+ min-width: 30px;
+}
+
+[class="CardViewText"] {
+ padding-left: 20px;
+ padding-right: 2px;
+ min-width: 30px;
+ margin: 0px;
+}
+
+html|a[class="CardViewText"] {
+ padding-left: 20px;
+ padding-right: 2px;
+ min-width: 30px;
+}
+
+html|p {
+ border: none !important;
+}
+
+[hide] {
+ visibility: collapse;
+}
+
+/* CardEdit styles - used in the Card Edit Dialog */
+
+[class="CardEditWidth"] {
+ width: 25em;
+}
+
+[class="CardEditLabel"] {
+ padding: 0px;
+ margin-top: 3px;
+}
+
+[class="alignBoxWithFieldset"] {
+ margin-left: 6px;
+ margin-right: 5px;
+}
+
+.stateZipSpacer { width: 3em; }
+
+
+/* Custom Trees */
+
+tree {
+ border-left: 1px solid transparent;
+}
+
+#headRow > treecell {
+ background-color: #CCD0DD;
+ border: 1px outset #CCD0DD;
+}
+
+treeitem[selected="true"] > treerow {
+/* color: black;
+ background-color: #CCD0DD; */
+}
+
+tree[class="abDirectory"] treeitem > treerow > treecell > .tree-cell-primary-icon {
+ list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
+}
+
+tree[class="abResults"] treeitem > treerow > treecell.cardicon {
+ list-style-image: url("chrome://messenger/skin/addressbook/person.gif");
+ height: 14px;
+ min-height: 14px;
+}
+
+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
+ list-style-image: none !important;
+ padding-left: 12px;
+}
+
+/* Address Book specific style */
+
+#results_box {
+ border-left: 8px solid #CCD0DD;
+}
+
+/* Toolbar buttons */
+
+#button-newcard {
+ list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
+}
+
+#button-newcard[disabled="true"] {
+ list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif");
+}
+
+#button-newlist {
+ list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
+}
+
+#button-newlist[disabled="true"] {
+ list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif");
+}
+
+#button-editcard {
+ list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
+}
+
+#button-editcard[disabled="true"] {
+ list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif");
+}
+
+#button-newmessage {
+ list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
+}
+
+#button-newmessage[disabled="true"] {
+ list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif");
+}
+
+#button-delete {
+ list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important;
+}
+
+#button-delete[disabled="true"] {
+ list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important;
+}
+
+#searchlabel {
+ padding: 0px;
+ padding-left: 5px;
+ padding-bottom:2px;
+ white-space: nowrap;
+ font-size: smaller;
+ min-width: 20px;
+}
+
+#searchtext {
+ min-width: 20px;
+ padding: 0px;
+}
+
+/* ==FOR abSelectAddressesDialog.xul =======*/
+
+#3PaneBox {
+}
+
+#dirTreeBox {
+ width : 180px;
+ height : 100%;
+/* background-color : window; */
+ border : none;
+}
+
+/* -note- #dirTree#resultsTree is shared with addressbook.xul */
+
+#sidebar-box {
+ border: none;
+}
+
+tree > treehead > treerow {
+ border: none;
+}
+
+#dirTree { // Tree that lists different Address Books
+ min-width : 10px;
+ border : none;
+}
+
+#dirTreeBox {
+ border : none;
+}
+
+#dirTree[type="dialog"] {
+}
+
+#resultsTree {
+ border-top : none;
+ border-bottom : none;
+}
+
+#results-bucket-tree-box {
+}
+
+#resultsTreeBox {
+ background-color: window;
+}
+
+#vertical-splitter {
+ min-width : 4px;
+}
+
+#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
+ padding : 0.3em;
+ min-width : 10px;
+ border-top: 1px solid ThreeDHighlight;
+}
+
+#bucketBox {
+ height : 170px;
+}
+
+#addressBucket {
+ height : 100px;
+ min-width : 10px;
+}
+
+#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
+ padding : .5em;
+ padding-right : 0px;
+}
+
+.3rd-column-spring { // Vertical Springs between 3rd column buttons
+ height : 10px;
+}
+
+.middle-button-spring { // Springs between To, CC, and BCC buttons
+ width : 10px;
+}
+
+#bucket-splitter {
+ border: none;
+ min-height: 4px;
+}
+
+#sidebar-panels-splitter {
+ border-top : none;
+}
+
+
+
+
}
/**
- * Make sure the min height is small so we can
- * resize the pane vertically -EDV
+ * this belongs in the mail filter window
*/
-box#messagepanebox
-{
- min-height: 10px;
- height: 0px;
-}
+.enabledcol
+ {
+ list-style-image : url("chrome://messenger/skin/readmail.gif");
+ }
-/**
- * this belongs in the mail filter window
+.enabledcol[value="true"]
+ {
+ list-style-image : url("chrome://messenger/skin/unreadmail.gif");
+ }
+
+.usesMailWidgets
+ {
+ -moz-binding : url(chrome://messenger/content/mailWidgets.xml#dummy);
+ }
+
+searchattribute
+ {
+ -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchattribute);
+ }
+
+searchoperator
+ {
+ -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchoperator);
+ }
+
+searchvalue
+ {
+ -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchvalue);
+ }
+
+searchterm
+ {
+ -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchterm);
+ }
+
+/* addressing widget trees */
+.treecell-mailcardicon
+ {
+ border-bottom : 1px solid #CACAFF !important;
+ padding : 0px;
+ }
+
+.textfield-mailcardicon
+ {
+ list-style-image : url("chrome://messenger/skin/abcard.gif");
+ }
+
+/* for the main standard mail window ONLY */
+.mailwindow-statusbar
+ {
+ border-left : none;
+ }
+
+/**
+ *Focus rings on 3 pane view
*/
-.enabledcol {
- list-style-image: url("chrome://messenger/skin/readmail.gif");
+/*
+#threadpane-splitter
+{
+ border-left : none;
+ border-top : none;
}
+*/
-.enabledcol[value="true"] {
- list-style-image: url("chrome://messenger/skin/unreadmail.gif");
+#threadTree
+{
+ border-top : none;
}
-searchattribute {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchattribute);
+#folderTree> treechildren,
+#threadTree > treechildren
+{
+ border : none;
}
-searchoperator {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchoperator);
+#folderTree:focus > treechildren,
+#threadTree[focusring="true"] > treechildren
+{
+ border : none;
}
-searchvalue {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchvalue);
+#messagepane
+{
+ border : none;
}
-searchterm {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchterm);
+#messagepanebox[focusring="true"]
+{
+ border : none;
}
+#messagepanebox
+ {
+ border : none;
+ }
+
+#msgHeaderView
+{
+ border-top : none;
+}
+#msgHeaderView > toolbar > toolbargrippy
+{
+ border-left : none;
+}
+.awIdentityLabel
+{
+ width: 8em;
+ margin-left: 5px;
+}
+/*
+#accountCentralBox
+{
+ background-color:#FFFFFF;
+}
+*/
+#status-bar
+{
+ border-left : none;
+}
-/** Contains style definitions for the navigator application \r
- **/\r
-\r
-@import url(chrome://communicator/skin/);\r
-@import url(chrome://communicator/skin/bookmarks/bookmarks.css);\r
-@import url(chrome://communicator/skin/sidebar/sidebar.css);\r
-\r
-#sidebar-parent \r
- {\r
- margin-right : 2px;\r
- }\r
-\r
-/*\r
- * Rules for 'hiding' portions of the chrome for special\r
- * kinds of browser windows.\r
- */\r
-window[chromehidden~="menubar"] .chromeclass-menubar {\r
- display: none;\r
-}\r
-\r
-window[chromehidden~="toolbar"] .chromeclass-toolbar {\r
- display: none;\r
-}\r
-\r
-window[chromehidden~="location"] .chromeclass-location {\r
- display: none;\r
-}\r
-\r
-window[chromehidden~="directories"] .chromeclass-directories {\r
- display: none;\r
-}\r
-\r
-window[chromehidden~="status"] .chromeclass-status {\r
- display: none;\r
-}\r
-\r
-window[chromehidden~="extrachrome"] .chromeclass-extrachrome {\r
- display: none;\r
-}\r
-\r
-/*\r
- * Images for the main buttons\r
- */\r
-.menubutton-dual-button > .button-internal-box > .button-text-container \r
- {\r
- display : none;\r
- }\r
-\r
-.menubutton-dual-button\r
- {\r
- min-width : 32px;\r
- min-height : 32px;\r
- }\r
-\r
-#back-button \r
- {\r
- list-style-image : url("chrome://navigator/skin/back.gif");\r
- margin : 0px;\r
- }\r
-\r
-#back-button[disabled="true"]\r
- {\r
- list-style-image : url("chrome://navigator/skin/back_dis.gif");\r
- }\r
-\r
-#forward-button \r
- {\r
- list-style-image : url("chrome://navigator/skin/forward.gif");\r
- margin : 0px;\r
- }\r
-\r
-#forward-button[disabled="true"]\r
- {\r
- list-style-image : url("chrome://navigator/skin/forward_dis.gif");\r
- }\r
-\r
-#stop-button \r
- {\r
- list-style-image : url("chrome://navigator/skin/stop.gif");\r
- } \r
-\r
-\r
-#stop-button[disabled="true"]\r
- {\r
- list-style-image : url("chrome://navigator/skin/stop_dis.gif");\r
- }\r
-\r
-#reload-button \r
- {\r
- list-style-image : url("chrome://navigator/skin/reload.gif");\r
- }\r
-\r
-/*all the urlbar stuff*/\r
-#page-proxy-button \r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); \r
- cursor : grab;\r
- margin-right : 3px;\r
- margin-left : 2px;\r
- } \r
-\r
-#ubhist-keyword-popup \r
- {\r
- margin : 0px 1px 0px 0px;\r
- width : 10px; \r
- list-style-image : url("chrome://global/skin/scroll-down.gif"); \r
- } \r
-\r
-#ubhist\r
- {\r
- background-color : #9999CC;\r
- list-style-image : url("chrome://global/skin/scroll-down.gif"); \r
- padding : 0px 0px 0px 0px;\r
- margin : 0px 3px 0px 0px;\r
- }\r
-\r
-#ubhist > .menubutton-icon-internal-box\r
- {\r
- border : 1px outset #CCD0DD;\r
- } \r
-\r
-#ubhist:hover:active > .menubutton-icon-internal-box,\r
-#ubhist[open="true"] > .menubutton-icon-internal-box\r
- {\r
- border : 1px inset #CCD0DD;\r
- } \r
-\r
-\r
-#action-popup \r
- {\r
- list-style-image : url("chrome://global/skin/scroll-down.gif"); \r
- margin : 0px; \r
-/* -moz-border-radius : 4px; */\r
- }\r
-\r
-#content-frame \r
- {\r
- min-width : 0px;\r
- min-height : 0px;\r
- }\r
-\r
-#statusbar-icon \r
- {\r
- width : 100px;\r
- }\r
-\r
-#statusbar-display\r
- {\r
- list-style-image : url("chrome://communicator/skin/document.gif"):\r
- }\r
- \r
-#statusbar-display[error="true"]\r
- {\r
- list-style-image : url("chrome://communicator/skin/document-error.gif");\r
- } \r
- \r
-#nav-bar-inner\r
- {\r
- padding-left : 0px;\r
- padding-top : 10px;\r
- padding-bottom : 10px;\r
- }\r
-\r
- \r
-#search-button\r
- {\r
- margin : 0px 3px 0px 0px;\r
- }\r
- \r
-#go-button\r
- {\r
- margin : 0px 3px 0px 0px;\r
- }\r
- \r
-#homebutton\r
- {\r
- list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");\r
- }\r
-\r
-.menuitem-iconic\r
- {\r
- padding : 2px;\r
- }\r
-\r
-#print-button \r
- {\r
- list-style-image : url("chrome://global/skin/print.gif");\r
- margin : 0px 3px 0px 0px;\r
- }\r
-\r
-#print-button > .menubutton-dual-button\r
- {\r
- padding : 0px;\r
- }
\ No newline at end of file
+/** Contains style definitions for the navigator application
+ **/
+
+@import url(chrome://communicator/skin/);
+/* @import url(chrome://communicator/skin/bookmarks/bookmarks.css); */
+@import url(chrome://navigator/skin/personalToolbar.css);
+@import url(chrome://communicator/skin/sidebar/sidebar.css);
+
+#sidebar-parent
+ {
+ margin-right : 2px;
+ }
+
+/*
+ * Rules for 'hiding' portions of the chrome for special
+ * kinds of browser windows.
+ */
+window[chromehidden~="menubar"] .chromeclass-menubar {
+ display: none;
+}
+
+window[chromehidden~="toolbar"] .chromeclass-toolbar {
+ display: none;
+}
+
+window[chromehidden~="location"] .chromeclass-location {
+ display: none;
+}
+
+window[chromehidden~="directories"] .chromeclass-directories {
+ display: none;
+}
+
+window[chromehidden~="status"] .chromeclass-status {
+ display: none;
+}
+
+window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
+ display: none;
+}
+
+/*
+ * Images for the main buttons
+ */
+.menubutton-dual-button > .button-internal-box > .button-text-container
+ {
+ display : none;
+ }
+
+.menubutton-dual-button
+ {
+ min-width : 32px;
+ min-height : 32px;
+ }
+
+#back-button
+ {
+ list-style-image : url("chrome://navigator/skin/back.gif");
+ margin : 0px;
+ }
+
+#back-button[disabled="true"]
+ {
+ list-style-image : url("chrome://navigator/skin/back_dis.gif");
+ }
+
+#forward-button
+ {
+ list-style-image : url("chrome://navigator/skin/forward.gif");
+ margin : 0px;
+ }
+
+#forward-button[disabled="true"]
+ {
+ list-style-image : url("chrome://navigator/skin/forward_dis.gif");
+ }
+
+#stop-button
+ {
+ list-style-image : url("chrome://navigator/skin/stop.gif");
+ }
+
+
+#stop-button[disabled="true"]
+ {
+ list-style-image : url("chrome://navigator/skin/stop_dis.gif");
+ }
+
+#reload-button
+ {
+ list-style-image : url("chrome://navigator/skin/reload.gif");
+ }
+
+/*all the urlbar stuff*/
+#page-proxy-button
+ {
+ list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ cursor : grab;
+ margin-right : 3px;
+ margin-left : 2px;
+ }
+
+#ubhist-keyword-popup
+ {
+ margin : 0px 1px 0px 0px;
+ width : 10px;
+ list-style-image : url("chrome://global/skin/scroll-down.gif");
+ }
+
+#ubhist
+ {
+ background-color : #9999CC;
+ list-style-image : url("chrome://global/skin/scroll-down.gif");
+ padding : 0px 0px 0px 0px;
+ margin : 0px 3px 0px 0px;
+ }
+
+#ubhist > .menubutton-icon-internal-box
+ {
+ border : 1px outset #CCD0DD;
+ }
+
+#ubhist:hover:active > .menubutton-icon-internal-box,
+#ubhist[open="true"] > .menubutton-icon-internal-box
+ {
+ border : 1px inset #CCD0DD;
+ }
+
+
+#action-popup
+ {
+ list-style-image : url("chrome://global/skin/scroll-down.gif");
+ margin : 0px;
+/* -moz-border-radius : 4px; */
+ }
+
+#content-frame
+ {
+ min-width : 0px;
+ min-height : 0px;
+ }
+
+#statusbar-icon
+ {
+ width : 100px;
+ }
+
+#statusbar-display
+ {
+ list-style-image : url("chrome://communicator/skin/document.gif"):
+ }
+
+#statusbar-display[error="true"]
+ {
+ list-style-image : url("chrome://communicator/skin/document-error.gif");
+ }
+
+#nav-bar-inner
+ {
+ padding-left : 0px;
+ padding-top : 10px;
+ padding-bottom : 10px;
+ }
+
+
+#search-button
+ {
+ margin : 0px 3px 0px 0px;
+ }
+
+#go-button
+ {
+ margin : 0px 3px 0px 0px;
+ }
+
+#homebutton
+ {
+ list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
+ }
+
+.menuitem-iconic
+ {
+ padding : 2px;
+ }
+
+#print-button
+ {
+ list-style-image : url("chrome://global/skin/print.gif");
+ margin : 0px 3px 0px 0px;
+ }
+
+#print-button > .menubutton-dual-button
+ {
+ padding : 0px;
+ }