X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=3bd7c0a664208e296a4b6dfa3579e8eb125d5d21;hp=8693fd1ad187d7122a342afa4e405343adbdccf2;hb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index 8693fd1a..3bd7c0a6 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -41,7 +41,6 @@ ======================================================================= */ @import url("chrome://messenger/skin/"); -@import url("chrome://communicator/skin/sidebar/sidebar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @@ -99,6 +98,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"); } @@ -112,16 +124,6 @@ list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important; } -/* ::::: sidebar header ::::: */ - -sidebarheader { - border: none; -} - -#sidebar-title-box { - border: none; -} - /* CardView styles - used in the Card View Pane */ #CardViewOuterBox { @@ -166,6 +168,11 @@ sidebarheader { min-width: 30px; } +#cvBuddyIcon { + padding-left: 20px; + padding-top: 2px; +} + .CardViewText, .CardViewLink { padding-left: 20px; @@ -196,13 +203,6 @@ html|p { /* ::::: border adjustments ::::: */ -#sidebar-box { -/* border-top: none; - border-right: 1px solid ThreeDHighlight; - border-bottom: none; - border-left: 1px solid ThreeDShadow; */ -} - #results-splitter { border: none; }