diff --git a/themes/modern/communicator/formatting.css b/themes/modern/communicator/formatting.css index b353c0bfb2bc..56a6d7a629f5 100644 --- a/themes/modern/communicator/formatting.css +++ b/themes/modern/communicator/formatting.css @@ -32,14 +32,11 @@ .text-link { cursor: pointer; - color: #666699; + color: #424F63; text-decoration: underline; } .text-link:hover { - color: #333366; + color: #1455D6; } -.text-link:hover:active { - color: #990000; -} \ No newline at end of file diff --git a/themes/modern/global/menu.css b/themes/modern/global/menu.css index 9425f367b72a..8a9416243450 100644 --- a/themes/modern/global/menu.css +++ b/themes/modern/global/menu.css @@ -146,7 +146,7 @@ menupopup > menu[menuactive="true"], menupopup > menuitem[menuactive="true"], popup > menu[menuactive="true"], popup > menuitem[menuactive="true"] { - background-color: #9499AC; + background-color: #424F63; color: #FFFFFF; } diff --git a/themes/modern/global/outliner.css b/themes/modern/global/outliner.css index 55dd1ac5a07e..db3cc71a5f1d 100644 --- a/themes/modern/global/outliner.css +++ b/themes/modern/global/outliner.css @@ -46,23 +46,22 @@ outlinerbody:-moz-outliner-row { } outlinerbody:-moz-outliner-row(selected) { - background-color: #E5F2FF; + background-color: #C7D0D9; } outlinerbody:-moz-outliner-row(selected, focus) { - background-color: #B8DBFF; + background-color: #424F63; } outlinerbody:-moz-outliner-row(current, focus) { - border-color: #A5C4E4; + border-top-color: #000000; + border-bottom-color: #000000; } /* ::::: outliner cells ::::: */ outlinerbody:-moz-outliner-cell { - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - padding: 0px 0px 1px 2px; + padding: 0px 0px 0px 2px; } outlinerbody:-moz-outliner-cell-text { @@ -73,6 +72,10 @@ outlinerbody:-moz-outliner-cell-text(selected) { color: #000000; } +outlinerbody:-moz-outliner-cell-text(selected, focus) { + color: #FFFFFF; +} + /* ::::: outliner columns ::::: */ outlinercol { diff --git a/themes/modern/global/toolbar.css b/themes/modern/global/toolbar.css index 139f29247c9d..0ab36946ccd6 100644 --- a/themes/modern/global/toolbar.css +++ b/themes/modern/global/toolbar.css @@ -40,7 +40,7 @@ toolbar { Removes disappearance of scrollbars in content pane when window is made smaller. Talk to evaughan@netscape.com for details. */ background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; - color: #22262F; + color: #000000; } toolbar > .toolbar-holder { @@ -58,7 +58,7 @@ menubar { Removes disappearance of scrollbars in content pane when window is made smaller. Talk to evaughan@netscape.com for details. */ background-color: #DDE3EB; - color: #22262F; + color: #000000; } menubar > .toolbar-holder { diff --git a/themes/modern/global/tree.css b/themes/modern/global/tree.css index bc168e137eea..3f357e614bb0 100644 --- a/themes/modern/global/tree.css +++ b/themes/modern/global/tree.css @@ -61,18 +61,14 @@ treerow { } treeitem[selected="true"] > treerow { - background-color: #E5F2FF; + background-color: #C7D0D9; color: #000000; } tree:focus > treechildren treeitem[selected="true"] > treerow, treeitem[dd-dropon="true"] > treerow { - background-color: #B8DBFF; - color: #000000; -} - -tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow { - border-color: #A5C4E4; + background-color: #424F63; + color: #FFFFFF; } treehead > treeitem > treerow, @@ -91,8 +87,8 @@ treecell { } tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow > treecell { - border-top-color: #A5C4E4; - border-bottom-color: #A5C4E4; + border-top-color: #000000; + border-bottom-color: #000000; } /* ::::: iconic treecell ::::: */ diff --git a/themes/modern/messenger/msgHdrViewOverlay.css b/themes/modern/messenger/msgHdrViewOverlay.css index 0f02f3a10fe6..984ba2903534 100644 --- a/themes/modern/messenger/msgHdrViewOverlay.css +++ b/themes/modern/messenger/msgHdrViewOverlay.css @@ -111,10 +111,14 @@ mail-emailaddress { .emailDisplayButton { cursor: pointer; min-height: 16px; - color: blue; + color: #424F63; text-decoration: underline; } +.emailDisplayButton:hover { + color: #1455D6; +} + .emailDisplayImage { text-align: right; }