> In changing the top black banner to a lighter colour (say a gold-yellow or a 
> bright red) I can see a narrow black line appearing in between the Cart and 
> Lists Icons. Does anyone know how to resolve this?

What you see is an empty list item which has this style:

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

To make it go away, you could add this to the OpacUserCSS system preference:

.navbar-inverse .divider-vertical {
    border: 0;
}

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to