ShadowFox/userChrome-files/remove_bookmarks_bottom_bor...

5 lines
114 B
CSS
Raw Normal View History

2017-12-01 05:11:24 +00:00
/* Remove 1px border underneath bookmarks bar */
#navigator-toolbox::after {
border-bottom: 0px !important;
}