X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=8f6be2b0eabfcc99ec1fff343539b75f54c6084f;hb=a62af8a99f2099bd7ff6c2623fdc419f9bd4c559;hp=dbf4948ae68ad8c9f02d780c76993b12c7fa7e3e;hpb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;p=themes.git diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index dbf4948a..8f6be2b0 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -131,6 +131,98 @@ -moz-image-region: rect(0px 75px 21px 50px); } +/* ::::: small primary toolbar buttons ::::: */ + +toolbar[iconsize="small"] > #button-newcard, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newcard { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-newcard[disabled] { + -moz-image-region: rect(32px 32px 48px 16px); +} + +toolbar[iconsize="small"] > #button-newcard:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-newcard:not([disabled="true"]):hover:active { + -moz-image-region: rect(32px 48px 48px 32px); +} + +toolbar[iconsize="small"] > #button-newlist, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newlist { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-newlist[disabled] { + -moz-image-region: rect(48px 32px 64px 16px); +} + +toolbar[iconsize="small"] > #button-newlist:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-newlist:not([disabled="true"]):hover:active { + -moz-image-region: rect(48px 48px 64px 32px); +} + +toolbar[iconsize="small"] > #button-editcard, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-editcard { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-editcard[disabled] { + -moz-image-region: rect(16px 32px 32px 16px); +} + +toolbar[iconsize="small"] > #button-editcard:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-editcard:not([disabled="true"]):hover:active { + -moz-image-region: rect(16px 48px 32px 32px); +} + +toolbar[iconsize="small"] > #button-newmessage, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newmessage { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(80px 16px 96px 0); +} + +toolbar[iconsize="small"] > #button-newmessage[disabled="true"] { + -moz-image-region: rect(80px 32px 96px 16px); +} + +toolbar[iconsize="small"] > #button-newmessage:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-newmessage:not([disabled="true"]):hover:active { + -moz-image-region: rect(80px 48px 96px 32px); +} + +toolbar[iconsize="small"] > #button-newim, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newim { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(64px 16px 80px 0); +} + +toolbar[iconsize="small"] > #button-newim[disabled] { + -moz-image-region: rect(64px 32px 80px 16px); +} + +toolbar[iconsize="small"] > #button-newim:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-newim:not([disabled="true"]):hover:active { + -moz-image-region: rect(64px 48px 80px 32px); +} + +toolbar[iconsize="small"] > #button-abdelete, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-abdelete { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-abdelete[disabled] { + -moz-image-region: rect(0 32px 16px 16px); +} + +toolbar[iconsize="small"] > #button-abdelete:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-abdelete:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 48px 16px 32px); +} + /* CardView styles - used in the Card View Pane */ #CardViewOuterBox { @@ -214,12 +306,7 @@ html|p { border: none; } -#dirTree, #abResultsTree { - border: none; - margin: 0px; -} - -#resultsTree { +#abResultsTree { /* border-left: 1px solid ThreeDShadow; */ }