From: Robert Kaiser Date: Sun, 6 Sep 2009 19:15:05 +0000 (+0200) Subject: update both themes for suite default theme changes between 2009-08-24 and 2.0b2 X-Git-Tag: LCARStrek-2.0b2~1 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=7214f5014bebf4bffa82aab8e00cceda3f7973f8 update both themes for suite default theme changes between 2009-08-24 and 2.0b2 --- diff --git a/EarlyBlue/install.rdf b/EarlyBlue/install.rdf index 3a1fdbca..1036c643 100644 --- a/EarlyBlue/install.rdf +++ b/EarlyBlue/install.rdf @@ -12,7 +12,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.0b2pre - 2.0b2pre + 2.0pre diff --git a/EarlyBlue/messenger/addressbook/icons/contact-generic-tiny.png b/EarlyBlue/messenger/addressbook/icons/contact-generic-tiny.png new file mode 100644 index 00000000..80035d6f Binary files /dev/null and b/EarlyBlue/messenger/addressbook/icons/contact-generic-tiny.png differ diff --git a/EarlyBlue/messenger/addressbook/icons/contact-generic.png b/EarlyBlue/messenger/addressbook/icons/contact-generic.png new file mode 100644 index 00000000..71b6d5d7 Binary files /dev/null and b/EarlyBlue/messenger/addressbook/icons/contact-generic.png differ diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 46aae75d..dc1db49d 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -173,3 +173,13 @@ body[selected="false"] { height: 100%; border: none; } + +.mimeAttachmentHeader { + border-style: none; + border-top: 1px solid #808080; +} + +.mimeAttachmentName { + color: #808080; + font-size: 80%; +} diff --git a/EarlyBlue/navigator/icons/identity.png b/EarlyBlue/navigator/icons/identity.png new file mode 100644 index 00000000..ece057ef Binary files /dev/null and b/EarlyBlue/navigator/icons/identity.png differ diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 93ae1447..a4da0ee8 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -104,68 +104,56 @@ list-style-image: url("chrome://global/skin/icons/close-button.gif"); } -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button, toolbar[iconsize="small"] > #back-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(32px 16px 48px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button[disabled="true"], toolbar[iconsize="small"] > #back-button[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button, toolbar[iconsize="small"] > #forward-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(48px 16px 64px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button[disabled="true"], toolbar[iconsize="small"] > #forward-button[disabled="true"] { -moz-image-region: rect(48px 32px 64px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button, toolbar[iconsize="small"] > #reload-button { list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png"); -moz-image-region: rect(0 16px 16px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button[disabled="true"], toolbar[iconsize="small"] > #reload-button[disabled="true"] { -moz-image-region: rect(0 32px 16px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button, toolbar[iconsize="small"] > #stop-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(16px 16px 32px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button[disabled="true"], toolbar[iconsize="small"] > #stop-button[disabled="true"] { -moz-image-region: rect(16px 32px 32px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button, toolbar[iconsize="small"] > #print-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(0 16px 16px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button[disabled="true"], toolbar[iconsize="small"] > #print-button[disabled="true"] { -moz-image-region: rect(0 32px 16px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button, toolbar[iconsize="small"] > #home-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(64px 16px 80px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button[disabled="true"], toolbar[iconsize="small"] > #home-button[disabled="true"] { -moz-image-region: rect(64px 32px 80px 16px) !important; } diff --git a/EarlyBlue/navigator/pageInfo.css b/EarlyBlue/navigator/pageInfo.css index a870e105..de06ca25 100644 --- a/EarlyBlue/navigator/pageInfo.css +++ b/EarlyBlue/navigator/pageInfo.css @@ -129,3 +129,18 @@ treechildren::-moz-tree-cell-text(broken) { .fieldValue { font-weight: bold; } + +#identity-icon { + width: 64px; + height: 64px; + list-style-image: url("chrome://navigator/skin/icons/identity.png"); + -moz-image-region: rect(0px, 64px, 64px, 0px); +} + +#identity-icon.verifiedDomain { + -moz-image-region: rect(64px, 64px, 128px, 0px); +} + +#identity-icon.verifiedIdentity { + -moz-image-region: rect(128px, 64px, 192px, 0px); +} diff --git a/LCARStrek/install.rdf b/LCARStrek/install.rdf index 72baef3d..a5f632a6 100644 --- a/LCARStrek/install.rdf +++ b/LCARStrek/install.rdf @@ -12,7 +12,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.0b2pre - 2.0b2pre + 2.0pre diff --git a/LCARStrek/messenger/addressbook/icons/contact-generic-tiny.png b/LCARStrek/messenger/addressbook/icons/contact-generic-tiny.png new file mode 100644 index 00000000..d4e00bec Binary files /dev/null and b/LCARStrek/messenger/addressbook/icons/contact-generic-tiny.png differ diff --git a/LCARStrek/messenger/addressbook/icons/contact-generic.png b/LCARStrek/messenger/addressbook/icons/contact-generic.png new file mode 100644 index 00000000..b5e2142e Binary files /dev/null and b/LCARStrek/messenger/addressbook/icons/contact-generic.png differ diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index 0b8a2c46..9bce1bf0 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -55,10 +55,6 @@ height: 0px; } -#gray_vertical_splitter { /* XXX: can die when tabmail has landed */ - border: none; -} - #threadpane-splitter { border: none; } diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index 4c0ac47e..289394ab 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/messenger/messageBody.css @@ -173,3 +173,14 @@ body[selected="false"] { height: 100%; border: none; } + + +.mimeAttachmentHeader { + border-style: none; + border-top: 1px solid #8050B0; +} + +.mimeAttachmentName { + color: #8050B0; + font-size: 80%; +} diff --git a/LCARStrek/navigator/icons/identity.png b/LCARStrek/navigator/icons/identity.png new file mode 100644 index 00000000..323b7ff9 Binary files /dev/null and b/LCARStrek/navigator/icons/identity.png differ diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 570cac4a..ab7dc5f1 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -145,109 +145,85 @@ /* ::::: small primary toolbar buttons ::::: */ -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button, toolbar[iconsize="small"] > #back-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(32px 16px 48px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button[disabled="true"], toolbar[iconsize="small"] > #back-button[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #back-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active { -moz-image-region: rect(32px 48px 48px 32px); } -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button, toolbar[iconsize="small"] > #forward-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(48px 16px 64px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button[disabled="true"], toolbar[iconsize="small"] > #forward-button[disabled="true"] { -moz-image-region: rect(48px 32px 64px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active { -moz-image-region: rect(48px 48px 64px 32px); } -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button, toolbar[iconsize="small"] > #reload-button { list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png"); -moz-image-region: rect(0 16px 16px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button[disabled="true"], toolbar[iconsize="small"] > #reload-button[disabled="true"] { -moz-image-region: rect(0 32px 16px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active { -moz-image-region: rect(0 48px 16px 32px); } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button, toolbar[iconsize="small"] > #stop-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(16px 16px 32px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button[disabled="true"], toolbar[iconsize="small"] > #stop-button[disabled="true"] { -moz-image-region: rect(16px 32px 32px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active { -moz-image-region: rect(16px 48px 32px 32px); } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button, toolbar[iconsize="small"] > #print-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(0 16px 16px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button[disabled="true"], toolbar[iconsize="small"] > #print-button[disabled="true"] { -moz-image-region: rect(0 32px 16px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #print-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { -moz-image-region: rect(0 48px 16px 32px); } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button, toolbar[iconsize="small"] > #home-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(64px 16px 80px 0); } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button[disabled="true"], toolbar[iconsize="small"] > #home-button[disabled="true"] { -moz-image-region: rect(64px 32px 80px 16px) !important; } -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button:not([disabled="true"]):hover, -toolbar[iconsize="small"] > toolbarpaletteitem > #home-button:not([disabled="true"]):hover:active, toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover, toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active { -moz-image-region: rect(64px 48px 80px 32px); diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index 20d80eb6..aa8aaea3 100644 --- a/LCARStrek/navigator/pageInfo.css +++ b/LCARStrek/navigator/pageInfo.css @@ -129,3 +129,18 @@ treechildren::-moz-tree-cell-text(broken) { .fieldValue { font-weight: bold; } + +#identity-icon { + width: 64px; + height: 64px; + list-style-image: url("chrome://navigator/skin/icons/identity.png"); + -moz-image-region: rect(0px, 64px, 64px, 0px); +} + +#identity-icon.verifiedDomain { + -moz-image-region: rect(64px, 64px, 128px, 0px); +} + +#identity-icon.verifiedIdentity { + -moz-image-region: rect(128px, 64px, 192px, 0px); +}