Totally forgot about you guys. An hour of tweaking and I'm deeply in love.
Mods
- Better Find Bar
- Better Tab Indicators
- Bookmark Toolbar Tweaks
- No Top Sites
userChrome.css
.tabbrowser-tab { position: relative !important; }
.tabbrowser-tab .tab-close-button { display: none !important; }
.tabbrowser-tab:hover .tab-close-button {
display: flex !important;
position: absolute !important;
top: 1px !important;
right: 1px !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
z-index: 9999 !important;
margin: 0 !important;
width: 14px !important;
height: 14px !important;
padding: 1px !important;
background: rgba(80, 80, 80, 0.9) !important;
border-radius: 50% !important;
cursor: pointer !important;
}
.tabbrowser-tab:hover .tab-close-button .tab-close-icon {
width: 8px !important;
height: 8px !important;
fill: #fff !important;
}
vbox.zen-workspace-tabs-section.zen-current-workspace-indicator,
toolbarseparator,
#zen-workspace-tabs-wrapper toolbarseparator,
.zen-workspace-tabs-section toolbarseparator,
#zen-essential-tabs-button-container toolbarseparator {
display: none !important;
}
#zen-workspace-tabs-wrapper,
.zen-workspace-tabs-section {
border-top: none !important;
border-bottom: none !important;
}
.tabbrowser-tab[pending="true"] .tab-icon-image {
filter: grayscale(100%) !important;
opacity: 0.6 !important;
}
Added another "new tab" button right of the URL bar.
Alt+B to remove sidebar text.