X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=be0e7bd8e2119a0495760efb66a6c43ee2c61ee1;hb=8a7d069013fcea93195a9b206a60470cba3a0fc2;hp=455ccf3dbce3976d98d65b22f71a59e490b3bc51;hpb=80916bc42ca2ff0cb12a784cc644905b9036da6e;p=themes.git diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index 455ccf3d..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, #resultsTree { +#dirTree, #abResultsTree { border: none; margin: 0px; } @@ -215,3 +233,12 @@ html|p { #resultsTree { /* border-left: 1px solid ThreeDShadow; */ } + +/* ::::: Search Bar ::::: */ + +#searchBox { +/* + border-top: 1px solid ThreeDHighlight; + border-bottom: 1px solid ThreeDShadow; +*/ +}