X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Fskin%2FmsgHdrViewOverlay.css;h=6c20552b8b2ec93bf5b4e177fd6bd341b4732c5d;hb=3ef99d2dab45fb066218c407236cb6e63755c73d;hp=c5a04d32ede09ce10dd663b00fff613dbaf651da;hpb=c9990331a4456dc80a097ba6a23e9d2578637327;p=themes.git diff --git a/LCARStrek/messenger/skin/msgHdrViewOverlay.css b/LCARStrek/messenger/skin/msgHdrViewOverlay.css index c5a04d32..6c20552b 100755 --- a/LCARStrek/messenger/skin/msgHdrViewOverlay.css +++ b/LCARStrek/messenger/skin/msgHdrViewOverlay.css @@ -26,12 +26,16 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ -toolbar > .toolbar-holder { - background-color: #FF9F00; - background-image: none; - -moz-border-radius: 0px 8px 8px 0px; - padding-right: 12px; -} +#collapsedHeaderView, +#expandedHeaderView + { + min-width : 1px; + background-color : #E7ADE7; + color : black; + background-image : none; + -moz-border-radius : 8px; + margin-bottom : 3px; + } mail-emailaddress { @@ -69,12 +73,22 @@ mail-emailaddress margin: 0px; } -#attachmentButton - { - list-style-image:url("chrome://messenger/skin/attach.gif"); - min-height: 20px; - margin: 0px; - } +#expandedAttachmentBox { + width: 20em; + height: 0px; + list-style-image: url("chrome://messenger/skin/message-mail-attach.gif"); +} + +#attachmentText +{ + font-weight: bold; +} + +#attachmentTree { + margin: 3px; + height: 0px; + width: 20em; +} .emailDisplayImage { @@ -83,11 +97,11 @@ mail-emailaddress .emailDisplayButton { - color : #FFCF00; + color : black; cursor : pointer; min-height : 16px; -moz-border-radius: : 3px; - background-color : black; + background-color : transparent; } .emailDisplayButton:hover @@ -98,31 +112,33 @@ mail-emailaddress .showMoreAddressesButton { - list-style-image : url("chrome://global/skin/twisty-closed.gif"); -/* list-style-image : url("chrome://messenger/skin/more.gif"); */ + list-style-image : url("chrome://global/skin/twisty-closed-selected.gif"); } .showFewerAddressesButton { - list-style-image : url("chrome://global/skin/twisty-open.gif"); -/* list-style-image : url("chrome://messenger/skin/less.gif"); */ + list-style-image : url("chrome://global/skin/twisty-open-selected.gif"); } html.headerValue { + color : black; white-space : normal; min-width : 50px; margin : 0px; + padding-top : 1px; } html.subjectvalue { font-weight : bold; + color : black; } text.headerdisplayname { font-weight : bold; + color : black; margin-right : 0.5em; margin-left : 0.5em; min-height : 18px @@ -130,20 +146,21 @@ text.headerdisplayname text.headerValue { + color : black; white-space : normal; min-width : 50px; /* border-bottom : 1px solid #9999CC; */ } .expandHeaderViewButton { - list-style-image: url("chrome://global/skin/twisty-open.gif"); + list-style-image: url("chrome://global/skin/twisty-open-selected.gif"); margin-left: .5em; margin-right: .5em; } .collapsedHeaderViewButton { - list-style-image: url("chrome://global/skin/twisty-closed.gif"); + list-style-image: url("chrome://global/skin/twisty-closed-selected.gif"); margin-left: .5em; } @@ -175,11 +192,17 @@ text.headerValue text.collapsedHeaderDisplayName { + color: black; font-weight: bold; margin-left: .7em; min-height: 16px; } +text.collapsedHeaderValue +{ + color: black; +} + .collapsedAttachmentButton { list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");