X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=be0e7bd8e2119a0495760efb66a6c43ee2c61ee1;hb=8a7d069013fcea93195a9b206a60470cba3a0fc2;hp=c7b009e16b75359798d76cac4f3ba625a9f48c45;hpb=2b722888dc2dfc992a2ab17b54f77fb35eb60fa8;p=themes.git diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index c7b009e1..be0e7bd8 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -99,6 +99,19 @@ list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; } +#button-newim { + list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif"); +} + +#button-newim:hover, +#button-newim:hover:active { + list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif"); +} + +#button-newim[disabled="true"] { + list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; +} + #button-delete { list-style-image:url("chrome://global/skin/icons/trash.gif"); } @@ -166,6 +179,11 @@ sidebarheader { min-width: 30px; } +#cvBuddyIcon { + padding-left: 20px; + padding-top: 2px; +} + .CardViewText, .CardViewLink { padding-left: 20px; @@ -207,7 +225,7 @@ html|p { border: none; } -#dirTree, #abResultsOutliner { +#dirTree, #abResultsTree { border: none; margin: 0px; }