From b70a3a73af442fcb12828f5322e8c06bb0aa1e76 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 30 Jul 2005 13:08:20 +0000 Subject: [PATCH] keep up with SeaMonkey Classic changes done in the last few months --- EarlyBlue/communicator/button.css | 3 +- EarlyBlue/communicator/formatting.css | 2 +- .../{cookie => permissions}/status-cookie.gif | Bin .../taskbar-cookie.gif | Bin EarlyBlue/editor/editor.css | 13 +- EarlyBlue/global/netError.css | 100 ++++++++++++ EarlyBlue/global/tabbox.css | 2 +- EarlyBlue/global/toolbarbutton.css | 4 + EarlyBlue/global/wizard.css | 2 +- EarlyBlue/messenger/accountManage.css | 18 ++- EarlyBlue/messenger/addressingWidget.css | 10 +- EarlyBlue/messenger/filterDialog.css | 17 +- EarlyBlue/messenger/folderMenus.css | 8 +- EarlyBlue/messenger/folderPane.css | 6 + EarlyBlue/messenger/icons/attachment-col.gif | Bin 0 -> 83 bytes EarlyBlue/messenger/icons/attachment.gif | Bin 0 -> 83 bytes EarlyBlue/messenger/icons/folder-search.gif | Bin 0 -> 128 bytes .../icons/message-mail-attach-del.gif | Bin 0 -> 150 bytes EarlyBlue/messenger/icons/winclassic.gif | Bin 155 -> 0 bytes EarlyBlue/messenger/icons/winvertical.gif | Bin 248 -> 0 bytes EarlyBlue/messenger/icons/winwide.gif | Bin 137 -> 0 bytes EarlyBlue/messenger/prefPanels.css | 17 -- EarlyBlue/messenger/searchDialog.css | 16 +- EarlyBlue/messenger/threadPane.css | 22 ++- EarlyBlue/messenger/threadPaneLabels.css | 145 +++++++++--------- EarlyBlue/navigator/navigator.css | 9 +- 26 files changed, 269 insertions(+), 125 deletions(-) rename EarlyBlue/communicator/{cookie => permissions}/status-cookie.gif (100%) rename EarlyBlue/communicator/{cookie => permissions}/taskbar-cookie.gif (100%) create mode 100644 EarlyBlue/global/netError.css create mode 100644 EarlyBlue/messenger/icons/attachment-col.gif create mode 100644 EarlyBlue/messenger/icons/attachment.gif create mode 100644 EarlyBlue/messenger/icons/folder-search.gif create mode 100644 EarlyBlue/messenger/icons/message-mail-attach-del.gif delete mode 100644 EarlyBlue/messenger/icons/winclassic.gif delete mode 100644 EarlyBlue/messenger/icons/winvertical.gif delete mode 100644 EarlyBlue/messenger/icons/winwide.gif diff --git a/EarlyBlue/communicator/button.css b/EarlyBlue/communicator/button.css index d8591694..e1febe12 100644 --- a/EarlyBlue/communicator/button.css +++ b/EarlyBlue/communicator/button.css @@ -56,7 +56,8 @@ .toolbarbutton-1, .toolbarbutton-1 > .toolbarbutton-menubutton-button, -.toolbarbutton-1[disabled="true"]:hover:active { +.toolbarbutton-1[disabled="true"]:hover:active, +.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button { padding: 1px; } diff --git a/EarlyBlue/communicator/formatting.css b/EarlyBlue/communicator/formatting.css index 38138ea3..208d08cf 100644 --- a/EarlyBlue/communicator/formatting.css +++ b/EarlyBlue/communicator/formatting.css @@ -45,7 +45,7 @@ .text-link:focus { color: red; - -moz-outline: 1px dotted invert; + outline: 1px dotted invert; } .text-link:hover { diff --git a/EarlyBlue/communicator/cookie/status-cookie.gif b/EarlyBlue/communicator/permissions/status-cookie.gif similarity index 100% rename from EarlyBlue/communicator/cookie/status-cookie.gif rename to EarlyBlue/communicator/permissions/status-cookie.gif diff --git a/EarlyBlue/communicator/cookie/taskbar-cookie.gif b/EarlyBlue/communicator/permissions/taskbar-cookie.gif similarity index 100% rename from EarlyBlue/communicator/cookie/taskbar-cookie.gif rename to EarlyBlue/communicator/permissions/taskbar-cookie.gif diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index e3a06d6e..e8c86ab3 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -36,21 +36,20 @@ * ***** END LICENSE BLOCK ***** */ @import url(chrome://communicator/skin/); -@import url(chrome://communicator/skin/sidebar/sidebar.css); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#content-frame { - min-width: 10px; +#content-frame { + min-width: 10px; min-height: 10px; height: 400px; -} +} .source-editor, .source-editor:focus { margin: 0px 5px 5px 0px; border: 0px; - /* Scroll bars are in content, + /* Scroll bars are in content, so we can't use right and bottom padding! */ padding: 5px 0px 0px 5px; } diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css new file mode 100644 index 00000000..6c6e14ba --- /dev/null +++ b/EarlyBlue/global/netError.css @@ -0,0 +1,100 @@ +/* + * This defines the look-and-feel styling of the error pages. + * (see: netError.xhtml) + * + * Original styling by William Price + * Updated by: Steven Garrity + * Henrik Skupin + */ + +html { + background: #CCD0DD; +} + +body { + margin: 0; + padding: 0 1em; + color: #000000; + font: message-box; +} + +h1 { + margin: 0 0 .6em 0; + border-bottom: 1px solid #666699; + font-size: 160%; +} + +ul, ol { + margin: 0; + -moz-margin-start: 1.5em; + padding: 0; +} + +ul > li, ol > li { + margin-bottom: .5em; +} + +ul { + list-style: square; +} + +#errorPageContainer { + position: relative; + min-width: 13em; + max-width: 52em; + margin: 4em auto; + border: 1px solid #666699; + -moz-border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC; + -moz-background-origin: content; +} + +body[dir="rtl"] #errorPageContainer { + background-position: right 0; +} + +#errorTitle { + -moz-margin-start: 64px; +} + +#errorLongContent { + -moz-margin-start: 64px; +} + +#errorShortDesc > p { + border-bottom: 1px solid #666699; + padding-bottom: 1em; + font-size: 130%; +} + +#errorLongDesc { + -moz-padding-end: 3em; + font-size: 110%; +} + +#errorLongDesc > p { +} + +#errorTryAgain { + margin-top: 2em; + -moz-margin-start: 64px; +} + +#brand { + position: absolute; + right: 0; + bottom: -1.5em; + -moz-margin-end: 10px; + opacity: .4; +} + +body[dir="rtl"] #brand { + right: auto; + left: 0; +} + +#brand > p { + margin: 0; +} diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 7ed7b55e..f13b19fe 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -89,7 +89,7 @@ tab:hover { } tab:focus > .tab-middle { - -moz-outline: 1px dotted invert; + outline: 1px dotted invert; } /* diff --git a/EarlyBlue/global/toolbarbutton.css b/EarlyBlue/global/toolbarbutton.css index a5219207..3d12c0e7 100644 --- a/EarlyBlue/global/toolbarbutton.css +++ b/EarlyBlue/global/toolbarbutton.css @@ -153,6 +153,10 @@ toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-men padding: 2px 0px 0px 2px !important; } +toolbarbutton[disabled="true"] > toolbarbutton.toolbarbutton-menubutton-button { + padding: 1px !important; +} + /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { diff --git a/EarlyBlue/global/wizard.css b/EarlyBlue/global/wizard.css index 5b3a8838..cb827321 100644 --- a/EarlyBlue/global/wizard.css +++ b/EarlyBlue/global/wizard.css @@ -38,7 +38,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { - border-bottom: 2px groove 6699FF; + border-bottom: 2px groove #6699FF; padding: 10px 0px 10px 0px; background-color: #666699; color: #CCD0DD; diff --git a/EarlyBlue/messenger/accountManage.css b/EarlyBlue/messenger/accountManage.css index 5ec7663f..5e7e1b10 100644 --- a/EarlyBlue/messenger/accountManage.css +++ b/EarlyBlue/messenger/accountManage.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -61,3 +61,17 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) { font-weight: bold; } + +/* ::::: SMTP Server Panel :::::: */ + +.smtpServerListItem { + padding-left: 3px; +} + +#backgroundBox { + background-color: #CCD0DD; +} + +#smtpServerInfoBox textbox { + background-color: transparent; +} \ No newline at end of file diff --git a/EarlyBlue/messenger/addressingWidget.css b/EarlyBlue/messenger/addressingWidget.css index 44b941a2..3a5a004e 100644 --- a/EarlyBlue/messenger/addressingWidget.css +++ b/EarlyBlue/messenger/addressingWidget.css @@ -38,15 +38,19 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: addressing widget ::::: */ - + #addressingWidget { /* height: 80px; */ margin-left: 0px; margin-right: 0px; -moz-user-focus: none; width: 0px; -} - +} + +.textbox-addressingWidget[noMatchesFound="true"] { + color: red; +} + #typecol-addressingWidget { min-width: 9em; border-right: 1px solid #CCD0DD; diff --git a/EarlyBlue/messenger/filterDialog.css b/EarlyBlue/messenger/filterDialog.css index 2b995615..9667a7b1 100644 --- a/EarlyBlue/messenger/filterDialog.css +++ b/EarlyBlue/messenger/filterDialog.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -52,8 +52,19 @@ treechildren::-moz-tree-image(activeColumn) { treechildren::-moz-tree-image(activeColumn, Enabled-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } + +.small-button { + min-width: 3em; + padding: 0px; + margin: 0px 1px; +} + +listbox { + padding-top: 2px; +} + menulist { - min-width: 15em; + width: 12em; } menulist > menupopup > menuitem { diff --git a/EarlyBlue/messenger/folderMenus.css b/EarlyBlue/messenger/folderMenus.css index 97017c4c..408ea658 100644 --- a/EarlyBlue/messenger/folderMenus.css +++ b/EarlyBlue/messenger/folderMenus.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -109,6 +109,10 @@ list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } +.folderMenuItem[SpecialFolder="Virtual"] { + list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); +} + .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index f0dfc3fe..cbd026e2 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -110,6 +110,12 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } +/* ..... Saved Searches ..... */ + +treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { + list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); +} + treechildren::-moz-tree-image(folderNameCol, isServer-true) { padding-right: 2px; list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); diff --git a/EarlyBlue/messenger/icons/attachment-col.gif b/EarlyBlue/messenger/icons/attachment-col.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb929e17829afa5b15a9d0f99ae4adee3c80234a GIT binary patch literal 83 zcmZ?wbhEHb6krfwXkcVWOPl%s|9{1wEQ|~cj0`#qKmd|qVAAU8U&*zX-D$SImGI0n l5%H%>?@wz;(wO*?b!FPjbuWHqU8qU6FnW7lUW0+b8UP559Dx7; literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/icons/attachment.gif b/EarlyBlue/messenger/icons/attachment.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb929e17829afa5b15a9d0f99ae4adee3c80234a GIT binary patch literal 83 zcmZ?wbhEHb6krfwXkcVWOPl%s|9{1wEQ|~cj0`#qKmd|qVAAU8U&*zX-D$SImGI0n l5%H%>?@wz;(wO*?b!FPjbuWHqU8qU6FnW7lUW0+b8UP559Dx7; literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/icons/folder-search.gif b/EarlyBlue/messenger/icons/folder-search.gif new file mode 100644 index 0000000000000000000000000000000000000000..23ee41b784be27f8cde4fcb09452cfe85879f6bb GIT binary patch literal 128 zcmZ?wbhEHb6krfwSjfnbmUia<|NjjE8-S$ZKT+qR)Wnk16ovB4k_?5Aj8p}8Pu~Cr z#h)yU3=GT+It)Mn(#XJMF{gj!X)S%B83!CH9Bw2g{O6I{-YTpyX{p1kEQYlgSHvYo e-Htq0B&rwuH^XpY;|=33jWf^IFVtXQum%8=g)gW8 literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/icons/message-mail-attach-del.gif b/EarlyBlue/messenger/icons/message-mail-attach-del.gif new file mode 100644 index 0000000000000000000000000000000000000000..07e961c7a1a56bec72f508c56b00dec5d6c6cce1 GIT binary patch literal 150 zcmZ?wbhEHb6kyeKlK(`)tJrcmI#0LC3UkkD+$WuFyq&h%=@PCxxrje)@$06+aa0ssI2 literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/icons/winclassic.gif b/EarlyBlue/messenger/icons/winclassic.gif deleted file mode 100644 index 586d0121943db0582f57b12aad5b852ee1945528..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmV;M0A&A1Nk%w1VHyA+0HFW?|NsBY(A}At%m4rYEC2ui02%-w0007XoR6sr?J%C4 zFoqyRi?kbRUE(NioOE_*sBJ2kIw47$;5&U+rp5S|1JH)HAnu{VWFSYRkJ&7)7E~S2 z6|LN|KosEmV=bSmE;6eP^49FJ7#lUqzU{Sh8)wby%N4#U2M72R(HHi26bO}vcxaSY J6{%1F06PPiLB{|9 diff --git a/EarlyBlue/messenger/icons/winvertical.gif b/EarlyBlue/messenger/icons/winvertical.gif deleted file mode 100644 index f206ba71f669a842cf22a382bb14a889c12b5401..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmZ?wbhEHblwwd|Xl4L`mX?-d$Bz9c4k-R)0c!crpaaqgGJ}C-slW-()mxLE@U;DR zW^bCLz|yGJ_gaE!wpi9O%f*^Ek2?MSX%*b{c$R4VrnBqZj#$RqD8J^gUASaP<7Y14 zb2E-CK5|>TY@7WIQ`RG!%1)-9mHo2qe6$(Qa-(4HGLzy8e-E4T`mCCc47ud?CbQf= zgGRl{q2a01qbg$!izaoZ^z^E#8+9ZVcun+eoxief^^(nLQx~i=x3tAE)Ls)!W^o*YbD0tu@E9`zrLWPyhfsVEsP^ diff --git a/EarlyBlue/messenger/prefPanels.css b/EarlyBlue/messenger/prefPanels.css index 05a53d8f..772ed0c0 100644 --- a/EarlyBlue/messenger/prefPanels.css +++ b/EarlyBlue/messenger/prefPanels.css @@ -43,20 +43,3 @@ @import url("chrome://communicator/skin/dialogOverlay.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* :::::: layout preference icons ::::: */ - -#classic { - min-height: 32px; - list-style-image: url("chrome://messenger/skin/icons/winclassic.gif"); -} - -#wide { - min-height: 32px; - list-style-image: url("chrome://messenger/skin/icons/winwide.gif"); -} - -#vertical { - min-height: 32px; - list-style-image: url("chrome://messenger/skin/icons/winvertical.gif"); -} diff --git a/EarlyBlue/messenger/searchDialog.css b/EarlyBlue/messenger/searchDialog.css index 4c7428e3..a8dfc258 100644 --- a/EarlyBlue/messenger/searchDialog.css +++ b/EarlyBlue/messenger/searchDialog.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -59,7 +59,7 @@ } menulist { - min-width: 15em; + width: 12em; } menulist > menupopup > menuitem { @@ -69,3 +69,13 @@ menulist > menupopup > menuitem { textbox { margin: 1px 4px; } + +.small-button { + min-width: 3em; + padding: 0px; + margin: 0px 1px; +} + +listbox { + padding-top: 2px; +} \ No newline at end of file diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index 14e53ec0..5e5bc169 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -100,15 +100,15 @@ treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { /* ..... thread column ..... */ -treecol.threadColumnHeader { +.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); } -treecol.threadColumnHeader[sortDirection="ascending"] { +.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } -treecol.threadColumnHeader[sortDirection="descending"] { +.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } @@ -146,7 +146,7 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open, offline) { /* ..... read column ..... */ -treecol.readColumnHeader { +.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } @@ -158,9 +158,19 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); } +/* ..... attachment column ..... */ + +.attachmentColumnHeader { + list-style-image: url("chrome://messenger/skin/icons/attachment-col.gif"); +} + +treechildren::-moz-tree-image(attachmentCol, attach) { + list-style-image: url("chrome://messenger/skin/icons/attachment.gif"); +} + /* ..... flag column ..... */ -treecol.flagColumnHeader { +.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } @@ -174,7 +184,7 @@ treechildren::-moz-tree-image(flaggedCol, flagged) { /* ..... junkStatus column ..... */ -treecol.junkStatusHeader { +.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } diff --git a/EarlyBlue/messenger/threadPaneLabels.css b/EarlyBlue/messenger/threadPaneLabels.css index 3b7802ed..24892218 100644 --- a/EarlyBlue/messenger/threadPaneLabels.css +++ b/EarlyBlue/messenger/threadPaneLabels.css @@ -56,49 +56,49 @@ treechildren::-moz-tree-cell-text(lc-FFFFFF) { color: #FFFFFF } -treechildren::-moz-tree-row(lc-FFFFFF, selected) { +treechildren::-moz-tree-row(lc-FFFFFF, selected, focus) { background-color: #FFFFFF; } treechildren::-moz-tree-cell-text(lc-CCCCCC) { color: #CCCCCC } -treechildren::-moz-tree-row(lc-CCCCCC, selected) { +treechildren::-moz-tree-row(lc-CCCCCC, selected, focus) { background-color: #CCCCCC; } treechildren::-moz-tree-cell-text(lc-C0C0C0) { color: #C0C0C0 } -treechildren::-moz-tree-row(lc-C0C0C0, selected) { +treechildren::-moz-tree-row(lc-C0C0C0, selected, focus) { background-color: #C0C0C0; } treechildren::-moz-tree-cell-text(lc-999999) { color: #999999 } -treechildren::-moz-tree-row(lc-999999, selected) { +treechildren::-moz-tree-row(lc-999999, selected, focus) { background-color: #999999; } treechildren::-moz-tree-cell-text(lc-666666) { color: #666666 } -treechildren::-moz-tree-row(lc-666666, selected) { +treechildren::-moz-tree-row(lc-666666, selected, focus) { background-color: #666666; } treechildren::-moz-tree-cell-text(lc-333333) { color: #333333 } -treechildren::-moz-tree-row(lc-333333, selected) { +treechildren::-moz-tree-row(lc-333333, selected, focus) { background-color: #333333; } treechildren::-moz-tree-cell-text(lc-000000) { color: #000000 } -treechildren::-moz-tree-row(lc-000000, selected) { +treechildren::-moz-tree-row(lc-000000, selected, focus) { background-color: #000000; } @@ -106,49 +106,49 @@ treechildren::-moz-tree-row(lc-000000, selected) { treechildren::-moz-tree-cell-text(lc-FFCCCC) { color: #FFCCCC } -treechildren::-moz-tree-row(lc-FFCCCC, selected) { +treechildren::-moz-tree-row(lc-FFCCCC, selected, focus) { background-color: #FFCCCC; } treechildren::-moz-tree-cell-text(lc-FF6666) { color: #FF6666 } -treechildren::-moz-tree-row(lc-FF6666, selected) { +treechildren::-moz-tree-row(lc-FF6666, selected, focus) { background-color: #FF6666; } treechildren::-moz-tree-cell-text(lc-FF0000) { color: #FF0000 } -treechildren::-moz-tree-row(lc-FF0000, selected) { +treechildren::-moz-tree-row(lc-FF0000, selected, focus) { background-color: #FF0000; } treechildren::-moz-tree-cell-text(lc-CC0000) { color: #CC0000 } -treechildren::-moz-tree-row(lc-CC0000, selected) { +treechildren::-moz-tree-row(lc-CC0000, selected, focus) { background-color: #CC0000; } treechildren::-moz-tree-cell-text(lc-990000) { color: #990000 } -treechildren::-moz-tree-row(lc-990000, selected) { +treechildren::-moz-tree-row(lc-990000, selected, focus) { background-color: #990000; } treechildren::-moz-tree-cell-text(lc-660000) { color: #660000 } -treechildren::-moz-tree-row(lc-660000, selected) { +treechildren::-moz-tree-row(lc-660000, selected, focus) { background-color: #660000; } treechildren::-moz-tree-cell-text(lc-330000) { color: #330000 } -treechildren::-moz-tree-row(lc-330000, selected) { +treechildren::-moz-tree-row(lc-330000, selected, focus) { background-color: #330000; } @@ -156,49 +156,49 @@ treechildren::-moz-tree-row(lc-330000, selected) { treechildren::-moz-tree-cell-text(lc-FFCC99) { color: #FFCC99 } -treechildren::-moz-tree-row(lc-FFCC99, selected) { +treechildren::-moz-tree-row(lc-FFCC99, selected, focus) { background-color: #FFCC99; } treechildren::-moz-tree-cell-text(lc-FF9966) { color: #FF9966 } -treechildren::-moz-tree-row(lc-FF9966, selected) { +treechildren::-moz-tree-row(lc-FF9966, selected, focus) { background-color: #FF9966; } treechildren::-moz-tree-cell-text(lc-FF9900) { color: #FF9900 } -treechildren::-moz-tree-row(lc-FF9900, selected) { +treechildren::-moz-tree-row(lc-FF9900, selected, focus) { background-color: #FF9900; } treechildren::-moz-tree-cell-text(lc-FF6600) { color: #FF6600 } -treechildren::-moz-tree-row(lc-FF6600, selected) { +treechildren::-moz-tree-row(lc-FF6600, selected, focus) { background-color: #FF6600; } treechildren::-moz-tree-cell-text(lc-CC6600) { color: #CC6600 } -treechildren::-moz-tree-row(lc-CC6600, selected) { +treechildren::-moz-tree-row(lc-CC6600, selected, focus) { background-color: #CC6600; } treechildren::-moz-tree-cell-text(lc-993300) { color: #993300 } -treechildren::-moz-tree-row(lc-993300, selected) { +treechildren::-moz-tree-row(lc-993300, selected, focus) { background-color: #993300; } treechildren::-moz-tree-cell-text(lc-663300) { color: #663300 } -treechildren::-moz-tree-row(lc-663300, selected) { +treechildren::-moz-tree-row(lc-663300, selected, focus) { background-color: #663300; } @@ -206,49 +206,49 @@ treechildren::-moz-tree-row(lc-663300, selected) { treechildren::-moz-tree-cell-text(lc-FFFF99) { color: #FFFF99 } -treechildren::-moz-tree-row(lc-FFFF99, selected) { +treechildren::-moz-tree-row(lc-FFFF99, selected, focus) { background-color: #FFFF99; } treechildren::-moz-tree-cell-text(lc-FFFF66) { color: #FFFF66 } -treechildren::-moz-tree-row(lc-FFFF66, selected) { +treechildren::-moz-tree-row(lc-FFFF66, selected, focus) { background-color: #FFFF66; } treechildren::-moz-tree-cell-text(lc-FFCC66) { color: #FFCC66 } -treechildren::-moz-tree-row(lc-FFCC66, selected) { +treechildren::-moz-tree-row(lc-FFCC66, selected, focus) { background-color: #FFCC66; } treechildren::-moz-tree-cell-text(lc-FFCC33) { color: #FFCC33 } -treechildren::-moz-tree-row(lc-FFCC33, selected) { +treechildren::-moz-tree-row(lc-FFCC33, selected, focus) { background-color: #FFCC33; } treechildren::-moz-tree-cell-text(lc-CC9933) { color: #CC9933 } -treechildren::-moz-tree-row(lc-CC9933, selected) { +treechildren::-moz-tree-row(lc-CC9933, selected, focus) { background-color: #CC9933; } treechildren::-moz-tree-cell-text(lc-996633) { color: #996633 } -treechildren::-moz-tree-row(lc-996633, selected) { +treechildren::-moz-tree-row(lc-996633, selected, focus) { background-color: #996633; } treechildren::-moz-tree-cell-text(lc-663333) { color: #663333 } -treechildren::-moz-tree-row(lc-663333, selected) { +treechildren::-moz-tree-row(lc-663333, selected, focus) { background-color: #663333; } @@ -256,49 +256,49 @@ treechildren::-moz-tree-row(lc-663333, selected) { treechildren::-moz-tree-cell-text(lc-FFFFCC) { color: #FFFFCC } -treechildren::-moz-tree-row(lc-FFFFCC, selected) { +treechildren::-moz-tree-row(lc-FFFFCC, selected, focus) { background-color: #FFFFCC; } treechildren::-moz-tree-cell-text(lc-FFFF33) { color: #FFFF33 } -treechildren::-moz-tree-row(lc-FFFF33, selected) { +treechildren::-moz-tree-row(lc-FFFF33, selected, focus) { background-color: #FFFF33; } treechildren::-moz-tree-cell-text(lc-FFFF00) { color: #FFFF00 } -treechildren::-moz-tree-row(lc-FFFF00, selected) { +treechildren::-moz-tree-row(lc-FFFF00, selected, focus) { background-color: #FFFF00; } treechildren::-moz-tree-cell-text(lc-FFCC00) { color: #FFCC00 } -treechildren::-moz-tree-row(lc-FFCC00, selected) { +treechildren::-moz-tree-row(lc-FFCC00, selected, focus) { background-color: #FFCC00; } treechildren::-moz-tree-cell-text(lc-999900) { color: #999900 } -treechildren::-moz-tree-row(lc-999900, selected) { +treechildren::-moz-tree-row(lc-999900, selected, focus) { background-color: #999900; } treechildren::-moz-tree-cell-text(lc-666600) { color: #666600 } -treechildren::-moz-tree-row(lc-666600, selected) { +treechildren::-moz-tree-row(lc-666600, selected, focus) { background-color: #666600; } treechildren::-moz-tree-cell-text(lc-333300) { color: #333300 } -treechildren::-moz-tree-row(lc-333300, selected) { +treechildren::-moz-tree-row(lc-333300, selected, focus) { background-color: #333300; } @@ -306,49 +306,49 @@ treechildren::-moz-tree-row(lc-333300, selected) { treechildren::-moz-tree-cell-text(lc-99FF99) { color: #99FF99 } -treechildren::-moz-tree-row(lc-99FF99, selected) { +treechildren::-moz-tree-row(lc-99FF99, selected, focus) { background-color: #99FF99; } treechildren::-moz-tree-cell-text(lc-66FF99) { color: #66FF99 } -treechildren::-moz-tree-row(lc-66FF99, selected) { +treechildren::-moz-tree-row(lc-66FF99, selected, focus) { background-color: #66FF99; } treechildren::-moz-tree-cell-text(lc-33FF33) { color: #33FF33 } -treechildren::-moz-tree-row(lc-33FF33, selected) { +treechildren::-moz-tree-row(lc-33FF33, selected, focus) { background-color: #33FF33; } treechildren::-moz-tree-cell-text(lc-33CC00) { color: #33CC00 } -treechildren::-moz-tree-row(lc-33CC00, selected) { +treechildren::-moz-tree-row(lc-33CC00, selected, focus) { background-color: #33CC00; } treechildren::-moz-tree-cell-text(lc-009900) { color: #009900 } -treechildren::-moz-tree-row(lc-009900, selected) { +treechildren::-moz-tree-row(lc-009900, selected, focus) { background-color: #009900; } treechildren::-moz-tree-cell-text(lc-006600) { color: #006600 } -treechildren::-moz-tree-row(lc-006600, selected) { +treechildren::-moz-tree-row(lc-006600, selected, focus) { background-color: #006600; } treechildren::-moz-tree-cell-text(lc-003300) { color: #003300 } -treechildren::-moz-tree-row(lc-003300, selected) { +treechildren::-moz-tree-row(lc-003300, selected, focus) { background-color: #003300; } @@ -356,49 +356,49 @@ treechildren::-moz-tree-row(lc-003300, selected) { treechildren::-moz-tree-cell-text(lc-99FFFF) { color: #99FFFF } -treechildren::-moz-tree-row(lc-99FFFF, selected) { +treechildren::-moz-tree-row(lc-99FFFF, selected, focus) { background-color: #99FFFF; } treechildren::-moz-tree-cell-text(lc-33FFFF) { color: #33FFFF } -treechildren::-moz-tree-row(lc-33FFFF, selected) { +treechildren::-moz-tree-row(lc-33FFFF, selected, focus) { background-color: #33FFFF; } treechildren::-moz-tree-cell-text(lc-66CCCC) { color: #66CCCC } -treechildren::-moz-tree-row(lc-66CCCC, selected) { +treechildren::-moz-tree-row(lc-66CCCC, selected, focus) { background-color: #66CCCC; } treechildren::-moz-tree-cell-text(lc-00CCCC) { color: #00CCCC } -treechildren::-moz-tree-row(lc-00CCCC, selected) { +treechildren::-moz-tree-row(lc-00CCCC, selected, focus) { background-color: #00CCCC; } treechildren::-moz-tree-cell-text(lc-339999) { color: #339999 } -treechildren::-moz-tree-row(lc-339999, selected) { +treechildren::-moz-tree-row(lc-339999, selected, focus) { background-color: #339999; } treechildren::-moz-tree-cell-text(lc-336666) { color: #336666 } -treechildren::-moz-tree-row(lc-336666, selected) { +treechildren::-moz-tree-row(lc-336666, selected, focus) { background-color: #336666; } treechildren::-moz-tree-cell-text(lc-003333) { color: #003333 } -treechildren::-moz-tree-row(lc-003333, selected) { +treechildren::-moz-tree-row(lc-003333, selected, focus) { background-color: #003333; } @@ -406,49 +406,49 @@ treechildren::-moz-tree-row(lc-003333, selected) { treechildren::-moz-tree-cell-text(lc-CCFFFF) { color: #CCFFFF } -treechildren::-moz-tree-row(lc-CCFFFF, selected) { +treechildren::-moz-tree-row(lc-CCFFFF, selected, focus) { background-color: #CCFFFF; } treechildren::-moz-tree-cell-text(lc-66FFFF) { color: #66FFFF } -treechildren::-moz-tree-row(lc-66FFFF, selected) { +treechildren::-moz-tree-row(lc-66FFFF, selected, focus) { background-color: #66FFFF; } treechildren::-moz-tree-cell-text(lc-33CCFF) { color: #33CCFF } -treechildren::-moz-tree-row(lc-33CCFF, selected) { +treechildren::-moz-tree-row(lc-33CCFF, selected, focus) { background-color: #33CCFF; } treechildren::-moz-tree-cell-text(lc-3366FF) { color: #3366FF } -treechildren::-moz-tree-row(lc-3366FF, selected) { +treechildren::-moz-tree-row(lc-3366FF, selected, focus) { background-color: #3366FF; } treechildren::-moz-tree-cell-text(lc-3333FF) { color: #3333FF } -treechildren::-moz-tree-row(lc-3333FF, selected) { +treechildren::-moz-tree-row(lc-3333FF, selected, focus) { background-color: #3333FF; } treechildren::-moz-tree-cell-text(lc-000099) { color: #000099 } -treechildren::-moz-tree-row(lc-000099, selected) { +treechildren::-moz-tree-row(lc-000099, selected, focus) { background-color: #000099; } treechildren::-moz-tree-cell-text(lc-000066) { color: #000066 } -treechildren::-moz-tree-row(lc-000066, selected) { +treechildren::-moz-tree-row(lc-000066, selected, focus) { background-color: #000066; } @@ -456,49 +456,49 @@ treechildren::-moz-tree-row(lc-000066, selected) { treechildren::-moz-tree-cell-text(lc-CCCCFF) { color: #CCCCFF } -treechildren::-moz-tree-row(lc-CCCCFF, selected) { +treechildren::-moz-tree-row(lc-CCCCFF, selected, focus) { background-color: #CCCCFF; } treechildren::-moz-tree-cell-text(lc-9999FF) { color: #9999FF } -treechildren::-moz-tree-row(lc-9999FF, selected) { +treechildren::-moz-tree-row(lc-9999FF, selected, focus) { background-color: #9999FF; } treechildren::-moz-tree-cell-text(lc-6666CC) { color: #6666CC } -treechildren::-moz-tree-row(lc-6666CC, selected) { +treechildren::-moz-tree-row(lc-6666CC, selected, focus) { background-color: #6666CC; } treechildren::-moz-tree-cell-text(lc-6633FF) { color: #6633FF } -treechildren::-moz-tree-row(lc-6633FF, selected) { +treechildren::-moz-tree-row(lc-6633FF, selected, focus) { background-color: #6633FF; } treechildren::-moz-tree-cell-text(lc-6600CC) { color: #6600CC } -treechildren::-moz-tree-row(lc-6600CC, selected) { +treechildren::-moz-tree-row(lc-6600CC, selected, focus) { background-color: #6600CC; } treechildren::-moz-tree-cell-text(lc-333399) { color: #333399 } -treechildren::-moz-tree-row(lc-333399, selected) { +treechildren::-moz-tree-row(lc-333399, selected, focus) { background-color: #333399; } treechildren::-moz-tree-cell-text(lc-330099) { color: #330099 } -treechildren::-moz-tree-row(lc-330099, selected) { +treechildren::-moz-tree-row(lc-330099, selected, focus) { background-color: #330099; } @@ -506,56 +506,57 @@ treechildren::-moz-tree-row(lc-330099, selected) { treechildren::-moz-tree-cell-text(lc-FFCCFF) { color: #FFCCFF } -treechildren::-moz-tree-row(lc-FFCCFF, selected) { +treechildren::-moz-tree-row(lc-FFCCFF, selected, focus) { background-color: #FFCCFF; } treechildren::-moz-tree-cell-text(lc-FF99FF) { color: #FF99FF } -treechildren::-moz-tree-row(lc-FF99FF, selected) { +treechildren::-moz-tree-row(lc-FF99FF, selected, focus) { background-color: #FF99FF; } treechildren::-moz-tree-cell-text(lc-CC66CC) { color: #CC66CC } -treechildren::-moz-tree-row(lc-CC66CC, selected) { +treechildren::-moz-tree-row(lc-CC66CC, selected, focus) { background-color: #CC66CC; } treechildren::-moz-tree-cell-text(lc-CC33CC) { color: #CC33CC } -treechildren::-moz-tree-row(lc-CC33CC, selected) { +treechildren::-moz-tree-row(lc-CC33CC, selected, focus) { background-color: #CC33CC; } treechildren::-moz-tree-cell-text(lc-993399) { color: #993399 } -treechildren::-moz-tree-row(lc-993399, selected) { +treechildren::-moz-tree-row(lc-993399, selected, focus) { background-color: #993399; } treechildren::-moz-tree-cell-text(lc-663366) { color: #663366 } -treechildren::-moz-tree-row(lc-663366, selected) { +treechildren::-moz-tree-row(lc-663366, selected, focus) { background-color: #663366; } treechildren::-moz-tree-cell-text(lc-330033) { color: #330033 } -treechildren::-moz-tree-row(lc-330033, selected) { +treechildren::-moz-tree-row(lc-330033, selected, focus) { background-color: #330033; } -treechildren::-moz-tree-cell-text(lc-white, selected) { +treechildren::-moz-tree-cell-text(lc-white, selected, focus) { color: #FFFFFF } -treechildren::-moz-tree-cell-text(lc-black, selected) { +treechildren::-moz-tree-cell-text(lc-black, selected, focus) { color: #000000 } + diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index b7052a3a..7438d367 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -40,7 +40,6 @@ @import url("chrome://navigator/content/navigator.css"); @import url("chrome://communicator/skin/"); -@import url("chrome://communicator/skin/sidebar/sidebar.css"); @import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @@ -248,10 +247,8 @@ toolbar[toolbarmode="small"] > toolbargrippy { margin-left: 2px; } -#security-button[level="high"] { - list-style-image:url("chrome://communicator/skin/icons/lock-secure.gif"); -} - +/* |high| and |low| styles could be different, to better reflect the secure level... */ +#security-button[level="high"], #security-button[level="low"] { list-style-image:url("chrome://communicator/skin/icons/lock-secure.gif"); } @@ -261,7 +258,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #privacy-button { - list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif"); + list-style-image: url("chrome://communicator/skin/permissions/taskbar-cookie.gif"); } #popupIcon { -- 2.35.3