ShadowFox/userChrome-files/remove_bookmarks_bottom_bor...

5 lines
114 B
CSS

/* Remove 1px border underneath bookmarks bar */
#navigator-toolbox::after {
border-bottom: 0px !important;
}