Sidebar disappears

User Help for Mozilla Firefox
Post Reply
josegotme
Posts: 407
Joined: December 23rd, 2008, 11:43 am

Sidebar disappears

Post by josegotme »

Updating firefox and my sidebar disappeared. It is a css script. All addons are working.
bunny ear tv
Posts: 6
Joined: November 15th, 2017, 7:07 am

Re: Sidebar disappears

Post by bunny ear tv »

josegotme
Posts: 407
Joined: December 23rd, 2008, 11:43 am

Re: Sidebar disappears

Post by josegotme »

But, it does not address the sidebar which remains uninstalled.
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Re: Sidebar disappears

Post by mightyglydd »

Menu Bar > View > Sidebar > Choose
Ctrl B/H ?
#KeepFightingMichael and Alex.
josegotme
Posts: 407
Joined: December 23rd, 2008, 11:43 am

Re: Sidebar disappears

Post by josegotme »

What is needed is an addon, like sidebar +, that works. This other stuff is superfluous.
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Re: Sidebar disappears

Post by mightyglydd »

An "addon" that does WHAT!?
It is a css script
Which you haven't posted..
#KeepFightingMichael and Alex.
josegotme
Posts: 407
Joined: December 23rd, 2008, 11:43 am

Re: Sidebar disappears

Post by josegotme »

A sidebar that can list additional bookmarks and history on the left corner as other ones did in the past. Sidebar + does it , but is too buggy for practical use. The following script no longer works:

/* Sidebar */
@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");
/*background and font color of sidebar */
#bookmarksPanel treechildren,
#history-panel treechildren {background-color: rgb(255,255,184) !important;
font-weight: bold !important;font-size: 13pt !important;color: black !important;}

/*Bookmarks sidebar: change hover color */
#bookmarks-view treechildren:-moz-tree-cell(hover) {background-color: red !important; }
#bookmarks-view treechildren:-moz-tree-cell(selected) {background-color: red !important; }

Select all
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}

#main-menubar > menu > :-moz-any(label,description),
#PlacesToolbarItems toolbarbutton > :-moz-any(label,description) {
font-weight: bold !important;
}


tab [selected] {
font-weight: italic !important;
}


#personal-bookmarks {
display: block;
}

#personal-bookmarks #PlacesToolbar {
display: block;
min-height: 0px;
overflow-x: hidden;
overflow-y: auto;
max-height: 999px;
}

#personal-bookmarks #PlacesToolbar > hbox {
display: -moz-stack !important;
left: 0px;
right: 0px;
width: 100%;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarItems {
overflow-x: visible;
overflow-y: visible;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box {
display: block;
}

#personal-bookmarks #PlacesToolbar > .bookmark-item{
visibility: visible !important;
}

#personal-bookmarks #PlacesToolbar .chevron{
display: none;
}

#personal-bookmarks #PlacesToolbar > hbox > hbox{
overflow-x: hidden;
overflow-y: hidden;
}

#personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"],
#personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator{
display: none;
}

#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item{
padding-top: 2px;
padding-bottom: 2px;
/*margin-left: -4px !important;
padding-right: 9.5px !important;*/
}

#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
#personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
padding-top: 2px !important;
padding-bottom: 2px !important;
/*-moz-padding-start: 4px;
-moz-padding-end: 2px;*/
}

#personal-bookmarks #PlacesToolbar toolbarseparator{
-moz-appearance: none !important;
visibility: visible !important;
display: inline;
text-shadow: none !important;
border-left: 3px solid ThreeDShadow !important;
border-right: 3px solid ThreeDHighlight !important;
vertical-align: middle;
}

#personal-bookmarks toolbarbutton.bookmark-item[dragover][open]{
-moz-appearance: toolbarbutton;
}

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar):not(#TabsToolbar) {
max-height: 999px !important;
User avatar
mightyglydd
Posts: 9813
Joined: November 4th, 2006, 7:07 pm
Location: Hollywood Ca.

Re: Sidebar disappears

Post by mightyglydd »

Aah! All is clear, I tried that once upon a time, was a little 'busy' for me..

Can't help with the code. ..at least it's visible for others to see.
#KeepFightingMichael and Alex.
Post Reply