datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to remove the black line under the tab bar?

Anastasis-M opened this issue · comments

image
It wasn't there in the previous versions. Maybe its my fault cause I've made some modifications (but mainly color stuff), if it's not supposed to be there could you share the code that removes it?

If you use "spill-style-part1-file.css" file update it or add this code to userchrome.css file.

#main-window #navigator-toolbox {
    border-bottom: none !important;
}