Since updating to FF84 this morning my_userChrome has been disrupted. As you can see from the screen shot the #personal-bookmarks #PlacesToolbar toolbarseparator has beco… (read more)
Since updating to FF84 this morning my_userChrome has been disrupted. As you can see from the screen shot the #personal-bookmarks #PlacesToolbar toolbarseparator has become extremely thick.
My normal my_userChrome code has always been:
/*******************************************/
/* NavBar & Personal ToolBar Separator Lines */
/*******************************************/
#main-window:not([customizing]) #nav-bar toolbarspring {
-moz-appearance: separator !important;
min-width: 1px !important;
max-width: 1px !important;
-moz-margin-start: 1px !important;
}
/* Highlight ToolBar Separator Lines */
#personal-bookmarks #PlacesToolbar toolbarseparator {
margin : 2px 0.2em;
border-right : 1px dotted ThreeDHighlight;
border-left : 1px dotted ThreeDShadow;
width : 1px;
background : #000000 !important;
}
#PersonalToolbar toolbarseparator {
margin : 2px 0.2em;
border-right : 1px dotted ThreeDHighlight;
border-left : 1px dotted ThreeDShadow;
width : 1px;
background : #000000 !important;
}
#nav-bar toolbarseparator {
margin : 2px 0.2em;
border-right : 1px dotted ThreeDHighlight;
border-left : 1px dotted ThreeDShadow;
width : 1px;
background : #000000 !important;
}
Is this a new bug or have things changed with FF84?
Thanks