From b3003f362cc25343e0d2bd997331abae995e27c6 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Mon, 7 Jul 2003 21:22:24 +0000 Subject: [PATCH] Move to the double-'::' notation for -moz-tree-* pseudo-elements in SeaMonkey. Bug 211657, r+sr=dbaron --- calendar/resources/skin/classic/calendar.css | 36 +-- .../skin/classic/selectAddresses.css | 4 +- calendar/resources/skin/modern/calendar.css | 44 +-- .../resources/skin/modern/selectAddresses.css | 4 +- extensions/cview/resources/skin/cview.css | 8 +- .../cascades/resources/content/EdCssProps.css | 2 +- .../skin/classic/viewers/dom/dom.css | 24 +- .../classic/viewers/styleRules/styleRules.css | 2 +- .../resources/skin/modern/viewers/dom/dom.css | 24 +- .../modern/viewers/styleRules/styleRules.css | 2 +- extensions/irc/xul/skin/chatzilla.css | 8 +- .../transformiix/resources/buster/buster.css | 4 +- extensions/venkman/resources/skin/venkman.css | 102 +++---- layout/forms/resources/skin/select.css | 26 +- layout/html/forms/resources/skin/select.css | 26 +- .../communicator/bookmarks/bookmarks.css | 18 +- themes/classic/communicator/communicator.css | 2 +- .../communicator/directory/directory.css | 10 +- themes/classic/editor/EditorDialog.css | 4 +- themes/classic/global/mac/autocomplete.css | 6 +- themes/classic/global/mac/filepicker.css | 4 +- themes/classic/global/mac/tree.css | 52 ++-- themes/classic/global/unix/autocomplete.css | 6 +- themes/classic/global/win/autocomplete.css | 6 +- themes/classic/global/win/filepicker.css | 4 +- themes/classic/global/win/tree.css | 64 ++-- .../messenger/addressbook/abResultsPane.css | 4 +- .../messenger/addressbook/addressPanes.css | 8 +- themes/classic/messenger/filterDialog.css | 4 +- themes/classic/messenger/folderPane.css | 56 ++-- .../messengercompose/messengercompose.css | 8 +- themes/classic/messenger/subscribe.css | 14 +- themes/classic/messenger/threadPane.css | 104 +++---- themes/classic/messenger/threadPaneLabels.css | 284 +++++++++--------- themes/classic/navigator/navigator.css | 4 +- .../communicator/bookmarks/bookmarks.css | 18 +- themes/modern/communicator/communicator.css | 2 +- .../communicator/directory/directory.css | 10 +- themes/modern/editor/EditorDialog.css | 4 +- themes/modern/global/autocomplete.css | 6 +- themes/modern/global/filepicker.css | 6 +- themes/modern/global/tree.css | 60 ++-- .../messenger/addressbook/abResultsPane.css | 4 +- .../messenger/addressbook/addressPanes.css | 8 +- themes/modern/messenger/filterDialog.css | 4 +- themes/modern/messenger/folderPane.css | 52 ++-- .../messengercompose/messengercompose.css | 8 +- themes/modern/messenger/subscribe.css | 14 +- themes/modern/messenger/threadPane.css | 84 +++--- themes/modern/messenger/threadPaneLabels.css | 284 +++++++++--------- themes/modern/navigator/navigator.css | 4 +- xpfe/global/resources/content/config.css | 4 +- 52 files changed, 775 insertions(+), 775 deletions(-) diff --git a/calendar/resources/skin/classic/calendar.css b/calendar/resources/skin/classic/calendar.css index b47f103c7cc3..88d278443112 100644 --- a/calendar/resources/skin/classic/calendar.css +++ b/calendar/resources/skin/classic/calendar.css @@ -1240,43 +1240,43 @@ then observed (ERic 20/06/03) /* TO DO ITEMS */ -treechildren:-moz-tree-cell-text(inprogress) +treechildren::-moz-tree-cell-text(inprogress) { color : green; } -treechildren:-moz-tree-row(inprogress,selected) +treechildren::-moz-tree-row(inprogress,selected) { background-color : green; } -treechildren:-moz-tree-cell-text(overdue) +treechildren::-moz-tree-cell-text(overdue) { color : red; } -treechildren:-moz-tree-row(overdue,selected) +treechildren::-moz-tree-row(overdue,selected) { background-color : red; } -treechildren:-moz-tree-cell-text(duetoday) +treechildren::-moz-tree-cell-text(duetoday) { color : blue; } -treechildren:-moz-tree-row(duetoday,selected) +treechildren::-moz-tree-row(duetoday,selected) { background-color : blue; } -treechildren:-moz-tree-cell-text(future) +treechildren::-moz-tree-cell-text(future) { color : gray; } -treechildren:-moz-tree-row(future,selected) +treechildren::-moz-tree-row(future,selected) { background-color : gray; } -treechildren:-moz-tree-cell-text(completed) +treechildren::-moz-tree-cell-text(completed) { text-decoration : line-through; color : black; @@ -1285,15 +1285,15 @@ treechildren:-moz-tree-cell-text(completed) /* TO DO LIST IMAGES */ -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, completed), #unifinder-todo-tree-col-completed { list-style-image : url("chrome://calendar/skin/unifinder/checkbox_checked.png"); } -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, duetoday), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, overdue), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, future), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, duetoday), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, overdue), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, future), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, inprogress) { list-style-image : url("chrome://calendar/skin/unifinder/checkbox_unchecked.png"); } @@ -1301,19 +1301,19 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_header.png" ) } -treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, mediumpriority) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-priority, mediumpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_header.png" ) } -treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, highpriority) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-priority, highpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_high.png" ) } -treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_low.png" ) } -treechildren:-moz-tree-cell-text(selected) { +treechildren::-moz-tree-cell-text(selected) { color : HighlightText; } diff --git a/calendar/resources/skin/classic/selectAddresses.css b/calendar/resources/skin/classic/selectAddresses.css index 695e8fe850e2..a3a60ff4bb36 100644 --- a/calendar/resources/skin/classic/selectAddresses.css +++ b/calendar/resources/skin/classic/selectAddresses.css @@ -16,12 +16,12 @@ -moz-box-align: left; } -#abResultsTree treechildren:-moz-tree-row( disabled ) +#abResultsTree treechildren::-moz-tree-row( disabled ) { background-color: transparent; } -#abResultsTree treechildren:-moz-tree-cell-text( disabled ) +#abResultsTree treechildren::-moz-tree-cell-text( disabled ) { font-style: italic; } diff --git a/calendar/resources/skin/modern/calendar.css b/calendar/resources/skin/modern/calendar.css index 473c8c8b0e7d..eac5c109f6e8 100644 --- a/calendar/resources/skin/modern/calendar.css +++ b/calendar/resources/skin/modern/calendar.css @@ -1246,43 +1246,43 @@ then observed (ERic 20/06/03) /* TO DO ITEMS */ -treechildren:-moz-tree-cell-text(inprogress) +treechildren::-moz-tree-cell-text(inprogress) { color : green; } -treechildren:-moz-tree-row(inprogress,selected) +treechildren::-moz-tree-row(inprogress,selected) { background-color : green; } -treechildren:-moz-tree-cell-text(overdue) +treechildren::-moz-tree-cell-text(overdue) { color : red; } -treechildren:-moz-tree-row(overdue,selected) +treechildren::-moz-tree-row(overdue,selected) { background-color : red; } -treechildren:-moz-tree-cell-text(duetoday) +treechildren::-moz-tree-cell-text(duetoday) { color : blue; } -treechildren:-moz-tree-row(duetoday,selected) +treechildren::-moz-tree-row(duetoday,selected) { background-color : blue; } -treechildren:-moz-tree-cell-text(future) +treechildren::-moz-tree-cell-text(future) { color : gray; } -treechildren:-moz-tree-row(future,selected) +treechildren::-moz-tree-row(future,selected) { background-color : gray; } -treechildren:-moz-tree-cell-text(completed) +treechildren::-moz-tree-cell-text(completed) { text-decoration : line-through; color : black; @@ -1296,25 +1296,25 @@ treechildren:-moz-tree-cell-text(completed) list-style-image : url("chrome://global/skin/checkbox/cbox-check.gif"); } -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, future), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, overdue), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, duetoday) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, future), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, inprogress), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, overdue), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, duetoday) { list-style-image : url("chrome://global/skin/checkbox/cbox.gif"); } -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, future, current), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress, current), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, overdue, current), -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, duetoday, current) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, future, current), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, inprogress, current), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, overdue, current), +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, duetoday, current) { list-style-image : url("chrome://global/skin/checkbox/cbox-act.gif"); } -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, completed) { list-style-image : url("chrome://global/skin/checkbox/cbox-check.gif"); } -treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed, current) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-completed, completed, current) { list-style-image : url("chrome://global/skin/checkbox/cbox-act-check.gif"); } @@ -1323,16 +1323,16 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed, curre list-style-image : url( "chrome://calendar/skin/unifinder/priority_header.png" ) } -treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, highpriority) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-priority, highpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_high.png" ) } -treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { +treechildren::-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_low.png" ) } -treechildren:-moz-tree-cell-text(selected) { +treechildren::-moz-tree-cell-text(selected) { color : white; } diff --git a/calendar/resources/skin/modern/selectAddresses.css b/calendar/resources/skin/modern/selectAddresses.css index 695e8fe850e2..a3a60ff4bb36 100644 --- a/calendar/resources/skin/modern/selectAddresses.css +++ b/calendar/resources/skin/modern/selectAddresses.css @@ -16,12 +16,12 @@ -moz-box-align: left; } -#abResultsTree treechildren:-moz-tree-row( disabled ) +#abResultsTree treechildren::-moz-tree-row( disabled ) { background-color: transparent; } -#abResultsTree treechildren:-moz-tree-cell-text( disabled ) +#abResultsTree treechildren::-moz-tree-cell-text( disabled ) { font-style: italic; } diff --git a/extensions/cview/resources/skin/cview.css b/extensions/cview/resources/skin/cview.css index 4dc9f02c72be..cb139f26c864 100644 --- a/extensions/cview/resources/skin/cview.css +++ b/extensions/cview/resources/skin/cview.css @@ -27,18 +27,18 @@ font-family: monospace; } -treechildren:-moz-tree-image(cmp-name,component) { +treechildren::-moz-tree-image(cmp-name,component) { list-style-image: url("chrome://cview/skin/images/component.gif"); } -treechildren:-moz-tree-image(cmp-name,interface) { +treechildren::-moz-tree-image(cmp-name,interface) { list-style-image: url("chrome://cview/skin/images/interface.gif"); } -treechildren:-moz-tree-image(cmp-name,method) { +treechildren::-moz-tree-image(cmp-name,method) { list-style-image: url("chrome://cview/skin/images/method.gif"); } -treechildren:-moz-tree-image(ifc-name) { +treechildren::-moz-tree-image(ifc-name) { list-style-image: url("chrome://cview/skin/images/interface.gif"); } diff --git a/extensions/editor/cascades/resources/content/EdCssProps.css b/extensions/editor/cascades/resources/content/EdCssProps.css index 623ef8038f25..d86ec4a644ea 100644 --- a/extensions/editor/cascades/resources/content/EdCssProps.css +++ b/extensions/editor/cascades/resources/content/EdCssProps.css @@ -65,7 +65,7 @@ html|p#brownFoxLabel { white-space : nowrap; } -treechildren:-moz-tree-cell-text(external) { +treechildren::-moz-tree-cell-text(external) { font-style: italic ! important; } diff --git a/extensions/inspector/resources/skin/classic/viewers/dom/dom.css b/extensions/inspector/resources/skin/classic/viewers/dom/dom.css index ef6254ca8353..817267392e5c 100644 --- a/extensions/inspector/resources/skin/classic/viewers/dom/dom.css +++ b/extensions/inspector/resources/skin/classic/viewers/dom/dom.css @@ -40,49 +40,49 @@ /* :::::::: node type color coding :::::::: */ -treechildren:-moz-tree-cell-text(ELEMENT_NODE) { +treechildren::-moz-tree-cell-text(ELEMENT_NODE) { color: #000000; } -treechildren:-moz-tree-cell-text(ATTRIBUTE_NODE) { +treechildren::-moz-tree-cell-text(ATTRIBUTE_NODE) { color: #556b2f; } -treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE), -treechildren:-moz-tree-cell-text(TEXT_NODE) { +treechildren::-moz-tree-cell-text(CDATA_SECTION_NODE), +treechildren::-moz-tree-cell-text(TEXT_NODE) { color: #0000AA; } -treechildren:-moz-tree-cell-text(COMMENT_NODE) { +treechildren::-moz-tree-cell-text(COMMENT_NODE) { color: #228b22; } -treechildren:-moz-tree-cell-text(DOCUMENT_NODE) { +treechildren::-moz-tree-cell-text(DOCUMENT_NODE) { color: #800080; } -treechildren:-moz-tree-cell-text(DOCUMENT_TYPE_NODE) { +treechildren::-moz-tree-cell-text(DOCUMENT_TYPE_NODE) { color: #606000; } -treechildren:-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) { +treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) { color: #808080; } -treechildren:-moz-tree-cell-text(anonymous) { +treechildren::-moz-tree-cell-text(anonymous) { color: #ff0000; } -treechildren:-moz-tree-cell-text(selected, focus) { +treechildren::-moz-tree-cell-text(selected, focus) { color: #FFFFFF; } /* :::::::: drag and drop insertion indicators :::::::: */ -treechildren:-moz-tree-column(dnd-insert-before) { +treechildren::-moz-tree-column(dnd-insert-before) { border-left: 2px solid #000000; } -treechildren:-moz-tree-column(dnd-insert-after) { +treechildren::-moz-tree-column(dnd-insert-after) { border-right: 2px solid #000000; } diff --git a/extensions/inspector/resources/skin/classic/viewers/styleRules/styleRules.css b/extensions/inspector/resources/skin/classic/viewers/styleRules/styleRules.css index 7f1bd24ea24f..ca3a67488618 100644 --- a/extensions/inspector/resources/skin/classic/viewers/styleRules/styleRules.css +++ b/extensions/inspector/resources/skin/classic/viewers/styleRules/styleRules.css @@ -43,7 +43,7 @@ list-style-image: url("chrome://inspector/skin/iconImportant.gif"); } -#olbStyleProps:-moz-tree-image(olcPropPriority, important) { +#olbStyleProps::-moz-tree-image(olcPropPriority, important) { list-style-image: url("chrome://inspector/skin/iconImportant.gif"); } diff --git a/extensions/inspector/resources/skin/modern/viewers/dom/dom.css b/extensions/inspector/resources/skin/modern/viewers/dom/dom.css index d0e6c638f4cf..fbf2576410a8 100644 --- a/extensions/inspector/resources/skin/modern/viewers/dom/dom.css +++ b/extensions/inspector/resources/skin/modern/viewers/dom/dom.css @@ -40,50 +40,50 @@ /* :::::::: node type color coding :::::::: */ -treechildren:-moz-tree-cell-text(ELEMENT_NODE) { +treechildren::-moz-tree-cell-text(ELEMENT_NODE) { color: #000000; } -treechildren:-moz-tree-cell-text(ATTRIBUTE_NODE) { +treechildren::-moz-tree-cell-text(ATTRIBUTE_NODE) { color: #556b2f; } -treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE), -treechildren:-moz-tree-cell-text(TEXT_NODE) { +treechildren::-moz-tree-cell-text(CDATA_SECTION_NODE), +treechildren::-moz-tree-cell-text(TEXT_NODE) { color: #0000AA; } -treechildren:-moz-tree-cell-text(COMMENT_NODE) { +treechildren::-moz-tree-cell-text(COMMENT_NODE) { color: #228b22; } -treechildren:-moz-tree-cell-text(DOCUMENT_NODE) { +treechildren::-moz-tree-cell-text(DOCUMENT_NODE) { color: #800080; } -treechildren:-moz-tree-cell-text(DOCUMENT_TYPE_NODE) { +treechildren::-moz-tree-cell-text(DOCUMENT_TYPE_NODE) { color: #606000; } -treechildren:-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) { +treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) { color: #808080; } -treechildren:-moz-tree-cell-text(anonymous) { +treechildren::-moz-tree-cell-text(anonymous) { color: #ff0000; } -treechildren:-moz-tree-cell-text(selected, focus) { +treechildren::-moz-tree-cell-text(selected, focus) { color: #FFFFFF; } /* :::::::: drag and drop insertion indicators :::::::: */ -treechildren:-moz-tree-column(dnd-insert-before) { +treechildren::-moz-tree-column(dnd-insert-before) { border-left: 2px solid #000000; } -treechildren:-moz-tree-column(dnd-insert-after) { +treechildren::-moz-tree-column(dnd-insert-after) { border-right: 2px solid #000000; } diff --git a/extensions/inspector/resources/skin/modern/viewers/styleRules/styleRules.css b/extensions/inspector/resources/skin/modern/viewers/styleRules/styleRules.css index 7f1bd24ea24f..ca3a67488618 100644 --- a/extensions/inspector/resources/skin/modern/viewers/styleRules/styleRules.css +++ b/extensions/inspector/resources/skin/modern/viewers/styleRules/styleRules.css @@ -43,7 +43,7 @@ list-style-image: url("chrome://inspector/skin/iconImportant.gif"); } -#olbStyleProps:-moz-tree-image(olcPropPriority, important) { +#olbStyleProps::-moz-tree-image(olcPropPriority, important) { list-style-image: url("chrome://inspector/skin/iconImportant.gif"); } diff --git a/extensions/irc/xul/skin/chatzilla.css b/extensions/irc/xul/skin/chatzilla.css index 5804fb8abc7b..048a8b224964 100644 --- a/extensions/irc/xul/skin/chatzilla.css +++ b/extensions/irc/xul/skin/chatzilla.css @@ -131,19 +131,19 @@ window { } /* op image column */ -treechildren:-moz-tree-image(usercol-op, state-true) { +treechildren::-moz-tree-image(usercol-op, state-true) { list-style-image: url(chrome://chatzilla/skin/images/is-op.gif) } -treechildren:-moz-tree-image(usercol-op, state-false) { +treechildren::-moz-tree-image(usercol-op, state-false) { list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif) } /* voice image column */ -treechildren:-moz-tree-image(usercol-voice, state-true) { +treechildren::-moz-tree-image(usercol-voice, state-true) { list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif) } -treechildren:-moz-tree-image(usercol-voice, state-false) { +treechildren::-moz-tree-image(usercol-voice, state-false) { list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif) } diff --git a/extensions/transformiix/resources/buster/buster.css b/extensions/transformiix/resources/buster/buster.css index 3133ba522e32..0ed230b845d1 100644 --- a/extensions/transformiix/resources/buster/buster.css +++ b/extensions/transformiix/resources/buster/buster.css @@ -27,12 +27,12 @@ label.head { font-weight: bold; } -treechildren:-moz-tree-cell(success yes) +treechildren::-moz-tree-cell(success yes) { background-color: green ; } -treechildren:-moz-tree-cell(success no) +treechildren::-moz-tree-cell(success no) { background-color: red ; } diff --git a/extensions/venkman/resources/skin/venkman.css b/extensions/venkman/resources/skin/venkman.css index 90250a7afea1..555c1637de29 100644 --- a/extensions/venkman/resources/skin/venkman.css +++ b/extensions/venkman/resources/skin/venkman.css @@ -446,200 +446,200 @@ viewcontainer[type="tab"][dragover="down"] { } */ -treechildren:-moz-tree-cell(source\:col-0) { +treechildren::-moz-tree-cell(source\:col-0) { background: #CCCCCC; border-right: 1px grey solid; } -treechildren:-moz-tree-cell(source\:col-1) { +treechildren::-moz-tree-cell(source\:col-1) { border-right: 2px #CCCCCC solid; text-align: right; background: #EEEEEE; } -treechildren:-moz-tree-row(current-line, selected) { +treechildren::-moz-tree-row(current-line, selected) { background: green !important; } -treechildren:-moz-tree-cell(source\:col-1, highlight-start), -treechildren:-moz-tree-cell(source\:col-1, highlight-range), -treechildren:-moz-tree-cell(source\:col-1, highlight-end) { +treechildren::-moz-tree-cell(source\:col-1, highlight-start), +treechildren::-moz-tree-cell(source\:col-1, highlight-range), +treechildren::-moz-tree-cell(source\:col-1, highlight-end) { border-right: 2px #919bd6 solid; background: #d5d5e0; } -treechildren:-moz-tree-cell(source\:col-2, highlight-start), -treechildren:-moz-tree-cell(source\:col-2, highlight-range), -treechildren:-moz-tree-cell(source\:col-2, highlight-end) { +treechildren::-moz-tree-cell(source\:col-2, highlight-start), +treechildren::-moz-tree-cell(source\:col-2, highlight-range), +treechildren::-moz-tree-cell(source\:col-2, highlight-end) { border-left: 1px black solid; background: #EEEEEE; } -treechildren:-moz-tree-cell(source\:col-1, selected), -treechildren:-moz-tree-cell(source\:col-2, selected) { +treechildren::-moz-tree-cell(source\:col-1, selected), +treechildren::-moz-tree-cell(source\:col-2, selected) { border-left: inherit !important; background: inherit !important; } -treechildren:-moz-tree-cell(source\:col-1, current-line), -treechildren:-moz-tree-cell(source\:col-2, current-line) { +treechildren::-moz-tree-cell(source\:col-1, current-line), +treechildren::-moz-tree-cell(source\:col-2, current-line) { background: #ecef34; } -#source-tree-body:-moz-tree-row { +#source-tree-body::-moz-tree-row { border: 0px; } -treechildren:-moz-tree-image(source\:col-0, code) { +treechildren::-moz-tree-image(source\:col-0, code) { list-style-image: url("chrome://venkman/skin/images/code-line.gif"); } -treechildren:-moz-tree-image(source\:col-0, code, prettyprint) { +treechildren::-moz-tree-image(source\:col-0, code, prettyprint) { list-style-image: url("chrome://venkman/skin/images/code-line-dis.gif"); } -treechildren:-moz-tree-image(source\:col-0, future-breakpoint) { +treechildren::-moz-tree-image(source\:col-0, future-breakpoint) { list-style-image: url("chrome://venkman/skin/images/breakpoint-future-line.gif"); } -treechildren:-moz-tree-image(source\:col-0, breakpoint) { +treechildren::-moz-tree-image(source\:col-0, breakpoint) { list-style-image: url("chrome://venkman/skin/images/breakpoint-line.gif"); } -treechildren:-moz-tree-image(current-frame-flag){ +treechildren::-moz-tree-image(current-frame-flag){ list-style-image: url("chrome://venkman/skin/images/current-frame.gif"); } -treechildren:-moz-tree-image(windows\:col-0, item-window) { +treechildren::-moz-tree-image(windows\:col-0, item-window) { list-style-image: url("chrome://venkman/skin/images/window.png"); } -treechildren:-moz-tree-image(windows\:col-0, item-files) { +treechildren::-moz-tree-image(windows\:col-0, item-files) { list-style-image: url("chrome://venkman/skin/images/files.png"); } -treechildren:-moz-tree-image(windows\:col-0, item-file) { +treechildren::-moz-tree-image(windows\:col-0, item-file) { list-style-image: url("chrome://venkman/skin/images/file-js.png"); } -treechildren:-moz-tree-image(breaks\:col-0, future-breakpoint) { +treechildren::-moz-tree-image(breaks\:col-0, future-breakpoint) { list-style-image: url("chrome://venkman/skin/images/breakpoint-future.gif"); } -treechildren:-moz-tree-image(breaks\:col-0, item-breakpoint) { +treechildren::-moz-tree-image(breaks\:col-0, item-breakpoint) { list-style-image: url("chrome://venkman/skin/images/breakpoint.png"); } -treechildren:-moz-tree-image(scripts\:col-0, file-function) { +treechildren::-moz-tree-image(scripts\:col-0, file-function) { list-style-image: url("chrome://venkman/skin/images/file-function.png"); } -treechildren:-moz-tree-image(scripts\:col-0, file-function, item-has-bp) { +treechildren::-moz-tree-image(scripts\:col-0, file-function, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-function-bp.png"); } -treechildren:-moz-tree-cell-text(watches\:col-0, item-error) { +treechildren::-moz-tree-cell-text(watches\:col-0, item-error) { font-weight: bold; font-style: italic; color: darkred; } -treechildren:-moz-tree-cell-text(scripts\:col-0, script-disabled) { +treechildren::-moz-tree-cell-text(scripts\:col-0, script-disabled) { font-style: italic; color: darkred; } -treechildren:-moz-tree-cell-text(scripts\:col-0, script-disabled, selected, focus) { +treechildren::-moz-tree-cell-text(scripts\:col-0, script-disabled, selected, focus) { color: white; } -treechildren:-moz-tree-cell-text(item-exception) { +treechildren::-moz-tree-cell-text(item-exception) { font-weight: bold; color: darkred; } -treechildren:-moz-tree-cell-text(item-hinted) { +treechildren::-moz-tree-cell-text(item-hinted) { font-weight: bold; color: #555555; } -treechildren:-moz-tree-cell-text(item-hinted,selected) { +treechildren::-moz-tree-cell-text(item-hinted,selected) { color: white; } -treechildren:-moz-tree-image(item-unk) { +treechildren::-moz-tree-image(item-unk) { list-style-image: url("chrome://venkman/skin/images/file-unknown.png"); } -treechildren:-moz-tree-image(item-js) { +treechildren::-moz-tree-image(item-js) { list-style-image: url("chrome://venkman/skin/images/file-js.png"); } -treechildren:-moz-tree-image(item-html) { +treechildren::-moz-tree-image(item-html) { list-style-image: url("chrome://venkman/skin/images/file-html.png"); } -treechildren:-moz-tree-image(item-xul) { +treechildren::-moz-tree-image(item-xul) { list-style-image: url("chrome://venkman/skin/images/file-xul.png"); } -treechildren:-moz-tree-image(item-xml) { +treechildren::-moz-tree-image(item-xml) { list-style-image: url("chrome://venkman/skin/images/file-xml.png"); } -treechildren:-moz-tree-image(item-unk, item-has-bp) { +treechildren::-moz-tree-image(item-unk, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-unknown-bp.png"); } -treechildren:-moz-tree-image(item-js, item-has-bp) { +treechildren::-moz-tree-image(item-js, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-js-bp.png"); } -treechildren:-moz-tree-image(item-html, item-has-bp) { +treechildren::-moz-tree-image(item-html, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-html-bp.png"); } -treechildren:-moz-tree-image(item-xul, item-has-bp) { +treechildren::-moz-tree-image(item-xul, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-xul-bp.png"); } -treechildren:-moz-tree-image(item-xml, item-has-bp) { +treechildren::-moz-tree-image(item-xml, item-has-bp) { list-style-image: url("chrome://venkman/skin/images/file-xml-bp.png"); } -treechildren:-moz-tree-image(item-frame) { +treechildren::-moz-tree-image(item-frame) { /* list-style-image: url("chrome://venkman/skin/images/value-frame.png");*/ list-style-image: url("chrome://venkman/skin/images/clear.png"); } -treechildren:-moz-tree-image(item-void) { +treechildren::-moz-tree-image(item-void) { list-style-image: url("chrome://venkman/skin/images/value-void.png"); } -treechildren:-moz-tree-image(item-null) { +treechildren::-moz-tree-image(item-null) { list-style-image: url("chrome://venkman/skin/images/value-null.png"); } -treechildren:-moz-tree-image(item-bool) { +treechildren::-moz-tree-image(item-bool) { list-style-image: url("chrome://venkman/skin/images/value-bool.png"); } -treechildren:-moz-tree-image(item-int) { +treechildren::-moz-tree-image(item-int) { list-style-image: url("chrome://venkman/skin/images/value-int.png"); } -treechildren:-moz-tree-image(item-double) { +treechildren::-moz-tree-image(item-double) { list-style-image: url("chrome://venkman/skin/images/value-double.png"); } -treechildren:-moz-tree-image(item-string) { +treechildren::-moz-tree-image(item-string) { list-style-image: url("chrome://venkman/skin/images/value-string.png"); } -treechildren:-moz-tree-image(item-function) { +treechildren::-moz-tree-image(item-function) { list-style-image: url("chrome://venkman/skin/images/value-function.png"); } -treechildren:-moz-tree-image(item-object) { +treechildren::-moz-tree-image(item-object) { list-style-image: url("chrome://venkman/skin/images/value-object.png"); } diff --git a/layout/forms/resources/skin/select.css b/layout/forms/resources/skin/select.css index 80b9eade36a8..9b671ff499a2 100644 --- a/layout/forms/resources/skin/select.css +++ b/layout/forms/resources/skin/select.css @@ -50,7 +50,7 @@ select[size] { /* -moz-appearance: treeview; */ } -xul|*.select-treebody:-moz-tree-row { +xul|*.select-treebody::-moz-tree-row { /* -moz-apperance: treeitem; */ border: 1px solid transparent; } @@ -63,61 +63,61 @@ xul|*.select-treecol { /* ::::: tree rows ::::: */ -xul|*.select-treebody:-moz-tree-row { +xul|*.select-treebody::-moz-tree-row { border: 1px solid transparent; height: 18px; } -xul|*.select-treebody:-moz-tree-row(selected) { +xul|*.select-treebody::-moz-tree-row(selected) { background-color: -moz-Dialog; } -xul|*.select-treebody:-moz-tree-row(selected, focus) { +xul|*.select-treebody::-moz-tree-row(selected, focus) { background-color: Highlight; } -xul|*.select-treebody:-moz-tree-row(current, focus) { +xul|*.select-treebody::-moz-tree-row(current, focus) { border: 1px dotted #F5DB95; } /* ::::: tree cells ::::: */ -xul|*.select-treebody:-moz-tree-cell { +xul|*.select-treebody::-moz-tree-cell { padding: 0px 0px 0px 2px; } -xul|*.select-treebody:-moz-tree-cell-text { +xul|*.select-treebody::-moz-tree-cell-text { color: inherit; } -xul|*.select-treebody:-moz-tree-cell-text(selected) { +xul|*.select-treebody::-moz-tree-cell-text(selected) { color: -moz-DialogText; } -xul|*.select-treebody:-moz-tree-cell-text(selected, focus) { +xul|*.select-treebody::-moz-tree-cell-text(selected, focus) { color: HighlightText; } /* ::::: twisty ::::: */ -xul|*.select-treebody[hasgroups="true"]:-moz-tree-twisty +xul|*.select-treebody[hasgroups="true"]::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://forms/skin/twisty-clsd.gif"); } -xul|*.select-treebody[hasgroups="true"]:-moz-tree-twisty(open) { +xul|*.select-treebody[hasgroups="true"]::-moz-tree-twisty(open) { width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://forms/skin/twisty-open.gif"); } -xul|*.select-treebody[hasgroups="true"]:-moz-tree-indentation { +xul|*.select-treebody[hasgroups="true"]::-moz-tree-indentation { width: 16px; } -xul|*.select-treebody:-moz-tree-line { +xul|*.select-treebody::-moz-tree-line { visibility: hidden; } diff --git a/layout/html/forms/resources/skin/select.css b/layout/html/forms/resources/skin/select.css index 80b9eade36a8..9b671ff499a2 100644 --- a/layout/html/forms/resources/skin/select.css +++ b/layout/html/forms/resources/skin/select.css @@ -50,7 +50,7 @@ select[size] { /* -moz-appearance: treeview; */ } -xul|*.select-treebody:-moz-tree-row { +xul|*.select-treebody::-moz-tree-row { /* -moz-apperance: treeitem; */ border: 1px solid transparent; } @@ -63,61 +63,61 @@ xul|*.select-treecol { /* ::::: tree rows ::::: */ -xul|*.select-treebody:-moz-tree-row { +xul|*.select-treebody::-moz-tree-row { border: 1px solid transparent; height: 18px; } -xul|*.select-treebody:-moz-tree-row(selected) { +xul|*.select-treebody::-moz-tree-row(selected) { background-color: -moz-Dialog; } -xul|*.select-treebody:-moz-tree-row(selected, focus) { +xul|*.select-treebody::-moz-tree-row(selected, focus) { background-color: Highlight; } -xul|*.select-treebody:-moz-tree-row(current, focus) { +xul|*.select-treebody::-moz-tree-row(current, focus) { border: 1px dotted #F5DB95; } /* ::::: tree cells ::::: */ -xul|*.select-treebody:-moz-tree-cell { +xul|*.select-treebody::-moz-tree-cell { padding: 0px 0px 0px 2px; } -xul|*.select-treebody:-moz-tree-cell-text { +xul|*.select-treebody::-moz-tree-cell-text { color: inherit; } -xul|*.select-treebody:-moz-tree-cell-text(selected) { +xul|*.select-treebody::-moz-tree-cell-text(selected) { color: -moz-DialogText; } -xul|*.select-treebody:-moz-tree-cell-text(selected, focus) { +xul|*.select-treebody::-moz-tree-cell-text(selected, focus) { color: HighlightText; } /* ::::: twisty ::::: */ -xul|*.select-treebody[hasgroups="true"]:-moz-tree-twisty +xul|*.select-treebody[hasgroups="true"]::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://forms/skin/twisty-clsd.gif"); } -xul|*.select-treebody[hasgroups="true"]:-moz-tree-twisty(open) { +xul|*.select-treebody[hasgroups="true"]::-moz-tree-twisty(open) { width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://forms/skin/twisty-open.gif"); } -xul|*.select-treebody[hasgroups="true"]:-moz-tree-indentation { +xul|*.select-treebody[hasgroups="true"]::-moz-tree-indentation { width: 16px; } -xul|*.select-treebody:-moz-tree-line { +xul|*.select-treebody::-moz-tree-line { visibility: hidden; } diff --git a/themes/classic/communicator/bookmarks/bookmarks.css b/themes/classic/communicator/bookmarks/bookmarks.css index 6cc7aff1a2e5..53ce43345b86 100644 --- a/themes/classic/communicator/bookmarks/bookmarks.css +++ b/themes/classic/communicator/bookmarks/bookmarks.css @@ -43,19 +43,19 @@ * Style rules for generic bookmarks items. */ -treechildren:-moz-tree-image(Name) { +treechildren::-moz-tree-image(Name) { margin-right: 2px; } -.bookmark-item, treechildren:-moz-tree-image(Name) { +.bookmark-item, treechildren::-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } -.bookmark-item[container="true"], treechildren:-moz-tree-image(Name, container) { +.bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } -.bookmark-item[container="true"][open="true"], treechildren:-moz-tree-image(Name, open) { +.bookmark-item[container="true"][open="true"], treechildren::-moz-tree-image(Name, open) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } @@ -80,23 +80,23 @@ treechildren:-moz-tree-image(Name) { max-height: 16px; } -treechildren:-moz-tree-twisty(group,hidetwisty) { +treechildren::-moz-tree-twisty(group,hidetwisty) { list-style-image: none; } -treechildren:-moz-tree-image(Name, container, group) { +treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } -treechildren:-moz-tree-image(Name, separator) { +treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } -treechildren:-moz-tree-cell-text(Name, separator) { +treechildren::-moz-tree-cell-text(Name, separator) { color: ThreeDShadow; margin: 0px 5px 0px 5px; } -treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { +treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: HighlightText; } diff --git a/themes/classic/communicator/communicator.css b/themes/classic/communicator/communicator.css index 48b15bac3f89..40e5135498b9 100644 --- a/themes/classic/communicator/communicator.css +++ b/themes/classic/communicator/communicator.css @@ -88,7 +88,7 @@ /* ::::: download manager ::::: */ -#downloadView > treechildren:-moz-tree-image(Name) { +#downloadView > treechildren::-moz-tree-image(Name) { margin-right: 2px; } diff --git a/themes/classic/communicator/directory/directory.css b/themes/classic/communicator/directory/directory.css index 1cedfb14231c..612063c0d15e 100644 --- a/themes/classic/communicator/directory/directory.css +++ b/themes/classic/communicator/directory/directory.css @@ -48,24 +48,24 @@ border: none; } -treechildren:-moz-tree-image(FilenameColumn) { +treechildren::-moz-tree-image(FilenameColumn) { margin-right: 2px; list-style-image: url("chrome://communicator/skin/directory/file.gif"); } -treechildren:-moz-tree-image(FilenameColumn, container) { +treechildren::-moz-tree-image(FilenameColumn, container) { list-style-image: url("chrome://communicator/skin/directory/folder-clsd.gif"); } -treechildren:-moz-tree-image(FilenameColumn, container, open) { +treechildren::-moz-tree-image(FilenameColumn, container, open) { list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); } -treechildren:-moz-tree-image(FilenameColumn, loading) { +treechildren::-moz-tree-image(FilenameColumn, loading) { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } -treechildren:-moz-tree-cell-text(symbolic-link) { +treechildren::-moz-tree-cell-text(symbolic-link) { font-style: italic; } diff --git a/themes/classic/editor/EditorDialog.css b/themes/classic/editor/EditorDialog.css index 86d948e8d358..00f676e598cf 100644 --- a/themes/classic/editor/EditorDialog.css +++ b/themes/classic/editor/EditorDialog.css @@ -305,11 +305,11 @@ tree.AttributesTree { /* ::::: select edit dialog ::::: */ -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; } -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-true) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; } diff --git a/themes/classic/global/mac/autocomplete.css b/themes/classic/global/mac/autocomplete.css index 7688cf12bc81..d3363eac63f4 100644 --- a/themes/classic/global/mac/autocomplete.css +++ b/themes/classic/global/mac/autocomplete.css @@ -94,14 +94,14 @@ textbox { padding: 0 !important; } -.autocomplete-treebody:-moz-tree-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } -.autocomplete-treebody:-moz-tree-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: Highlight; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: HighlightText !important; } diff --git a/themes/classic/global/mac/filepicker.css b/themes/classic/global/mac/filepicker.css index c8f1d867f06f..c977d1eee699 100644 --- a/themes/classic/global/mac/filepicker.css +++ b/themes/classic/global/mac/filepicker.css @@ -40,12 +40,12 @@ /* ::::: file/directory items ::::: */ -treechildren:-moz-tree-image(FilenameColumn, directory) { +treechildren::-moz-tree-image(FilenameColumn, directory) { margin-right: 2px; list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -treechildren:-moz-tree-image(FilenameColumn, file) { +treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } diff --git a/themes/classic/global/mac/tree.css b/themes/classic/global/mac/tree.css index 33171ae69d44..a9c52ec69074 100644 --- a/themes/classic/global/mac/tree.css +++ b/themes/classic/global/mac/tree.css @@ -53,8 +53,8 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-row, -treechildren:-moz-tree-row { +tree[selstyle="primary"] > treechildren::-moz-tree-row, +treechildren::-moz-tree-row { -moz-appearance: treeitem; border-top: 1px solid -moz-Field; background-color: transparent; @@ -62,39 +62,39 @@ treechildren:-moz-tree-row { height: 1.3em; } -treechildren:-moz-tree-row(selected) { +treechildren::-moz-tree-row(selected) { background-color: -moz-Dialog; } -treechildren:-moz-tree-row(selected, focus) { +treechildren::-moz-tree-row(selected, focus) { background-color: Highlight; } /* ::::: tree cells ::::: */ -treechildren:-moz-tree-cell { +treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text, -treechildren:-moz-tree-cell-text { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, +treechildren::-moz-tree-cell-text { color: inherit; } -treechildren:-moz-tree-cell-text(selected) { +treechildren::-moz-tree-cell-text(selected) { color: -moz-DialogText; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: -moz-Dialog; color: -moz-DialogText; } -treechildren:-moz-tree-cell-text(selected, focus) { +treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { background-color: Highlight; color: HighlightText; } @@ -102,7 +102,7 @@ tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, f /* ::::: lines connecting cells ::::: */ -treechildren:-moz-tree-line { +treechildren::-moz-tree-line { /* XXX there should be no border on Mac, but trees currently paint the line black by default, so I'll just leave this for now. */ @@ -113,7 +113,7 @@ treechildren:-moz-tree-line { /* ::::: tree separator ::::: */ -treechildren:-moz-tree-separator { +treechildren::-moz-tree-separator { -moz-appearance: separator; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; @@ -122,13 +122,13 @@ treechildren:-moz-tree-separator { /* ::::: drop feedback ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn), -treechildren:-moz-tree-cell-text(primary, dropOn) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn), +treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: Highlight; color: HighlightText; } -treechildren:-moz-tree-drop-feedback { +treechildren::-moz-tree-drop-feedback { background-color: Highlight; width: 50px; height: 2px; @@ -137,7 +137,7 @@ treechildren:-moz-tree-drop-feedback { /* ::::: tree progress meter ::::: */ -treechildren:-moz-tree-progressmeter { +treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: #AAAAAA #000000; @@ -147,11 +147,11 @@ treechildren:-moz-tree-progressmeter { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-bar.gif"); } -treechildren:-moz-tree-progressmeter(progressUndetermined) { +treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); } -treechildren:-moz-tree-cell-text(progressmeter) { +treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } @@ -227,11 +227,11 @@ treecol[insertbefore="true"] { -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } -treechildren:-moz-tree-column(insertbefore) { +treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid ThreeDShadow; } -treechildren:-moz-tree-column(insertafter) { +treechildren::-moz-tree-column(insertafter) { border-right: 1px solid ThreeDShadow; } @@ -258,30 +258,30 @@ treechildren:-moz-tree-column(insertafter) { /* ::::: twisty ::::: */ -treechildren:-moz-tree-twisty { +treechildren::-moz-tree-twisty { -moz-appearance: treetwisty; padding-right: 2px; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } -treechildren:-moz-tree-twisty(open) { +treechildren::-moz-tree-twisty(open) { -moz-appearance: treetwistyopen; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } -treechildren:-moz-tree-indentation { +treechildren::-moz-tree-indentation { width: 16px; } /* ::::: gridline style ::::: */ -treechildren.gridlines:-moz-tree-cell { +treechildren.gridlines::-moz-tree-cell { border-right: 1px solid GrayText; border-bottom: 1px solid GrayText; } -treechildren.gridlines:-moz-tree-row { +treechildren.gridlines::-moz-tree-row { border: none; } diff --git a/themes/classic/global/unix/autocomplete.css b/themes/classic/global/unix/autocomplete.css index eb73146a0080..594d0fcd1600 100644 --- a/themes/classic/global/unix/autocomplete.css +++ b/themes/classic/global/unix/autocomplete.css @@ -107,14 +107,14 @@ textbox { padding: 0 !important; } -.autocomplete-treebody:-moz-tree-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } -.autocomplete-treebody:-moz-tree-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: Highlight; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: HighlightText !important; } diff --git a/themes/classic/global/win/autocomplete.css b/themes/classic/global/win/autocomplete.css index 8eff4b4783d2..afd6d131635e 100644 --- a/themes/classic/global/win/autocomplete.css +++ b/themes/classic/global/win/autocomplete.css @@ -97,14 +97,14 @@ textbox { padding: 0 !important; } -.autocomplete-treebody:-moz-tree-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } -.autocomplete-treebody:-moz-tree-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: Highlight; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: HighlightText !important; } diff --git a/themes/classic/global/win/filepicker.css b/themes/classic/global/win/filepicker.css index 0d1313cce793..72b735b138bc 100644 --- a/themes/classic/global/win/filepicker.css +++ b/themes/classic/global/win/filepicker.css @@ -40,11 +40,11 @@ /* ::::: file/directory items ::::: */ -treechildren:-moz-tree-image(FilenameColumn, directory) { +treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -treechildren:-moz-tree-image(FilenameColumn, file) { +treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } diff --git a/themes/classic/global/win/tree.css b/themes/classic/global/win/tree.css index 022b6fb0abec..aa3da1cb92fa 100644 --- a/themes/classic/global/win/tree.css +++ b/themes/classic/global/win/tree.css @@ -54,84 +54,84 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-row, -treechildren:-moz-tree-row { +tree[selstyle="primary"] > treechildren::-moz-tree-row, +treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; min-height: 18px; height: 1.3em; } -treechildren:-moz-tree-row(selected) { +treechildren::-moz-tree-row(selected) { background-color: -moz-Dialog; } -treechildren:-moz-tree-row(selected, focus) { +treechildren::-moz-tree-row(selected, focus) { background-color: Highlight; } -treechildren:-moz-tree-row(current, focus) { +treechildren::-moz-tree-row(current, focus) { border: 1px dotted #000000; } -treechildren:-moz-tree-row(selected, current, focus) { +treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: tree cells ::::: */ -treechildren:-moz-tree-cell { +treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text, -treechildren:-moz-tree-cell-text { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, +treechildren::-moz-tree-cell-text { border: 1px solid transparent; color: inherit; } -treechildren:-moz-tree-cell-text(selected) { +treechildren::-moz-tree-cell-text(selected) { color: -moz-DialogText; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: -moz-Dialog; color: -moz-DialogText; } -treechildren:-moz-tree-cell-text(selected, focus) { +treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { background-color: Highlight; color: HighlightText; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, current, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) { border: 1px dotted #000000; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, current, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: lines connecting cells ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-line, -treechildren:-moz-tree-line { +tree[selstyle="primary"] > treechildren::-moz-tree-line, +treechildren::-moz-tree-line { border: 1px dotted ThreeDShadow; } -treechildren:-moz-tree-line(selected, focus) { +treechildren::-moz-tree-line(selected, focus) { border: 1px dotted HighlightText; } /* ::::: tree separator ::::: */ -treechildren:-moz-tree-separator { +treechildren::-moz-tree-separator { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } @@ -139,13 +139,13 @@ treechildren:-moz-tree-separator { /* ::::: drop feedback ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn), -treechildren:-moz-tree-cell-text(primary, dropOn) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn), +treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: Highlight; color: HighlightText; } -treechildren:-moz-tree-drop-feedback { +treechildren::-moz-tree-drop-feedback { background-color: Highlight; width: 50px; height: 2px; @@ -154,7 +154,7 @@ treechildren:-moz-tree-drop-feedback { /* ::::: tree progress meter ::::: */ -treechildren:-moz-tree-progressmeter { +treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; @@ -165,11 +165,11 @@ treechildren:-moz-tree-progressmeter { color: ThreeDShadow; } -treechildren:-moz-tree-progressmeter(progressUndetermined) { +treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); } -treechildren:-moz-tree-cell-text(progressmeter) { +treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } @@ -242,11 +242,11 @@ treecol[insertbefore="true"] { -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } -treechildren:-moz-tree-column(insertbefore) { +treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid ThreeDShadow; } -treechildren:-moz-tree-column(insertafter) { +treechildren::-moz-tree-column(insertafter) { border-right: 1px solid ThreeDShadow; } @@ -272,28 +272,28 @@ treechildren:-moz-tree-column(insertafter) { /* ::::: twisty ::::: */ -treechildren:-moz-tree-twisty { +treechildren::-moz-tree-twisty { padding-right: 3px; width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } -treechildren:-moz-tree-twisty(open) { +treechildren::-moz-tree-twisty(open) { width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } -treechildren:-moz-tree-indentation { +treechildren::-moz-tree-indentation { width: 16px; } /* ::::: gridline style ::::: */ -treechildren.gridlines:-moz-tree-cell { +treechildren.gridlines::-moz-tree-cell { border-right: 1px solid GrayText; border-bottom: 1px solid GrayText; } -treechildren.gridlines:-moz-tree-row { +treechildren.gridlines::-moz-tree-row { border: none; } diff --git a/themes/classic/messenger/addressbook/abResultsPane.css b/themes/classic/messenger/addressbook/abResultsPane.css index 652a27a873e0..d63fd6147c40 100644 --- a/themes/classic/messenger/addressbook/abResultsPane.css +++ b/themes/classic/messenger/addressbook/abResultsPane.css @@ -37,12 +37,12 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -treechildren:-moz-tree-image(GeneratedName) { +treechildren::-moz-tree-image(GeneratedName) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); } -treechildren:-moz-tree-image(GeneratedName, MailList) { +treechildren::-moz-tree-image(GeneratedName, MailList) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } diff --git a/themes/classic/messenger/addressbook/addressPanes.css b/themes/classic/messenger/addressbook/addressPanes.css index ed7a67c450a0..e25314f1168e 100644 --- a/themes/classic/messenger/addressbook/addressPanes.css +++ b/themes/classic/messenger/addressbook/addressPanes.css @@ -30,20 +30,20 @@ /* ::::: directory pane icons ::::: */ -treechildren:-moz-tree-image(DirCol) { +treechildren::-moz-tree-image(DirCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } -treechildren:-moz-tree-image(DirCol, IsMailList-true) { +treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); } diff --git a/themes/classic/messenger/filterDialog.css b/themes/classic/messenger/filterDialog.css index 4061a087fb43..4e5cd23f895a 100644 --- a/themes/classic/messenger/filterDialog.css +++ b/themes/classic/messenger/filterDialog.css @@ -31,11 +31,11 @@ /* ::::: columns :::::: */ -treechildren:-moz-tree-image(activeColumn) { +treechildren::-moz-tree-image(activeColumn) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } -treechildren:-moz-tree-image(activeColumn, Enabled-true) { +treechildren::-moz-tree-image(activeColumn, Enabled-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } diff --git a/themes/classic/messenger/folderPane.css b/themes/classic/messenger/folderPane.css index 94af9e00c28f..9434c6e719e8 100644 --- a/themes/classic/messenger/folderPane.css +++ b/themes/classic/messenger/folderPane.css @@ -31,119 +31,119 @@ /* ::::: mail folder ::::: */ -treechildren:-moz-tree-image(folderNameCol) { +treechildren::-moz-tree-image(folderNameCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } -treechildren:-moz-tree-image(folderNameCol, newMessages-true) { +treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } /* ..... Inbox ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } -treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } /* ..... Sent ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Sent) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } /* ..... Unsent ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } /* ..... Drafts ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Drafts) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } /* ..... Templates ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Templates) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } /* ..... Junk ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Junk) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } /* ..... Trash ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } -treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { +treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); } -treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true), -treechildren:-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { +treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true), +treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { font-weight: bold; } -treechildren:-moz-tree-image(folderNameCol, imapShared-true) { +treechildren::-moz-tree-image(folderNameCol, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); } /* ..... Server Folders ..... */ -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* ..... News Folders ..... */ -treechildren:-moz-tree-image(folderNameCol, serverType-nntp) { +treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } /* ::::: All Servers ::::: */ -treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { +treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { font-weight: bold; } -treechildren:-moz-tree-cell-text(folderNameCol, isServer-true), -treechildren:-moz-tree-cell-text(hasUnreadMessages-true) { +treechildren::-moz-tree-cell-text(folderNameCol, isServer-true), +treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { font-weight: bold; } -treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) { +treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) { color: gray; font-style: italic; } @@ -152,15 +152,15 @@ treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) { list-style-image: none; } -treechildren:-moz-tree-image(syncCol) { +treechildren::-moz-tree-image(syncCol) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } -treechildren:-moz-tree-image(syncCol, synchronize-true) { +treechildren::-moz-tree-image(syncCol, synchronize-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } -treechildren:-moz-tree-image(syncCol, isServer-true) { +treechildren::-moz-tree-image(syncCol, isServer-true) { list-style-image: none; } diff --git a/themes/classic/messenger/messengercompose/messengercompose.css b/themes/classic/messenger/messengercompose/messengercompose.css index 2a1c39ffb03f..bb1f947cf5dc 100644 --- a/themes/classic/messenger/messengercompose/messengercompose.css +++ b/themes/classic/messenger/messengercompose/messengercompose.css @@ -148,22 +148,22 @@ /* ::::: autocomplete icons ::::: */ -treechildren:-moz-tree-cell-text(default-match) { +treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } -treechildren:-moz-tree-image(local-abook) { +treechildren::-moz-tree-image(local-abook) { margin: 2px -1px 2px 4px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } -treechildren:-moz-tree-image(remote-abook) { +treechildren::-moz-tree-image(remote-abook) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } -treechildren:-moz-tree-image(remote-err) { +treechildren::-moz-tree-image(remote-err) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } diff --git a/themes/classic/messenger/subscribe.css b/themes/classic/messenger/subscribe.css index 201be492fc21..d08df7a81cf2 100644 --- a/themes/classic/messenger/subscribe.css +++ b/themes/classic/messenger/subscribe.css @@ -31,26 +31,26 @@ /* ::::: subscribed icons :::::: */ -treechildren:-moz-tree-image(subscribedColumn), -treechildren:-moz-tree-image(subscribedColumn2) { +treechildren::-moz-tree-image(subscribedColumn), +treechildren::-moz-tree-image(subscribedColumn2) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } -treechildren:-moz-tree-image(subscribedColumn, Subscribed-true), -treechildren:-moz-tree-image(subscribedColumn2, subscribed) { +treechildren::-moz-tree-image(subscribedColumn, Subscribed-true), +treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } /* ::::: folder icons :::::: */ -treechildren:-moz-tree-image(nameColumn) { +treechildren::-moz-tree-image(nameColumn) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } -treechildren:-moz-tree-image(nameColumn, ServerType-nntp), -treechildren:-moz-tree-image(nameColumn2, nntp) { +treechildren::-moz-tree-image(nameColumn, ServerType-nntp), +treechildren::-moz-tree-image(nameColumn2, nntp) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } diff --git a/themes/classic/messenger/threadPane.css b/themes/classic/messenger/threadPane.css index 0c0f540aed01..c50f1872bdd9 100644 --- a/themes/classic/messenger/threadPane.css +++ b/themes/classic/messenger/threadPane.css @@ -30,18 +30,18 @@ /* ::::: thread decoration ::::: */ -treechildren:-moz-tree-cell-text(read) { +treechildren::-moz-tree-cell-text(read) { font-weight: normal; } -treechildren:-moz-tree-cell-text(unread) { +treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } /* on a collapsed thread, if the top level message is read, but the thread has * unread children, underline the text. 4.x mac did this, very slick */ -treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) { +treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; } @@ -50,27 +50,27 @@ treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) { **** Priority colors currently not being used at the moment. It has been **** disabled so as to not conflict with the labels color feature. **** -treechildren:-moz-tree-cell-text(priorityCol, priority-highest) { +treechildren::-moz-tree-cell-text(priorityCol, priority-highest) { color: red; } -treechildren:-moz-tree-cell-text(priorityCol, priority-high) { +treechildren::-moz-tree-cell-text(priorityCol, priority-high) { color: rgb(128, 0, 0); } -treechildren:-moz-tree-cell-text(priorityCol, priority-lowest) { +treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) { color: rgb(170, 170, 170); } -treechildren:-moz-tree-cell-text(priorityCol, priority-low) { +treechildren::-moz-tree-cell-text(priorityCol, priority-low) { color: rgb(85, 85, 85); } -treechildren:-moz-tree-cell-text(priorityCol, selected) { +treechildren::-moz-tree-cell-text(priorityCol, selected) { color: -moz-DialogText; } -treechildren:-moz-tree-cell-text(priorityCol, selected, focus) { +treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: HighlightText; } ****/ @@ -93,19 +93,19 @@ treecol.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } -treechildren:-moz-tree-image(threadCol, container) { +treechildren::-moz-tree-image(threadCol, container) { list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif"); } -treechildren:-moz-tree-image(threadCol, container, open) { +treechildren::-moz-tree-image(threadCol, container, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open.gif"); } -treechildren:-moz-tree-image(threadCol, container, hasUnread) { +treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif"); } -treechildren:-moz-tree-image(threadCol, container, hasUnread, open) { +treechildren::-moz-tree-image(threadCol, container, hasUnread, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif"); } @@ -115,11 +115,11 @@ treecol.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } -treechildren:-moz-tree-image(unreadButtonColHeader) { +treechildren::-moz-tree-image(unreadButtonColHeader) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } -treechildren:-moz-tree-image(unreadButtonColHeader, unread) { +treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); } @@ -129,11 +129,11 @@ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } -treechildren:-moz-tree-image(flaggedCol) { +treechildren::-moz-tree-image(flaggedCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } -treechildren:-moz-tree-image(flaggedCol, flagged) { +treechildren::-moz-tree-image(flaggedCol, flagged) { list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif"); } @@ -145,18 +145,18 @@ treecol.junkStatusHeader { } /* "unknown" now looks like "not junk". see bug #182386 */ -treechildren:-moz-tree-image(junkStatusCol) { +treechildren::-moz-tree-image(junkStatusCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; } -treechildren:-moz-tree-image(junkStatusCol, junk) { +treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); margin-right: -1px; } -treechildren:-moz-tree-image(junkStatusCol, notjunk) { +treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; @@ -164,134 +164,134 @@ treechildren:-moz-tree-image(junkStatusCol, notjunk) { /* ..... subject column ..... */ -treechildren:-moz-tree-image(subjectCol) { +treechildren::-moz-tree-image(subjectCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); } -treechildren:-moz-tree-image(subjectCol, new) { +treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } -treechildren:-moz-tree-image(subjectCol, attach) { +treechildren::-moz-tree-image(subjectCol, attach) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, imapdeleted) { +treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); } -treechildren:-moz-tree-image(subjectCol, offline) { +treechildren::-moz-tree-image(subjectCol, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, new, offline) { +treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, attach, offline) { +treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, imapdeleted, offline) { +treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news) { +treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } -treechildren:-moz-tree-image(subjectCol, news, attach) { +treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, news, attach, offline) { +treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new) { +treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new, attach) { +treechildren::-moz-tree-image(subjectCol, news, new, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new, attach, offline) { +treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-off.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new, offline) { +treechildren::-moz-tree-image(subjectCol, news, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news, offline) { +treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif"); } /* ..... new thread icons for watch and ignore ..... */ -treechildren:-moz-tree-image(news, threadCol, watch) { +treechildren::-moz-tree-image(news, threadCol, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, ignore) { +treechildren::-moz-tree-image(news, threadCol, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, watch, offline) { +treechildren::-moz-tree-image(news, threadCol, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, ignore, offline) { +treechildren::-moz-tree-image(news, threadCol, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, watch, open) { +treechildren::-moz-tree-image(news, threadCol, container, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, ignore, open) { +treechildren::-moz-tree-image(news, threadCol, container, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, watch, open, offline) { +treechildren::-moz-tree-image(news, threadCol, container, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, ignore, open, offline) { +treechildren::-moz-tree-image(news, threadCol, container, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-kill.gif"); } diff --git a/themes/classic/messenger/threadPaneLabels.css b/themes/classic/messenger/threadPaneLabels.css index 4e76e4280b6a..021e6a76a137 100644 --- a/themes/classic/messenger/threadPaneLabels.css +++ b/themes/classic/messenger/threadPaneLabels.css @@ -53,510 +53,510 @@ color: #FF0000; color: rgb(128, 0, 0); */ -treechildren:-moz-tree-cell-text(lc-FFFFFF) { +treechildren::-moz-tree-cell-text(lc-FFFFFF) { color: #FFFFFF } -treechildren:-moz-tree-row(lc-FFFFFF, selected) { +treechildren::-moz-tree-row(lc-FFFFFF, selected) { background-color: #FFFFFF; } -treechildren:-moz-tree-cell-text(lc-CCCCCC) { +treechildren::-moz-tree-cell-text(lc-CCCCCC) { color: #CCCCCC } -treechildren:-moz-tree-row(lc-CCCCCC, selected) { +treechildren::-moz-tree-row(lc-CCCCCC, selected) { background-color: #CCCCCC; } -treechildren:-moz-tree-cell-text(lc-C0C0C0) { +treechildren::-moz-tree-cell-text(lc-C0C0C0) { color: #C0C0C0 } -treechildren:-moz-tree-row(lc-C0C0C0, selected) { +treechildren::-moz-tree-row(lc-C0C0C0, selected) { background-color: #C0C0C0; } -treechildren:-moz-tree-cell-text(lc-999999) { +treechildren::-moz-tree-cell-text(lc-999999) { color: #999999 } -treechildren:-moz-tree-row(lc-999999, selected) { +treechildren::-moz-tree-row(lc-999999, selected) { background-color: #999999; } -treechildren:-moz-tree-cell-text(lc-666666) { +treechildren::-moz-tree-cell-text(lc-666666) { color: #666666 } -treechildren:-moz-tree-row(lc-666666, selected) { +treechildren::-moz-tree-row(lc-666666, selected) { background-color: #666666; } -treechildren:-moz-tree-cell-text(lc-333333) { +treechildren::-moz-tree-cell-text(lc-333333) { color: #333333 } -treechildren:-moz-tree-row(lc-333333, selected) { +treechildren::-moz-tree-row(lc-333333, selected) { background-color: #333333; } -treechildren:-moz-tree-cell-text(lc-000000) { +treechildren::-moz-tree-cell-text(lc-000000) { color: #000000 } -treechildren:-moz-tree-row(lc-000000, selected) { +treechildren::-moz-tree-row(lc-000000, selected) { background-color: #000000; } -treechildren:-moz-tree-cell-text(lc-FFCCCC) { +treechildren::-moz-tree-cell-text(lc-FFCCCC) { color: #FFCCCC } -treechildren:-moz-tree-row(lc-FFCCCC, selected) { +treechildren::-moz-tree-row(lc-FFCCCC, selected) { background-color: #FFCCCC; } -treechildren:-moz-tree-cell-text(lc-FF6666) { +treechildren::-moz-tree-cell-text(lc-FF6666) { color: #FF6666 } -treechildren:-moz-tree-row(lc-FF6666, selected) { +treechildren::-moz-tree-row(lc-FF6666, selected) { background-color: #FF6666; } -treechildren:-moz-tree-cell-text(lc-FF0000) { +treechildren::-moz-tree-cell-text(lc-FF0000) { color: #FF0000 } -treechildren:-moz-tree-row(lc-FF0000, selected) { +treechildren::-moz-tree-row(lc-FF0000, selected) { background-color: #FF0000; } -treechildren:-moz-tree-cell-text(lc-CC0000) { +treechildren::-moz-tree-cell-text(lc-CC0000) { color: #CC0000 } -treechildren:-moz-tree-row(lc-CC0000, selected) { +treechildren::-moz-tree-row(lc-CC0000, selected) { background-color: #CC0000; } -treechildren:-moz-tree-cell-text(lc-990000) { +treechildren::-moz-tree-cell-text(lc-990000) { color: #990000 } -treechildren:-moz-tree-row(lc-990000, selected) { +treechildren::-moz-tree-row(lc-990000, selected) { background-color: #990000; } -treechildren:-moz-tree-cell-text(lc-660000) { +treechildren::-moz-tree-cell-text(lc-660000) { color: #660000 } -treechildren:-moz-tree-row(lc-660000, selected) { +treechildren::-moz-tree-row(lc-660000, selected) { background-color: #660000; } -treechildren:-moz-tree-cell-text(lc-330000) { +treechildren::-moz-tree-cell-text(lc-330000) { color: #330000 } -treechildren:-moz-tree-row(lc-330000, selected) { +treechildren::-moz-tree-row(lc-330000, selected) { background-color: #330000; } -treechildren:-moz-tree-cell-text(lc-FFCC99) { +treechildren::-moz-tree-cell-text(lc-FFCC99) { color: #FFCC99 } -treechildren:-moz-tree-row(lc-FFCC99, selected) { +treechildren::-moz-tree-row(lc-FFCC99, selected) { background-color: #FFCC99; } -treechildren:-moz-tree-cell-text(lc-FF9966) { +treechildren::-moz-tree-cell-text(lc-FF9966) { color: #FF9966 } -treechildren:-moz-tree-row(lc-FF9966, selected) { +treechildren::-moz-tree-row(lc-FF9966, selected) { background-color: #FF9966; } -treechildren:-moz-tree-cell-text(lc-FF9900) { +treechildren::-moz-tree-cell-text(lc-FF9900) { color: #FF9900 } -treechildren:-moz-tree-row(lc-FF9900, selected) { +treechildren::-moz-tree-row(lc-FF9900, selected) { background-color: #FF9900; } -treechildren:-moz-tree-cell-text(lc-FF6600) { +treechildren::-moz-tree-cell-text(lc-FF6600) { color: #FF6600 } -treechildren:-moz-tree-row(lc-FF6600, selected) { +treechildren::-moz-tree-row(lc-FF6600, selected) { background-color: #FF6600; } -treechildren:-moz-tree-cell-text(lc-CC6600) { +treechildren::-moz-tree-cell-text(lc-CC6600) { color: #CC6600 } -treechildren:-moz-tree-row(lc-CC6600, selected) { +treechildren::-moz-tree-row(lc-CC6600, selected) { background-color: #CC6600; } -treechildren:-moz-tree-cell-text(lc-993300) { +treechildren::-moz-tree-cell-text(lc-993300) { color: #993300 } -treechildren:-moz-tree-row(lc-993300, selected) { +treechildren::-moz-tree-row(lc-993300, selected) { background-color: #993300; } -treechildren:-moz-tree-cell-text(lc-663300) { +treechildren::-moz-tree-cell-text(lc-663300) { color: #663300 } -treechildren:-moz-tree-row(lc-663300, selected) { +treechildren::-moz-tree-row(lc-663300, selected) { background-color: #663300; } -treechildren:-moz-tree-cell-text(lc-FFFF99) { +treechildren::-moz-tree-cell-text(lc-FFFF99) { color: #FFFF99 } -treechildren:-moz-tree-row(lc-FFFF99, selected) { +treechildren::-moz-tree-row(lc-FFFF99, selected) { background-color: #FFFF99; } -treechildren:-moz-tree-cell-text(lc-FFFF66) { +treechildren::-moz-tree-cell-text(lc-FFFF66) { color: #FFFF66 } -treechildren:-moz-tree-row(lc-FFFF66, selected) { +treechildren::-moz-tree-row(lc-FFFF66, selected) { background-color: #FFFF66; } -treechildren:-moz-tree-cell-text(lc-FFCC66) { +treechildren::-moz-tree-cell-text(lc-FFCC66) { color: #FFCC66 } -treechildren:-moz-tree-row(lc-FFCC66, selected) { +treechildren::-moz-tree-row(lc-FFCC66, selected) { background-color: #FFCC66; } -treechildren:-moz-tree-cell-text(lc-FFCC33) { +treechildren::-moz-tree-cell-text(lc-FFCC33) { color: #FFCC33 } -treechildren:-moz-tree-row(lc-FFCC33, selected) { +treechildren::-moz-tree-row(lc-FFCC33, selected) { background-color: #FFCC33; } -treechildren:-moz-tree-cell-text(lc-CC9933) { +treechildren::-moz-tree-cell-text(lc-CC9933) { color: #CC9933 } -treechildren:-moz-tree-row(lc-CC9933, selected) { +treechildren::-moz-tree-row(lc-CC9933, selected) { background-color: #CC9933; } -treechildren:-moz-tree-cell-text(lc-996633) { +treechildren::-moz-tree-cell-text(lc-996633) { color: #996633 } -treechildren:-moz-tree-row(lc-996633, selected) { +treechildren::-moz-tree-row(lc-996633, selected) { background-color: #996633; } -treechildren:-moz-tree-cell-text(lc-663333) { +treechildren::-moz-tree-cell-text(lc-663333) { color: #663333 } -treechildren:-moz-tree-row(lc-663333, selected) { +treechildren::-moz-tree-row(lc-663333, selected) { background-color: #663333; } -treechildren:-moz-tree-cell-text(lc-FFFFCC) { +treechildren::-moz-tree-cell-text(lc-FFFFCC) { color: #FFFFCC } -treechildren:-moz-tree-row(lc-FFFFCC, selected) { +treechildren::-moz-tree-row(lc-FFFFCC, selected) { background-color: #FFFFCC; } -treechildren:-moz-tree-cell-text(lc-FFFF33) { +treechildren::-moz-tree-cell-text(lc-FFFF33) { color: #FFFF33 } -treechildren:-moz-tree-row(lc-FFFF33, selected) { +treechildren::-moz-tree-row(lc-FFFF33, selected) { background-color: #FFFF33; } -treechildren:-moz-tree-cell-text(lc-FFFF00) { +treechildren::-moz-tree-cell-text(lc-FFFF00) { color: #FFFF00 } -treechildren:-moz-tree-row(lc-FFFF00, selected) { +treechildren::-moz-tree-row(lc-FFFF00, selected) { background-color: #FFFF00; } -treechildren:-moz-tree-cell-text(lc-FFCC00) { +treechildren::-moz-tree-cell-text(lc-FFCC00) { color: #FFCC00 } -treechildren:-moz-tree-row(lc-FFCC00, selected) { +treechildren::-moz-tree-row(lc-FFCC00, selected) { background-color: #FFCC00; } -treechildren:-moz-tree-cell-text(lc-999900) { +treechildren::-moz-tree-cell-text(lc-999900) { color: #999900 } -treechildren:-moz-tree-row(lc-999900, selected) { +treechildren::-moz-tree-row(lc-999900, selected) { background-color: #999900; } -treechildren:-moz-tree-cell-text(lc-666600) { +treechildren::-moz-tree-cell-text(lc-666600) { color: #666600 } -treechildren:-moz-tree-row(lc-666600, selected) { +treechildren::-moz-tree-row(lc-666600, selected) { background-color: #666600; } -treechildren:-moz-tree-cell-text(lc-333300) { +treechildren::-moz-tree-cell-text(lc-333300) { color: #333300 } -treechildren:-moz-tree-row(lc-333300, selected) { +treechildren::-moz-tree-row(lc-333300, selected) { background-color: #333300; } -treechildren:-moz-tree-cell-text(lc-99FF99) { +treechildren::-moz-tree-cell-text(lc-99FF99) { color: #99FF99 } -treechildren:-moz-tree-row(lc-99FF99, selected) { +treechildren::-moz-tree-row(lc-99FF99, selected) { background-color: #99FF99; } -treechildren:-moz-tree-cell-text(lc-66FF99) { +treechildren::-moz-tree-cell-text(lc-66FF99) { color: #66FF99 } -treechildren:-moz-tree-row(lc-66FF99, selected) { +treechildren::-moz-tree-row(lc-66FF99, selected) { background-color: #66FF99; } -treechildren:-moz-tree-cell-text(lc-33FF33) { +treechildren::-moz-tree-cell-text(lc-33FF33) { color: #33FF33 } -treechildren:-moz-tree-row(lc-33FF33, selected) { +treechildren::-moz-tree-row(lc-33FF33, selected) { background-color: #33FF33; } -treechildren:-moz-tree-cell-text(lc-33CC00) { +treechildren::-moz-tree-cell-text(lc-33CC00) { color: #33CC00 } -treechildren:-moz-tree-row(lc-33CC00, selected) { +treechildren::-moz-tree-row(lc-33CC00, selected) { background-color: #33CC00; } -treechildren:-moz-tree-cell-text(lc-009900) { +treechildren::-moz-tree-cell-text(lc-009900) { color: #009900 } -treechildren:-moz-tree-row(lc-009900, selected) { +treechildren::-moz-tree-row(lc-009900, selected) { background-color: #009900; } -treechildren:-moz-tree-cell-text(lc-006600) { +treechildren::-moz-tree-cell-text(lc-006600) { color: #006600 } -treechildren:-moz-tree-row(lc-006600, selected) { +treechildren::-moz-tree-row(lc-006600, selected) { background-color: #006600; } -treechildren:-moz-tree-cell-text(lc-003300) { +treechildren::-moz-tree-cell-text(lc-003300) { color: #003300 } -treechildren:-moz-tree-row(lc-003300, selected) { +treechildren::-moz-tree-row(lc-003300, selected) { background-color: #003300; } -treechildren:-moz-tree-cell-text(lc-99FFFF) { +treechildren::-moz-tree-cell-text(lc-99FFFF) { color: #99FFFF } -treechildren:-moz-tree-row(lc-99FFFF, selected) { +treechildren::-moz-tree-row(lc-99FFFF, selected) { background-color: #99FFFF; } -treechildren:-moz-tree-cell-text(lc-33FFFF) { +treechildren::-moz-tree-cell-text(lc-33FFFF) { color: #33FFFF } -treechildren:-moz-tree-row(lc-33FFFF, selected) { +treechildren::-moz-tree-row(lc-33FFFF, selected) { background-color: #33FFFF; } -treechildren:-moz-tree-cell-text(lc-66CCCC) { +treechildren::-moz-tree-cell-text(lc-66CCCC) { color: #66CCCC } -treechildren:-moz-tree-row(lc-66CCCC, selected) { +treechildren::-moz-tree-row(lc-66CCCC, selected) { background-color: #66CCCC; } -treechildren:-moz-tree-cell-text(lc-00CCCC) { +treechildren::-moz-tree-cell-text(lc-00CCCC) { color: #00CCCC } -treechildren:-moz-tree-row(lc-00CCCC, selected) { +treechildren::-moz-tree-row(lc-00CCCC, selected) { background-color: #00CCCC; } -treechildren:-moz-tree-cell-text(lc-339999) { +treechildren::-moz-tree-cell-text(lc-339999) { color: #339999 } -treechildren:-moz-tree-row(lc-339999, selected) { +treechildren::-moz-tree-row(lc-339999, selected) { background-color: #339999; } -treechildren:-moz-tree-cell-text(lc-336666) { +treechildren::-moz-tree-cell-text(lc-336666) { color: #336666 } -treechildren:-moz-tree-row(lc-336666, selected) { +treechildren::-moz-tree-row(lc-336666, selected) { background-color: #336666; } -treechildren:-moz-tree-cell-text(lc-003333) { +treechildren::-moz-tree-cell-text(lc-003333) { color: #003333 } -treechildren:-moz-tree-row(lc-003333, selected) { +treechildren::-moz-tree-row(lc-003333, selected) { background-color: #003333; } -treechildren:-moz-tree-cell-text(lc-CCFFFF) { +treechildren::-moz-tree-cell-text(lc-CCFFFF) { color: #CCFFFF } -treechildren:-moz-tree-row(lc-CCFFFF, selected) { +treechildren::-moz-tree-row(lc-CCFFFF, selected) { background-color: #CCFFFF; } -treechildren:-moz-tree-cell-text(lc-66FFFF) { +treechildren::-moz-tree-cell-text(lc-66FFFF) { color: #66FFFF } -treechildren:-moz-tree-row(lc-66FFFF, selected) { +treechildren::-moz-tree-row(lc-66FFFF, selected) { background-color: #66FFFF; } -treechildren:-moz-tree-cell-text(lc-33CCFF) { +treechildren::-moz-tree-cell-text(lc-33CCFF) { color: #33CCFF } -treechildren:-moz-tree-row(lc-33CCFF, selected) { +treechildren::-moz-tree-row(lc-33CCFF, selected) { background-color: #33CCFF; } -treechildren:-moz-tree-cell-text(lc-3366FF) { +treechildren::-moz-tree-cell-text(lc-3366FF) { color: #3366FF } -treechildren:-moz-tree-row(lc-3366FF, selected) { +treechildren::-moz-tree-row(lc-3366FF, selected) { background-color: #3366FF; } -treechildren:-moz-tree-cell-text(lc-3333FF) { +treechildren::-moz-tree-cell-text(lc-3333FF) { color: #3333FF } -treechildren:-moz-tree-row(lc-3333FF, selected) { +treechildren::-moz-tree-row(lc-3333FF, selected) { background-color: #3333FF; } -treechildren:-moz-tree-cell-text(lc-000099) { +treechildren::-moz-tree-cell-text(lc-000099) { color: #000099 } -treechildren:-moz-tree-row(lc-000099, selected) { +treechildren::-moz-tree-row(lc-000099, selected) { background-color: #000099; } -treechildren:-moz-tree-cell-text(lc-000066) { +treechildren::-moz-tree-cell-text(lc-000066) { color: #000066 } -treechildren:-moz-tree-row(lc-000066, selected) { +treechildren::-moz-tree-row(lc-000066, selected) { background-color: #000066; } -treechildren:-moz-tree-cell-text(lc-CCCCFF) { +treechildren::-moz-tree-cell-text(lc-CCCCFF) { color: #CCCCFF } -treechildren:-moz-tree-row(lc-CCCCFF, selected) { +treechildren::-moz-tree-row(lc-CCCCFF, selected) { background-color: #CCCCFF; } -treechildren:-moz-tree-cell-text(lc-9999FF) { +treechildren::-moz-tree-cell-text(lc-9999FF) { color: #9999FF } -treechildren:-moz-tree-row(lc-9999FF, selected) { +treechildren::-moz-tree-row(lc-9999FF, selected) { background-color: #9999FF; } -treechildren:-moz-tree-cell-text(lc-6666CC) { +treechildren::-moz-tree-cell-text(lc-6666CC) { color: #6666CC } -treechildren:-moz-tree-row(lc-6666CC, selected) { +treechildren::-moz-tree-row(lc-6666CC, selected) { background-color: #6666CC; } -treechildren:-moz-tree-cell-text(lc-6633FF) { +treechildren::-moz-tree-cell-text(lc-6633FF) { color: #6633FF } -treechildren:-moz-tree-row(lc-6633FF, selected) { +treechildren::-moz-tree-row(lc-6633FF, selected) { background-color: #6633FF; } -treechildren:-moz-tree-cell-text(lc-6600CC) { +treechildren::-moz-tree-cell-text(lc-6600CC) { color: #6600CC } -treechildren:-moz-tree-row(lc-6600CC, selected) { +treechildren::-moz-tree-row(lc-6600CC, selected) { background-color: #6600CC; } -treechildren:-moz-tree-cell-text(lc-333399) { +treechildren::-moz-tree-cell-text(lc-333399) { color: #333399 } -treechildren:-moz-tree-row(lc-333399, selected) { +treechildren::-moz-tree-row(lc-333399, selected) { background-color: #333399; } -treechildren:-moz-tree-cell-text(lc-330099) { +treechildren::-moz-tree-cell-text(lc-330099) { color: #330099 } -treechildren:-moz-tree-row(lc-330099, selected) { +treechildren::-moz-tree-row(lc-330099, selected) { background-color: #330099; } -treechildren:-moz-tree-cell-text(lc-FFCCFF) { +treechildren::-moz-tree-cell-text(lc-FFCCFF) { color: #FFCCFF } -treechildren:-moz-tree-row(lc-FFCCFF, selected) { +treechildren::-moz-tree-row(lc-FFCCFF, selected) { background-color: #FFCCFF; } -treechildren:-moz-tree-cell-text(lc-FF99FF) { +treechildren::-moz-tree-cell-text(lc-FF99FF) { color: #FF99FF } -treechildren:-moz-tree-row(lc-FF99FF, selected) { +treechildren::-moz-tree-row(lc-FF99FF, selected) { background-color: #FF99FF; } -treechildren:-moz-tree-cell-text(lc-CC66CC) { +treechildren::-moz-tree-cell-text(lc-CC66CC) { color: #CC66CC } -treechildren:-moz-tree-row(lc-CC66CC, selected) { +treechildren::-moz-tree-row(lc-CC66CC, selected) { background-color: #CC66CC; } -treechildren:-moz-tree-cell-text(lc-CC33CC) { +treechildren::-moz-tree-cell-text(lc-CC33CC) { color: #CC33CC } -treechildren:-moz-tree-row(lc-CC33CC, selected) { +treechildren::-moz-tree-row(lc-CC33CC, selected) { background-color: #CC33CC; } -treechildren:-moz-tree-cell-text(lc-993399) { +treechildren::-moz-tree-cell-text(lc-993399) { color: #993399 } -treechildren:-moz-tree-row(lc-993399, selected) { +treechildren::-moz-tree-row(lc-993399, selected) { background-color: #993399; } -treechildren:-moz-tree-cell-text(lc-663366) { +treechildren::-moz-tree-cell-text(lc-663366) { color: #663366 } -treechildren:-moz-tree-row(lc-663366, selected) { +treechildren::-moz-tree-row(lc-663366, selected) { background-color: #663366; } -treechildren:-moz-tree-cell-text(lc-330033) { +treechildren::-moz-tree-cell-text(lc-330033) { color: #330033 } -treechildren:-moz-tree-row(lc-330033, selected) { +treechildren::-moz-tree-row(lc-330033, selected) { background-color: #330033; } -treechildren:-moz-tree-cell-text(lc-white, selected) { +treechildren::-moz-tree-cell-text(lc-white, selected) { color: #FFFFFF } -treechildren:-moz-tree-cell-text(lc-black, selected) { +treechildren::-moz-tree-cell-text(lc-black, selected) { color: #000000 } diff --git a/themes/classic/navigator/navigator.css b/themes/classic/navigator/navigator.css index e5477285f597..e98928c6aaa7 100644 --- a/themes/classic/navigator/navigator.css +++ b/themes/classic/navigator/navigator.css @@ -240,11 +240,11 @@ -moz-border-bottom-colors: ThreeDShadow; } -.autocomplete-treebody:-moz-tree-cell-text(value) { +.autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 15px; } -.autocomplete-treebody:-moz-tree-cell-text(comment) { +.autocomplete-treebody::-moz-tree-cell-text(comment) { color: ThreeDShadow; } diff --git a/themes/modern/communicator/bookmarks/bookmarks.css b/themes/modern/communicator/bookmarks/bookmarks.css index e879cfbac909..9649fed74374 100644 --- a/themes/modern/communicator/bookmarks/bookmarks.css +++ b/themes/modern/communicator/bookmarks/bookmarks.css @@ -45,42 +45,42 @@ /* ::::: bookmark items ::::: */ -treechildren:-moz-tree-image(Name) { +treechildren::-moz-tree-image(Name) { margin-right: 2px; } .bookmark-item, -treechildren:-moz-tree-image(Name) { +treechildren::-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .bookmark-item[container="true"], -treechildren:-moz-tree-image(Name, container) { +treechildren::-moz-tree-image(Name, container) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } .bookmark-item[open="true"], -treechildren:-moz-tree-image(Name, open) { +treechildren::-moz-tree-image(Name, open) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } -treechildren:-moz-tree-twisty(group, hidetwisty) { +treechildren::-moz-tree-twisty(group, hidetwisty) { list-style-image: none; } -treechildren:-moz-tree-image(Name, container, group) { +treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } -treechildren:-moz-tree-image(Name, separator) { +treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } -treechildren:-moz-tree-cell-text(Name, separator) { +treechildren::-moz-tree-cell-text(Name, separator) { color: #808080; margin: 0px 5px 0px 5px; } -treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { +treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: #FFFFFF; } diff --git a/themes/modern/communicator/communicator.css b/themes/modern/communicator/communicator.css index b1d46316d5df..39b8453c2a1b 100644 --- a/themes/modern/communicator/communicator.css +++ b/themes/modern/communicator/communicator.css @@ -85,7 +85,7 @@ /* ::::: download manager ::::: */ -#downloadView > treechildren:-moz-tree-image(Name) { +#downloadView > treechildren::-moz-tree-image(Name) { margin-right: 2px; } diff --git a/themes/modern/communicator/directory/directory.css b/themes/modern/communicator/directory/directory.css index a92e589ca138..3da00851eac7 100644 --- a/themes/modern/communicator/directory/directory.css +++ b/themes/modern/communicator/directory/directory.css @@ -48,24 +48,24 @@ border: none; } -treechildren:-moz-tree-image(FilenameColumn) { +treechildren::-moz-tree-image(FilenameColumn) { margin-right: 2px; list-style-image: url("chrome://communicator/skin/directory/file-icon.gif"); } -treechildren:-moz-tree-image(FilenameColumn, container) { +treechildren::-moz-tree-image(FilenameColumn, container) { list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); } -treechildren:-moz-tree-image(FilenameColumn, container, open) { +treechildren::-moz-tree-image(FilenameColumn, container, open) { list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif"); } -treechildren:-moz-tree-image(FilenameColumn, loading) { +treechildren::-moz-tree-image(FilenameColumn, loading) { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } -treechildren:-moz-tree-cell-text(symbolic-link) { +treechildren::-moz-tree-cell-text(symbolic-link) { font-style: italic; } diff --git a/themes/modern/editor/EditorDialog.css b/themes/modern/editor/EditorDialog.css index 35f372778f6f..6a1d3b8d3660 100644 --- a/themes/modern/editor/EditorDialog.css +++ b/themes/modern/editor/EditorDialog.css @@ -308,11 +308,11 @@ tree.list { /* ::::: select edit dialog ::::: */ -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; } -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-true) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; } diff --git a/themes/modern/global/autocomplete.css b/themes/modern/global/autocomplete.css index 2215b2120384..8c8e030e80c1 100644 --- a/themes/modern/global/autocomplete.css +++ b/themes/modern/global/autocomplete.css @@ -93,15 +93,15 @@ textbox[type="autocomplete"] { padding: 0px !important; } -.autocomplete-treebody:-moz-tree-cell-text { +.autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; color: #000000; } -.autocomplete-treebody:-moz-tree-row(menuactive) { +.autocomplete-treebody::-moz-tree-row(menuactive) { background-color: #9499AC; } -.autocomplete-treebody:-moz-tree-cell-text(menuactive) { +.autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: #FFFFFF !important; } diff --git a/themes/modern/global/filepicker.css b/themes/modern/global/filepicker.css index 3c2e45921df0..57b9adca1bcf 100644 --- a/themes/modern/global/filepicker.css +++ b/themes/modern/global/filepicker.css @@ -54,15 +54,15 @@ /* ::::: file/directory items ::::: */ -treechildren:-moz-tree-image(FilenameColumn) { +treechildren::-moz-tree-image(FilenameColumn) { margin-right: 2px; } -treechildren:-moz-tree-image(FilenameColumn, directory) { +treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -treechildren:-moz-tree-image(FilenameColumn, file) { +treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } diff --git a/themes/modern/global/tree.css b/themes/modern/global/tree.css index d3a79764751a..4a0f351c1918 100644 --- a/themes/modern/global/tree.css +++ b/themes/modern/global/tree.css @@ -66,88 +66,88 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-row, -treechildren:-moz-tree-row { +tree[selstyle="primary"] > treechildren::-moz-tree-row, +treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; min-height: 18px; height: 1.3em; } -treechildren:-moz-tree-row(selected) { +treechildren::-moz-tree-row(selected) { background-color: #C7D0D9; } -treechildren:-moz-tree-row(selected, focus) { +treechildren::-moz-tree-row(selected, focus) { background-color: #424F63; } -treechildren:-moz-tree-row(current, focus) { +treechildren::-moz-tree-row(current, focus) { border-top-color: #000000; border-bottom-color: #000000; } /* ::::: tree cells ::::: */ -treechildren:-moz-tree-cell { +treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text, -treechildren:-moz-tree-cell-text { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, +treechildren::-moz-tree-cell-text { border: 1px solid transparent; color: inherit; } -treechildren:-moz-tree-cell-text(selected) { +treechildren::-moz-tree-cell-text(selected) { color: #000000; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: #C7D0D9; color: #000000; } -treechildren:-moz-tree-cell-text(selected, focus) { +treechildren::-moz-tree-cell-text(selected, focus) { color: #FFFFFF; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { background-color: #424F63; color: #FFFFFF; } -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, current, focus) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) { border-color: #000000; } /* ::::: lines connecting cells ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-line, -treechildren:-moz-tree-line { +tree[selstyle="primary"] > treechildren::-moz-tree-line, +treechildren::-moz-tree-line { border: 1px dotted #808080; } -treechildren:-moz-tree-line(selected, focus) { +treechildren::-moz-tree-line(selected, focus) { border: 1px dotted #FFFFFF; } /* ::::: tree separator ::::: */ -treechildren:-moz-tree-separator { +treechildren::-moz-tree-separator { border-top: 1px solid #7A8490; border-bottom: 1px solid #FEFEFE; } /* ::::: drop feedback ::::: */ -tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn), -treechildren:-moz-tree-cell-text(primary, dropOn) { +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn), +treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: #424F63; color: #FFFFFF; } -treechildren:-moz-tree-drop-feedback { +treechildren::-moz-tree-drop-feedback { background-color: #424F63; width: 50px; height: 2px; @@ -156,7 +156,7 @@ treechildren:-moz-tree-drop-feedback { /* ::::: tree progress meter ::::: */ -treechildren:-moz-tree-progressmeter { +treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: #8997A1 #C7D0D9; @@ -166,11 +166,11 @@ treechildren:-moz-tree-progressmeter { color: #6B7B8D; } -treechildren:-moz-tree-progressmeter(progressUndetermined) { +treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progress-busy.gif"); } -treechildren:-moz-tree-cell-text(progressmeter) { +treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } @@ -241,11 +241,11 @@ treecol[insertbefore="true"] { -moz-border-left-colors: #000000 #666666; } -treechildren:-moz-tree-column(insertbefore) { +treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid #AAAAAA; } -treechildren:-moz-tree-column(insertafter) { +treechildren::-moz-tree-column(insertafter) { border-right: 1px solid #AAAAAA; } @@ -271,28 +271,28 @@ treechildren:-moz-tree-column(insertafter) { /* ::::: twisty ::::: */ -treechildren:-moz-tree-twisty { +treechildren::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } -treechildren:-moz-tree-twisty(open) { +treechildren::-moz-tree-twisty(open) { width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } -treechildren:-moz-tree-indentation { +treechildren::-moz-tree-indentation { width: 16px; } /* ::::: gridline style ::::: */ -treechildren.gridlines:-moz-tree-cell { +treechildren.gridlines::-moz-tree-cell { border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } -treechildren.gridlines:-moz-tree-row { +treechildren.gridlines::-moz-tree-row { border: none; } diff --git a/themes/modern/messenger/addressbook/abResultsPane.css b/themes/modern/messenger/addressbook/abResultsPane.css index db31ce8ac765..fd7bf39ab1cb 100644 --- a/themes/modern/messenger/addressbook/abResultsPane.css +++ b/themes/modern/messenger/addressbook/abResultsPane.css @@ -37,12 +37,12 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -treechildren:-moz-tree-image(GeneratedName) { +treechildren::-moz-tree-image(GeneratedName) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/person.gif"); } -treechildren:-moz-tree-image(GeneratedName, MailList) { +treechildren::-moz-tree-image(GeneratedName, MailList) { list-style-image: url("chrome://messenger/skin/addressbook/icons/list.gif"); } diff --git a/themes/modern/messenger/addressbook/addressPanes.css b/themes/modern/messenger/addressbook/addressPanes.css index d1b4813d7989..44f5bf924792 100644 --- a/themes/modern/messenger/addressbook/addressPanes.css +++ b/themes/modern/messenger/addressbook/addressPanes.css @@ -44,20 +44,20 @@ /* ::::: directory pane icons ::::: */ -treechildren:-moz-tree-image(DirCol) { +treechildren::-moz-tree-image(DirCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/myaddrbk.gif"); } -treechildren:-moz-tree-image(DirCol, IsMailList-true) { +treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/list.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/directory.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-directory.gif"); } diff --git a/themes/modern/messenger/filterDialog.css b/themes/modern/messenger/filterDialog.css index f120bf102dc9..7b4539857a54 100644 --- a/themes/modern/messenger/filterDialog.css +++ b/themes/modern/messenger/filterDialog.css @@ -45,11 +45,11 @@ /* ::::: columns :::::: */ -treechildren:-moz-tree-image(activeColumn) { +treechildren::-moz-tree-image(activeColumn) { list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } -treechildren:-moz-tree-image(activeColumn, Enabled-true) { +treechildren::-moz-tree-image(activeColumn, Enabled-true) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } diff --git a/themes/modern/messenger/folderPane.css b/themes/modern/messenger/folderPane.css index 25f09af66f7c..32ac2eb813b4 100644 --- a/themes/modern/messenger/folderPane.css +++ b/themes/modern/messenger/folderPane.css @@ -45,117 +45,117 @@ /* ::::: mail folder ::::: */ -treechildren:-moz-tree-image(folderNameCol) { +treechildren::-moz-tree-image(folderNameCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } -treechildren:-moz-tree-image(folderNameCol, newMessages-true) { +treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new.gif"); } /* ..... Inbox ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } -treechildren:-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } /* ..... Sent ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Sent) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } /* ..... Drafts ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Drafts) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } /* ..... Templates ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Templates) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } /* ..... Unsent Messages ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } /* ..... Junk ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Junk) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } /* ..... Trash ..... */ -treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) { +treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } -treechildren:-moz-tree-image(folderNameCol, imapShared-true) { +treechildren::-moz-tree-image(folderNameCol, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); } /* ..... Server Folders ..... */ -treechildren:-moz-tree-image(folderNameCol, isServer-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } -treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { +treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* ..... News Folders ..... */ -treechildren:-moz-tree-image(folderNameCol, serverType-nntp) { +treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } /* ..... News Servers ..... */ -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } -treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } /* ::::: All Servers ::::: */ -treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) +treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { font-weight: bold; } -treechildren:-moz-tree-cell-text(folderNameCol, isServer-true), -treechildren:-moz-tree-cell-text(hasUnreadMessages-true) { +treechildren::-moz-tree-cell-text(folderNameCol, isServer-true), +treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { font-weight: bold; } -treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) { +treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) { color: gray; font-style: italic; } @@ -164,15 +164,15 @@ treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) { list-style-image: none; } -treechildren:-moz-tree-image(syncCol) { +treechildren::-moz-tree-image(syncCol) { list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } -treechildren:-moz-tree-image(syncCol, synchronize-true) { +treechildren::-moz-tree-image(syncCol, synchronize-true) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } -treechildren:-moz-tree-image(syncCol, isServer-true) { +treechildren::-moz-tree-image(syncCol, isServer-true) { list-style-image: none; } diff --git a/themes/modern/messenger/messengercompose/messengercompose.css b/themes/modern/messenger/messengercompose/messengercompose.css index db09c552e813..558f6bbf15e0 100644 --- a/themes/modern/messenger/messengercompose/messengercompose.css +++ b/themes/modern/messenger/messengercompose/messengercompose.css @@ -180,22 +180,22 @@ /* ::::: autocomplete icons ::::: */ -treechildren:-moz-tree-cell-text(default-match) { +treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } -treechildren:-moz-tree-image(local-abook) { +treechildren::-moz-tree-image(local-abook) { margin: 2px -3px 2px 4px; list-style-image: url("chrome://messenger/skin/addressbook/icons/myaddrbk.gif"); } -treechildren:-moz-tree-image(remote-abook) { +treechildren::-moz-tree-image(remote-abook) { margin: 2px -4px 2px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/directory.gif"); } -treechildren:-moz-tree-image(remote-err) { +treechildren::-moz-tree-image(remote-err) { margin: 2px -4px 2px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/directory-down.gif"); } diff --git a/themes/modern/messenger/subscribe.css b/themes/modern/messenger/subscribe.css index f1ae84d257bc..b77743ce9857 100644 --- a/themes/modern/messenger/subscribe.css +++ b/themes/modern/messenger/subscribe.css @@ -45,25 +45,25 @@ /* ::::: subscribed icons :::::: */ -treechildren:-moz-tree-image(subscribedColumn), -treechildren:-moz-tree-image(subscribedColumn2) { +treechildren::-moz-tree-image(subscribedColumn), +treechildren::-moz-tree-image(subscribedColumn2) { list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } -treechildren:-moz-tree-image(subscribedColumn, Subscribed-true), -treechildren:-moz-tree-image(subscribedColumn2, subscribed) { +treechildren::-moz-tree-image(subscribedColumn, Subscribed-true), +treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } /* ::::: folder icons :::::: */ -treechildren:-moz-tree-image(nameColumn) { +treechildren::-moz-tree-image(nameColumn) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } -treechildren:-moz-tree-image(nameColumn, ServerType-nntp), -treechildren:-moz-tree-image(nameColumn2, nntp) { +treechildren::-moz-tree-image(nameColumn, ServerType-nntp), +treechildren::-moz-tree-image(nameColumn2, nntp) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } diff --git a/themes/modern/messenger/threadPane.css b/themes/modern/messenger/threadPane.css index 89f9ccfb94a6..bf1e2b145bf5 100644 --- a/themes/modern/messenger/threadPane.css +++ b/themes/modern/messenger/threadPane.css @@ -44,18 +44,18 @@ /* ::::: thread decoration ::::: */ -treechildren:-moz-tree-cell-text(read) { +treechildren::-moz-tree-cell-text(read) { font-weight: normal; } -treechildren:-moz-tree-cell-text(unread) { +treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } /* on a collapsed thread, if the top level message is read, but the thread has * unread children, underline the text. 4.x mac did this, very slick */ -treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) { +treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; } @@ -64,27 +64,27 @@ treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) { **** Priority colors currently not being used at the moment. It has been **** disabled so as to not conflict with the labels color feature. **** -treechildren:-moz-tree-cell-text(priorityCol, priority-highest) { +treechildren::-moz-tree-cell-text(priorityCol, priority-highest) { color: red; } -treechildren:-moz-tree-cell-text(priorityCol, priority-high) { +treechildren::-moz-tree-cell-text(priorityCol, priority-high) { color: rgb(128, 0, 0); } -treechildren:-moz-tree-cell-text(priorityCol, priority-lowest) { +treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) { color: rgb(170, 170, 170); } -treechildren:-moz-tree-cell-text(priorityCol, priority-low) { +treechildren::-moz-tree-cell-text(priorityCol, priority-low) { color: rgb(85, 85, 85); } -treechildren:-moz-tree-cell-text(priorityCol, selected, focus) { +treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: #000000; } -treechildren:-moz-tree-cell-text(priorityCol, selected, focus) { +treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: #FFFFFF; } ****/ @@ -107,45 +107,45 @@ treecol.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol-threaded.gif"); } -treechildren:-moz-tree-image(threadCol, container) { +treechildren::-moz-tree-image(threadCol, container) { list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif"); } -treechildren:-moz-tree-image(threadCol, container, hasUnread) { +treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif"); } /* ::::: new thread icons for watch and ignore ::::: */ -treechildren:-moz-tree-image(news, threadCol, watch) { +treechildren::-moz-tree-image(news, threadCol, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, ignore) { +treechildren::-moz-tree-image(news, threadCol, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, watch, offline) { +treechildren::-moz-tree-image(news, threadCol, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, ignore, offline) { +treechildren::-moz-tree-image(news, threadCol, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { +treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-kill.gif"); } @@ -155,13 +155,13 @@ treecol.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol-unread.gif"); } -treechildren:-moz-tree-image(unreadButtonColHeader) { +treechildren::-moz-tree-image(unreadButtonColHeader) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } -treechildren:-moz-tree-image(unreadButtonColHeader, unread) { +treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/readcol-unread.gif"); } @@ -171,13 +171,13 @@ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol-flagged.gif"); } -treechildren:-moz-tree-image(flaggedCol) { +treechildren::-moz-tree-image(flaggedCol) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } -treechildren:-moz-tree-image(flaggedCol, flagged) { +treechildren::-moz-tree-image(flaggedCol, flagged) { list-style-image: url("chrome://messenger/skin/icons/flagcol-flagged.gif"); } @@ -188,17 +188,17 @@ treecol.junkStatusHeader { } /* "unknown" now looks like "not junk". see bug #182386 */ -treechildren:-moz-tree-image(junkStatusCol) { +treechildren::-moz-tree-image(junkStatusCol) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } -treechildren:-moz-tree-image(junkStatusCol, junk) { +treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } -treechildren:-moz-tree-image(junkStatusCol, notjunk) { +treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; @@ -206,68 +206,68 @@ treechildren:-moz-tree-image(junkStatusCol, notjunk) { /* ..... subject column ..... */ -treechildren:-moz-tree-image(subjectCol) { +treechildren::-moz-tree-image(subjectCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); } -treechildren:-moz-tree-image(subjectCol, new) { +treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } -treechildren:-moz-tree-image(subjectCol, attach) { +treechildren::-moz-tree-image(subjectCol, attach) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, imapdeleted) { +treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); } -treechildren:-moz-tree-image(subjectCol, offline) { +treechildren::-moz-tree-image(subjectCol, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, new, offline) { +treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, attach, offline) { +treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, imapdeleted, offline) { +treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-delete-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news) { +treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } -treechildren:-moz-tree-image(subjectCol, news, attach) { +treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, news, attach, offline) { +treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new) { +treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new, attach) { +treechildren::-moz-tree-image(subjectCol, news, new, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif"); } -treechildren:-moz-tree-image(subjectCol, news, offline) { +treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-off.gif"); } -treechildren:-moz-tree-image(subjectCol, news, new, offline) { +treechildren::-moz-tree-image(subjectCol, news, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-offl.gif"); } -treechildren:-moz-tree-image(subjectCol, news, offline) { +treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif"); } diff --git a/themes/modern/messenger/threadPaneLabels.css b/themes/modern/messenger/threadPaneLabels.css index 4e76e4280b6a..021e6a76a137 100644 --- a/themes/modern/messenger/threadPaneLabels.css +++ b/themes/modern/messenger/threadPaneLabels.css @@ -53,510 +53,510 @@ color: #FF0000; color: rgb(128, 0, 0); */ -treechildren:-moz-tree-cell-text(lc-FFFFFF) { +treechildren::-moz-tree-cell-text(lc-FFFFFF) { color: #FFFFFF } -treechildren:-moz-tree-row(lc-FFFFFF, selected) { +treechildren::-moz-tree-row(lc-FFFFFF, selected) { background-color: #FFFFFF; } -treechildren:-moz-tree-cell-text(lc-CCCCCC) { +treechildren::-moz-tree-cell-text(lc-CCCCCC) { color: #CCCCCC } -treechildren:-moz-tree-row(lc-CCCCCC, selected) { +treechildren::-moz-tree-row(lc-CCCCCC, selected) { background-color: #CCCCCC; } -treechildren:-moz-tree-cell-text(lc-C0C0C0) { +treechildren::-moz-tree-cell-text(lc-C0C0C0) { color: #C0C0C0 } -treechildren:-moz-tree-row(lc-C0C0C0, selected) { +treechildren::-moz-tree-row(lc-C0C0C0, selected) { background-color: #C0C0C0; } -treechildren:-moz-tree-cell-text(lc-999999) { +treechildren::-moz-tree-cell-text(lc-999999) { color: #999999 } -treechildren:-moz-tree-row(lc-999999, selected) { +treechildren::-moz-tree-row(lc-999999, selected) { background-color: #999999; } -treechildren:-moz-tree-cell-text(lc-666666) { +treechildren::-moz-tree-cell-text(lc-666666) { color: #666666 } -treechildren:-moz-tree-row(lc-666666, selected) { +treechildren::-moz-tree-row(lc-666666, selected) { background-color: #666666; } -treechildren:-moz-tree-cell-text(lc-333333) { +treechildren::-moz-tree-cell-text(lc-333333) { color: #333333 } -treechildren:-moz-tree-row(lc-333333, selected) { +treechildren::-moz-tree-row(lc-333333, selected) { background-color: #333333; } -treechildren:-moz-tree-cell-text(lc-000000) { +treechildren::-moz-tree-cell-text(lc-000000) { color: #000000 } -treechildren:-moz-tree-row(lc-000000, selected) { +treechildren::-moz-tree-row(lc-000000, selected) { background-color: #000000; } -treechildren:-moz-tree-cell-text(lc-FFCCCC) { +treechildren::-moz-tree-cell-text(lc-FFCCCC) { color: #FFCCCC } -treechildren:-moz-tree-row(lc-FFCCCC, selected) { +treechildren::-moz-tree-row(lc-FFCCCC, selected) { background-color: #FFCCCC; } -treechildren:-moz-tree-cell-text(lc-FF6666) { +treechildren::-moz-tree-cell-text(lc-FF6666) { color: #FF6666 } -treechildren:-moz-tree-row(lc-FF6666, selected) { +treechildren::-moz-tree-row(lc-FF6666, selected) { background-color: #FF6666; } -treechildren:-moz-tree-cell-text(lc-FF0000) { +treechildren::-moz-tree-cell-text(lc-FF0000) { color: #FF0000 } -treechildren:-moz-tree-row(lc-FF0000, selected) { +treechildren::-moz-tree-row(lc-FF0000, selected) { background-color: #FF0000; } -treechildren:-moz-tree-cell-text(lc-CC0000) { +treechildren::-moz-tree-cell-text(lc-CC0000) { color: #CC0000 } -treechildren:-moz-tree-row(lc-CC0000, selected) { +treechildren::-moz-tree-row(lc-CC0000, selected) { background-color: #CC0000; } -treechildren:-moz-tree-cell-text(lc-990000) { +treechildren::-moz-tree-cell-text(lc-990000) { color: #990000 } -treechildren:-moz-tree-row(lc-990000, selected) { +treechildren::-moz-tree-row(lc-990000, selected) { background-color: #990000; } -treechildren:-moz-tree-cell-text(lc-660000) { +treechildren::-moz-tree-cell-text(lc-660000) { color: #660000 } -treechildren:-moz-tree-row(lc-660000, selected) { +treechildren::-moz-tree-row(lc-660000, selected) { background-color: #660000; } -treechildren:-moz-tree-cell-text(lc-330000) { +treechildren::-moz-tree-cell-text(lc-330000) { color: #330000 } -treechildren:-moz-tree-row(lc-330000, selected) { +treechildren::-moz-tree-row(lc-330000, selected) { background-color: #330000; } -treechildren:-moz-tree-cell-text(lc-FFCC99) { +treechildren::-moz-tree-cell-text(lc-FFCC99) { color: #FFCC99 } -treechildren:-moz-tree-row(lc-FFCC99, selected) { +treechildren::-moz-tree-row(lc-FFCC99, selected) { background-color: #FFCC99; } -treechildren:-moz-tree-cell-text(lc-FF9966) { +treechildren::-moz-tree-cell-text(lc-FF9966) { color: #FF9966 } -treechildren:-moz-tree-row(lc-FF9966, selected) { +treechildren::-moz-tree-row(lc-FF9966, selected) { background-color: #FF9966; } -treechildren:-moz-tree-cell-text(lc-FF9900) { +treechildren::-moz-tree-cell-text(lc-FF9900) { color: #FF9900 } -treechildren:-moz-tree-row(lc-FF9900, selected) { +treechildren::-moz-tree-row(lc-FF9900, selected) { background-color: #FF9900; } -treechildren:-moz-tree-cell-text(lc-FF6600) { +treechildren::-moz-tree-cell-text(lc-FF6600) { color: #FF6600 } -treechildren:-moz-tree-row(lc-FF6600, selected) { +treechildren::-moz-tree-row(lc-FF6600, selected) { background-color: #FF6600; } -treechildren:-moz-tree-cell-text(lc-CC6600) { +treechildren::-moz-tree-cell-text(lc-CC6600) { color: #CC6600 } -treechildren:-moz-tree-row(lc-CC6600, selected) { +treechildren::-moz-tree-row(lc-CC6600, selected) { background-color: #CC6600; } -treechildren:-moz-tree-cell-text(lc-993300) { +treechildren::-moz-tree-cell-text(lc-993300) { color: #993300 } -treechildren:-moz-tree-row(lc-993300, selected) { +treechildren::-moz-tree-row(lc-993300, selected) { background-color: #993300; } -treechildren:-moz-tree-cell-text(lc-663300) { +treechildren::-moz-tree-cell-text(lc-663300) { color: #663300 } -treechildren:-moz-tree-row(lc-663300, selected) { +treechildren::-moz-tree-row(lc-663300, selected) { background-color: #663300; } -treechildren:-moz-tree-cell-text(lc-FFFF99) { +treechildren::-moz-tree-cell-text(lc-FFFF99) { color: #FFFF99 } -treechildren:-moz-tree-row(lc-FFFF99, selected) { +treechildren::-moz-tree-row(lc-FFFF99, selected) { background-color: #FFFF99; } -treechildren:-moz-tree-cell-text(lc-FFFF66) { +treechildren::-moz-tree-cell-text(lc-FFFF66) { color: #FFFF66 } -treechildren:-moz-tree-row(lc-FFFF66, selected) { +treechildren::-moz-tree-row(lc-FFFF66, selected) { background-color: #FFFF66; } -treechildren:-moz-tree-cell-text(lc-FFCC66) { +treechildren::-moz-tree-cell-text(lc-FFCC66) { color: #FFCC66 } -treechildren:-moz-tree-row(lc-FFCC66, selected) { +treechildren::-moz-tree-row(lc-FFCC66, selected) { background-color: #FFCC66; } -treechildren:-moz-tree-cell-text(lc-FFCC33) { +treechildren::-moz-tree-cell-text(lc-FFCC33) { color: #FFCC33 } -treechildren:-moz-tree-row(lc-FFCC33, selected) { +treechildren::-moz-tree-row(lc-FFCC33, selected) { background-color: #FFCC33; } -treechildren:-moz-tree-cell-text(lc-CC9933) { +treechildren::-moz-tree-cell-text(lc-CC9933) { color: #CC9933 } -treechildren:-moz-tree-row(lc-CC9933, selected) { +treechildren::-moz-tree-row(lc-CC9933, selected) { background-color: #CC9933; } -treechildren:-moz-tree-cell-text(lc-996633) { +treechildren::-moz-tree-cell-text(lc-996633) { color: #996633 } -treechildren:-moz-tree-row(lc-996633, selected) { +treechildren::-moz-tree-row(lc-996633, selected) { background-color: #996633; } -treechildren:-moz-tree-cell-text(lc-663333) { +treechildren::-moz-tree-cell-text(lc-663333) { color: #663333 } -treechildren:-moz-tree-row(lc-663333, selected) { +treechildren::-moz-tree-row(lc-663333, selected) { background-color: #663333; } -treechildren:-moz-tree-cell-text(lc-FFFFCC) { +treechildren::-moz-tree-cell-text(lc-FFFFCC) { color: #FFFFCC } -treechildren:-moz-tree-row(lc-FFFFCC, selected) { +treechildren::-moz-tree-row(lc-FFFFCC, selected) { background-color: #FFFFCC; } -treechildren:-moz-tree-cell-text(lc-FFFF33) { +treechildren::-moz-tree-cell-text(lc-FFFF33) { color: #FFFF33 } -treechildren:-moz-tree-row(lc-FFFF33, selected) { +treechildren::-moz-tree-row(lc-FFFF33, selected) { background-color: #FFFF33; } -treechildren:-moz-tree-cell-text(lc-FFFF00) { +treechildren::-moz-tree-cell-text(lc-FFFF00) { color: #FFFF00 } -treechildren:-moz-tree-row(lc-FFFF00, selected) { +treechildren::-moz-tree-row(lc-FFFF00, selected) { background-color: #FFFF00; } -treechildren:-moz-tree-cell-text(lc-FFCC00) { +treechildren::-moz-tree-cell-text(lc-FFCC00) { color: #FFCC00 } -treechildren:-moz-tree-row(lc-FFCC00, selected) { +treechildren::-moz-tree-row(lc-FFCC00, selected) { background-color: #FFCC00; } -treechildren:-moz-tree-cell-text(lc-999900) { +treechildren::-moz-tree-cell-text(lc-999900) { color: #999900 } -treechildren:-moz-tree-row(lc-999900, selected) { +treechildren::-moz-tree-row(lc-999900, selected) { background-color: #999900; } -treechildren:-moz-tree-cell-text(lc-666600) { +treechildren::-moz-tree-cell-text(lc-666600) { color: #666600 } -treechildren:-moz-tree-row(lc-666600, selected) { +treechildren::-moz-tree-row(lc-666600, selected) { background-color: #666600; } -treechildren:-moz-tree-cell-text(lc-333300) { +treechildren::-moz-tree-cell-text(lc-333300) { color: #333300 } -treechildren:-moz-tree-row(lc-333300, selected) { +treechildren::-moz-tree-row(lc-333300, selected) { background-color: #333300; } -treechildren:-moz-tree-cell-text(lc-99FF99) { +treechildren::-moz-tree-cell-text(lc-99FF99) { color: #99FF99 } -treechildren:-moz-tree-row(lc-99FF99, selected) { +treechildren::-moz-tree-row(lc-99FF99, selected) { background-color: #99FF99; } -treechildren:-moz-tree-cell-text(lc-66FF99) { +treechildren::-moz-tree-cell-text(lc-66FF99) { color: #66FF99 } -treechildren:-moz-tree-row(lc-66FF99, selected) { +treechildren::-moz-tree-row(lc-66FF99, selected) { background-color: #66FF99; } -treechildren:-moz-tree-cell-text(lc-33FF33) { +treechildren::-moz-tree-cell-text(lc-33FF33) { color: #33FF33 } -treechildren:-moz-tree-row(lc-33FF33, selected) { +treechildren::-moz-tree-row(lc-33FF33, selected) { background-color: #33FF33; } -treechildren:-moz-tree-cell-text(lc-33CC00) { +treechildren::-moz-tree-cell-text(lc-33CC00) { color: #33CC00 } -treechildren:-moz-tree-row(lc-33CC00, selected) { +treechildren::-moz-tree-row(lc-33CC00, selected) { background-color: #33CC00; } -treechildren:-moz-tree-cell-text(lc-009900) { +treechildren::-moz-tree-cell-text(lc-009900) { color: #009900 } -treechildren:-moz-tree-row(lc-009900, selected) { +treechildren::-moz-tree-row(lc-009900, selected) { background-color: #009900; } -treechildren:-moz-tree-cell-text(lc-006600) { +treechildren::-moz-tree-cell-text(lc-006600) { color: #006600 } -treechildren:-moz-tree-row(lc-006600, selected) { +treechildren::-moz-tree-row(lc-006600, selected) { background-color: #006600; } -treechildren:-moz-tree-cell-text(lc-003300) { +treechildren::-moz-tree-cell-text(lc-003300) { color: #003300 } -treechildren:-moz-tree-row(lc-003300, selected) { +treechildren::-moz-tree-row(lc-003300, selected) { background-color: #003300; } -treechildren:-moz-tree-cell-text(lc-99FFFF) { +treechildren::-moz-tree-cell-text(lc-99FFFF) { color: #99FFFF } -treechildren:-moz-tree-row(lc-99FFFF, selected) { +treechildren::-moz-tree-row(lc-99FFFF, selected) { background-color: #99FFFF; } -treechildren:-moz-tree-cell-text(lc-33FFFF) { +treechildren::-moz-tree-cell-text(lc-33FFFF) { color: #33FFFF } -treechildren:-moz-tree-row(lc-33FFFF, selected) { +treechildren::-moz-tree-row(lc-33FFFF, selected) { background-color: #33FFFF; } -treechildren:-moz-tree-cell-text(lc-66CCCC) { +treechildren::-moz-tree-cell-text(lc-66CCCC) { color: #66CCCC } -treechildren:-moz-tree-row(lc-66CCCC, selected) { +treechildren::-moz-tree-row(lc-66CCCC, selected) { background-color: #66CCCC; } -treechildren:-moz-tree-cell-text(lc-00CCCC) { +treechildren::-moz-tree-cell-text(lc-00CCCC) { color: #00CCCC } -treechildren:-moz-tree-row(lc-00CCCC, selected) { +treechildren::-moz-tree-row(lc-00CCCC, selected) { background-color: #00CCCC; } -treechildren:-moz-tree-cell-text(lc-339999) { +treechildren::-moz-tree-cell-text(lc-339999) { color: #339999 } -treechildren:-moz-tree-row(lc-339999, selected) { +treechildren::-moz-tree-row(lc-339999, selected) { background-color: #339999; } -treechildren:-moz-tree-cell-text(lc-336666) { +treechildren::-moz-tree-cell-text(lc-336666) { color: #336666 } -treechildren:-moz-tree-row(lc-336666, selected) { +treechildren::-moz-tree-row(lc-336666, selected) { background-color: #336666; } -treechildren:-moz-tree-cell-text(lc-003333) { +treechildren::-moz-tree-cell-text(lc-003333) { color: #003333 } -treechildren:-moz-tree-row(lc-003333, selected) { +treechildren::-moz-tree-row(lc-003333, selected) { background-color: #003333; } -treechildren:-moz-tree-cell-text(lc-CCFFFF) { +treechildren::-moz-tree-cell-text(lc-CCFFFF) { color: #CCFFFF } -treechildren:-moz-tree-row(lc-CCFFFF, selected) { +treechildren::-moz-tree-row(lc-CCFFFF, selected) { background-color: #CCFFFF; } -treechildren:-moz-tree-cell-text(lc-66FFFF) { +treechildren::-moz-tree-cell-text(lc-66FFFF) { color: #66FFFF } -treechildren:-moz-tree-row(lc-66FFFF, selected) { +treechildren::-moz-tree-row(lc-66FFFF, selected) { background-color: #66FFFF; } -treechildren:-moz-tree-cell-text(lc-33CCFF) { +treechildren::-moz-tree-cell-text(lc-33CCFF) { color: #33CCFF } -treechildren:-moz-tree-row(lc-33CCFF, selected) { +treechildren::-moz-tree-row(lc-33CCFF, selected) { background-color: #33CCFF; } -treechildren:-moz-tree-cell-text(lc-3366FF) { +treechildren::-moz-tree-cell-text(lc-3366FF) { color: #3366FF } -treechildren:-moz-tree-row(lc-3366FF, selected) { +treechildren::-moz-tree-row(lc-3366FF, selected) { background-color: #3366FF; } -treechildren:-moz-tree-cell-text(lc-3333FF) { +treechildren::-moz-tree-cell-text(lc-3333FF) { color: #3333FF } -treechildren:-moz-tree-row(lc-3333FF, selected) { +treechildren::-moz-tree-row(lc-3333FF, selected) { background-color: #3333FF; } -treechildren:-moz-tree-cell-text(lc-000099) { +treechildren::-moz-tree-cell-text(lc-000099) { color: #000099 } -treechildren:-moz-tree-row(lc-000099, selected) { +treechildren::-moz-tree-row(lc-000099, selected) { background-color: #000099; } -treechildren:-moz-tree-cell-text(lc-000066) { +treechildren::-moz-tree-cell-text(lc-000066) { color: #000066 } -treechildren:-moz-tree-row(lc-000066, selected) { +treechildren::-moz-tree-row(lc-000066, selected) { background-color: #000066; } -treechildren:-moz-tree-cell-text(lc-CCCCFF) { +treechildren::-moz-tree-cell-text(lc-CCCCFF) { color: #CCCCFF } -treechildren:-moz-tree-row(lc-CCCCFF, selected) { +treechildren::-moz-tree-row(lc-CCCCFF, selected) { background-color: #CCCCFF; } -treechildren:-moz-tree-cell-text(lc-9999FF) { +treechildren::-moz-tree-cell-text(lc-9999FF) { color: #9999FF } -treechildren:-moz-tree-row(lc-9999FF, selected) { +treechildren::-moz-tree-row(lc-9999FF, selected) { background-color: #9999FF; } -treechildren:-moz-tree-cell-text(lc-6666CC) { +treechildren::-moz-tree-cell-text(lc-6666CC) { color: #6666CC } -treechildren:-moz-tree-row(lc-6666CC, selected) { +treechildren::-moz-tree-row(lc-6666CC, selected) { background-color: #6666CC; } -treechildren:-moz-tree-cell-text(lc-6633FF) { +treechildren::-moz-tree-cell-text(lc-6633FF) { color: #6633FF } -treechildren:-moz-tree-row(lc-6633FF, selected) { +treechildren::-moz-tree-row(lc-6633FF, selected) { background-color: #6633FF; } -treechildren:-moz-tree-cell-text(lc-6600CC) { +treechildren::-moz-tree-cell-text(lc-6600CC) { color: #6600CC } -treechildren:-moz-tree-row(lc-6600CC, selected) { +treechildren::-moz-tree-row(lc-6600CC, selected) { background-color: #6600CC; } -treechildren:-moz-tree-cell-text(lc-333399) { +treechildren::-moz-tree-cell-text(lc-333399) { color: #333399 } -treechildren:-moz-tree-row(lc-333399, selected) { +treechildren::-moz-tree-row(lc-333399, selected) { background-color: #333399; } -treechildren:-moz-tree-cell-text(lc-330099) { +treechildren::-moz-tree-cell-text(lc-330099) { color: #330099 } -treechildren:-moz-tree-row(lc-330099, selected) { +treechildren::-moz-tree-row(lc-330099, selected) { background-color: #330099; } -treechildren:-moz-tree-cell-text(lc-FFCCFF) { +treechildren::-moz-tree-cell-text(lc-FFCCFF) { color: #FFCCFF } -treechildren:-moz-tree-row(lc-FFCCFF, selected) { +treechildren::-moz-tree-row(lc-FFCCFF, selected) { background-color: #FFCCFF; } -treechildren:-moz-tree-cell-text(lc-FF99FF) { +treechildren::-moz-tree-cell-text(lc-FF99FF) { color: #FF99FF } -treechildren:-moz-tree-row(lc-FF99FF, selected) { +treechildren::-moz-tree-row(lc-FF99FF, selected) { background-color: #FF99FF; } -treechildren:-moz-tree-cell-text(lc-CC66CC) { +treechildren::-moz-tree-cell-text(lc-CC66CC) { color: #CC66CC } -treechildren:-moz-tree-row(lc-CC66CC, selected) { +treechildren::-moz-tree-row(lc-CC66CC, selected) { background-color: #CC66CC; } -treechildren:-moz-tree-cell-text(lc-CC33CC) { +treechildren::-moz-tree-cell-text(lc-CC33CC) { color: #CC33CC } -treechildren:-moz-tree-row(lc-CC33CC, selected) { +treechildren::-moz-tree-row(lc-CC33CC, selected) { background-color: #CC33CC; } -treechildren:-moz-tree-cell-text(lc-993399) { +treechildren::-moz-tree-cell-text(lc-993399) { color: #993399 } -treechildren:-moz-tree-row(lc-993399, selected) { +treechildren::-moz-tree-row(lc-993399, selected) { background-color: #993399; } -treechildren:-moz-tree-cell-text(lc-663366) { +treechildren::-moz-tree-cell-text(lc-663366) { color: #663366 } -treechildren:-moz-tree-row(lc-663366, selected) { +treechildren::-moz-tree-row(lc-663366, selected) { background-color: #663366; } -treechildren:-moz-tree-cell-text(lc-330033) { +treechildren::-moz-tree-cell-text(lc-330033) { color: #330033 } -treechildren:-moz-tree-row(lc-330033, selected) { +treechildren::-moz-tree-row(lc-330033, selected) { background-color: #330033; } -treechildren:-moz-tree-cell-text(lc-white, selected) { +treechildren::-moz-tree-cell-text(lc-white, selected) { color: #FFFFFF } -treechildren:-moz-tree-cell-text(lc-black, selected) { +treechildren::-moz-tree-cell-text(lc-black, selected) { color: #000000 } diff --git a/themes/modern/navigator/navigator.css b/themes/modern/navigator/navigator.css index ba626351213d..e70befb7af1b 100644 --- a/themes/modern/navigator/navigator.css +++ b/themes/modern/navigator/navigator.css @@ -448,11 +448,11 @@ toolbox { /* ::::: autocomplete ::::: */ -.autocomplete-treebody:-moz-tree-cell-text(value) { +.autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 15px; } -.autocomplete-treebody:-moz-tree-cell-text(comment) { +.autocomplete-treebody::-moz-tree-cell-text(comment) { color: #555566; } diff --git a/xpfe/global/resources/content/config.css b/xpfe/global/resources/content/config.css index 68307b919ddf..6ad81d1cbedc 100644 --- a/xpfe/global/resources/content/config.css +++ b/xpfe/global/resources/content/config.css @@ -30,12 +30,12 @@ /* ::::: tree rows ::::: */ -treechildren:-moz-tree-cell-text(user) +treechildren::-moz-tree-cell-text(user) { font-weight: bold; } -treechildren:-moz-tree-cell-text(locked) +treechildren::-moz-tree-cell-text(locked) { font-style: italic; }