5 lines
114 B
CSS
5 lines
114 B
CSS
|
/* Remove 1px border underneath bookmarks bar */
|
||
|
#navigator-toolbox::after {
|
||
|
border-bottom: 0px !important;
|
||
|
}
|