I generated a bubble chat thingy from http://www.ilikepixels.co.uk/drop/bubbler/
In my page I put a number inside of it
.bubble { position: relative;
I resolved a similar problem by border-color: inherit
, see:
... li { border-width: 0; } li:before { content: ''; display: inline-block; float: none; margin-right: 10px; border-width: 4px; border-style: solid; border-color: inherit; }