X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fsidebar.css;h=cf99e78932eb9273ca92aa957825299ed1a034bd;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=b272d539a074f5692568ad7b996b6f001bc9de52;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5;p=themes.git diff --git a/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/communicator/sidebar/sidebar.css index b272d539..cf99e789 100644 --- a/EarlyBlue/communicator/sidebar/sidebar.css +++ b/EarlyBlue/communicator/sidebar/sidebar.css @@ -37,16 +37,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* ::::: sidebar toggle button (on personal toolbar) ::::: */ - -#sidebar-button[sbopen="true"] { - list-style-image: url("chrome://communicator/skin/sidebar/sb-open.gif"); -} - -#sidebar-button[sbopen="false"] { - list-style-image: url("chrome://communicator/skin/sidebar/sb-closed.gif"); -} - /* ::::: sidebar container ::::: */ #sidebar-box { @@ -61,11 +51,13 @@ border: none; color: #CCD0DD; background-color: #666699; - padding-left: 4px; + -moz-padding-start: 4px; } #sidebar-panel-picker { color: inherit; + /** bugzilla 89144 - must be able to access tabs dropdown **/ + -moz-user-focus:normal !important; } .sidebar-header-text { @@ -88,7 +80,7 @@ color: #666699; } -.iframe-panel { +.iframe-panel, .browser-sidebar { } /* ::::: loading info ::::: */ @@ -98,7 +90,7 @@ } .text-panel-loading[loading="false"] { - margin-left: 11px; + -moz-margin-start: 11px; } .image-panel-loading {