X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=ba402279f2ef2a247bb57d5ada8728b3a2536b9a;hb=c1f7cc847f45047fb26e27daed4a3e24d9ad2f25;hp=7cfee7151c8c24e768f2a70a8fc13b6ff731dba6;hpb=8caa872d050772c572257f23011c668f70dcaef7;p=themes.git diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index 7cfee715..ba402279 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -48,81 +48,86 @@ /* ::::: primary toolbar buttons ::::: */ #button-newcard { - list-style-image:url("chrome://messenger/skin/addressbook/icons/newcard.gif"); -} - -#button-newcard:hover, -#button-newcard:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(42px 25px 63px 0px); } #button-newcard[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important; + -moz-image-region: rect(42px 50px 63px 25px); } +#button-newcard:not([disabled="true"]):hover, +#button-newcard:not([disabled="true"]):hover:active { + -moz-image-region: rect(42px 75px 63px 50px); +} + #button-newlist { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(63px 25px 84px 0px); } -#button-newlist:hover, -#button-newlist:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif"); +#button-newlist[disabled="true"] { + -moz-image-region: rect(63px 50px 84px 25px); } -#button-newlist[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important; +#button-newlist:not([disabled="true"]):hover, +#button-newlist:not([disabled="true"]):hover:active { + -moz-image-region: rect(63px 75px 84px 50px); } #button-editcard { - list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(21px 25px 42px 0px); } -#button-editcard:hover, -#button-editcard:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif"); +#button-editcard[disabled="true"] { + -moz-image-region: rect(21px 50px 42px 25px); } -#button-editcard[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important; +#button-editcard:not([disabled="true"]):hover, +#button-editcard:not([disabled="true"]):hover:active { + -moz-image-region: rect(21px 75px 42px 50px); } #button-newmessage { - list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(105px 25px 126px 0px); } -#button-newmessage:hover, -#button-newmessage:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif"); +#button-newmessage[disabled="true"] { + -moz-image-region: rect(105px 50px 126px 25px); } -#button-newmessage[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; +#button-newmessage:not([disabled="true"]):hover, +#button-newmessage:not([disabled="true"]):hover:active { + -moz-image-region: rect(105px 75px 126px 50px); } #button-newim { - list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(84px 25px 105px 0px); } -#button-newim:hover, -#button-newim:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif"); +#button-newim[disabled="true"] { + -moz-image-region: rect(84px 25px 105px 0px); } -#button-newim[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important; +#button-newim:not([disabled="true"]):hover, +#button-newim:not([disabled="true"]):hover:active { + -moz-image-region: rect(84px 25px 105px 0px); } -#button-delete { - list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); +#button-abdelete { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); -moz-image-region: rect(0px 25px 21px 0px); } -#button-delete[disabled="true"] { +#button-abdelete[disabled="true"] { -moz-image-region: rect(0px 50px 21px 25px); } -#button-delete:not([disabled="true"]):hover, -#button-delete:not([disabled="true"]):hover:active { +#button-abdelete:not([disabled="true"]):hover, +#button-abdelete:not([disabled="true"]):hover:active { -moz-image-region: rect(0px 75px 21px 50px); } @@ -163,7 +168,7 @@ .CardViewHeading { padding: 1px; -moz-padding-start: 5px; - margin: 0px 0px 1px 0px; + margin: 0 0 1px; background-color: #008484; color: #000000; font-weight: bold; @@ -209,20 +214,15 @@ html|p { border: none; } -#dirTree, #abResultsTree { - border: none; - margin: 0px; -} - -#resultsTree { +#abResultsTree { /* border-left: 1px solid ThreeDShadow; */ } -/* ::::: Search Bar ::::: */ +/* ::::: lightweight themes ::::: */ -#searchBox { -/* - border-top: 1px solid ThreeDHighlight; - border-bottom: 1px solid ThreeDShadow; -*/ +#CardViewOuterBox:-moz-lwtheme, +treecols:-moz-lwtheme { + text-shadow: none; + /* color: -moz-dialogtext; + background-color: -moz-dialog; */ }