eclipse-ui-themes icon indicating copy to clipboard operation
eclipse-ui-themes copied to clipboard

Cursor position row/col in status bar text is black on grey and hard to see

Open bedge opened this issue 12 years ago • 1 comments

I couldn't find where to set this explicitly, but I would think that a manual override shouldn't be necessary when using a complete re-skin theme.

bedge avatar Apr 11 '13 16:04 bedge

Probably I'm a little late to the party, but adding:

#org-eclipse-ui-StatusLine {
    color: #999;
}

seems to fix it for me. I'll probably make a pull request later for this.

agatti avatar Sep 18 '13 16:09 agatti