datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.24k stars 59 forks source link

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

Closed Anastasis-M closed 9 months ago

Anastasis-M commented 10 months ago

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?

datguypiko commented 9 months ago

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;
}