darkstrap icon indicating copy to clipboard operation
darkstrap copied to clipboard

Glyphs within tabs and headings should be white?

Open CaMer0n opened this issue 11 years ago • 1 comments

Shouldn't Line 146 be this?

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

Without it, glyphs within tabs (and headings look like this: darkstrap_icon_issue

CaMer0n avatar Mar 16 '13 00:03 CaMer0n

Made a pull request on this one. Easy little fix, that just does exactly what it should.

fbjerggaard avatar Mar 21 '13 19:03 fbjerggaard