X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=91ec26b39261766f1d56666e8b3836d01ddcefa9;hp=886391becf78c865391ec2c53cf259a636b3301a;hb=43ba37c15d4c3b381344e45dac387a9df582f48f;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/messenger/messengercompose/messengercompose.css b/LCARStrek/messenger/messengercompose/messengercompose.css index 886391be..91ec26b3 100644 --- a/LCARStrek/messenger/messengercompose/messengercompose.css +++ b/LCARStrek/messenger/messengercompose/messengercompose.css @@ -196,7 +196,7 @@ toolbar[iconsize="small"] > #button-save[open="true"] { } #MsgHeadersToolbar > .toolbar-box > .toolbar-holder { - -moz-padding-end: 0; /* this undoes the padding in toolbar.css */ + padding-inline-end: 0; /* this undoes the padding in toolbar.css */ } /* ::::: autocomplete icons ::::: */ @@ -204,28 +204,28 @@ toolbar[iconsize="small"] > #button-save[open="true"] { treechildren::-moz-tree-cell-text(default-match) { margin-top: 2px; margin-bottom: 2px; - -moz-margin-start: 15px; - -moz-margin-end: -3px; + margin-inline-start: 15px; + margin-inline-end: -3px; border: none; } treechildren::-moz-tree-image(local-abook) { margin-top: 2px; margin-bottom: 2px; - -moz-margin-start: 4px; - -moz-margin-end: -1px; + margin-inline-start: 4px; + margin-inline-end: -1px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(remote-abook) { margin: 2px; - -moz-margin-end: -3px; + margin-inline-end: -3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(remote-err) { margin: 2px; - -moz-margin-end: -3px; + margin-inline-end: -3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } @@ -243,15 +243,15 @@ treechildren::-moz-tree-image(remote-err) { #addresses-box > hbox > label, #attachments-box > label { - -moz-margin-start: 0px; + margin-inline-start: 0px; } #msgIdentity { - -moz-margin-end: 0px; + margin-inline-end: 0px; } #msgSubject { - -moz-margin-end: 0px; + margin-inline-end: 0px; } #attachmentBucket { @@ -271,6 +271,49 @@ treechildren::-moz-tree-image(remote-err) { border: none; } +treechildren::-moz-tree-image(subscribed-news) { + margin-inline-start: 2px; + margin-inline-end: -3px; + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); +} + +/* ::::: compact menulists ::::: */ + +.menulist-compact { + -moz-box-align: center; + -moz-box-pack: center; + margin: 0px; + color: #E7ADE7; + border: 1px solid #9C9CFF; + list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); +} + +.menulist-compact > .menulist-label-box > .menulist-label { + margin: 0 3px !important; + text-align: end; +} + +.menulist-compact > .menulist-label-box > .menulist-icon { + margin-inline-start: 2px; +} + +.menulist-compact[open="true"] { + border: 1px solid #FFCF00; +} + +.menulist-compact:hover, +.menulist-compact[open="true"] { + list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); +} + +.menulist-compact[disabled="true"] { + list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); +} + +#FontFaceSelect { + max-width: 35ch; +} + /* ::::: lightweight themes ::::: */ #MsgHeadersToolbar:-moz-lwtheme,