X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=7ba0b3858a5eaece195a694e9323f70a5be3a5fe;hp=b4e62e0575ab9d9b1610bd3c84e629c7c5d2a342;hb=f7d5404cec3e2433f0e7c3f0bac16aae1cfb061c;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/communicator/sidebar/sidebar.css index b4e62e05..7ba0b385 100644 --- a/EarlyBlue/communicator/sidebar/sidebar.css +++ b/EarlyBlue/communicator/sidebar/sidebar.css @@ -19,12 +19,14 @@ color: #CCD0DD; background-color: #666699; -moz-padding-start: 4px; + height: auto; + overflow-x: hidden; } #sidebar-panel-picker { color: inherit; } - + .sidebar-header-text { font-weight: bold; } @@ -100,13 +102,13 @@ .sbtab-twisty { margin: 2px 3px 0px; - list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd"); } /* .sbtab-texture { margin: 2px 0px; - background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y; + background: url("chrome://communicator/skin/toolbar/tbgrip-texture.gif") repeat-y; width: 12px; height: 12px; } @@ -132,7 +134,7 @@ } .sbtab-twisty[selected="true"] { - list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#open"); } /* ::::: sidebar navigation buttons ::::: */ @@ -148,4 +150,4 @@ .tab-back { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -} \ No newline at end of file +}