In relation to my previous post, I tried to apply borders to the cropped to content bookmark bar with

#PlacesToolbarItems{
    border: 1px solid black;
    border-top: none;
}

But the border is spanning the whole window. How can I limit it to bookmark bar length as well?

  • @subhasutraOP
    link
    12 months ago

    You are right, it was the height adjustment I had to make for removing the line beneath toolbar, it was causing a blank space (not a border). Adjusting the height solved it. Thank you.