X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=04079cbe83cdb00627bcac6dc3965d6386b7dcf3;hb=4115f43c2ac9db84c2a8af9784a566c859871db3;hp=be0e7bd8e2119a0495760efb66a6c43ee2c61ee1;hpb=8a7d069013fcea93195a9b206a60470cba3a0fc2;p=themes.git diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index be0e7bd8..04079cbe 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"); @@ -100,16 +99,16 @@ } #button-newim { - list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif"); + list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif"); } #button-newim:hover, #button-newim:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif"); } #button-newim[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important; } #button-delete { @@ -125,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 { @@ -214,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; }