Ignore:
Timestamp:
2020-11-06T08:11:47+01:00 (5 years ago)
Author:
simon04
Message:

see #19819 - Obtain link color using UIManager (default to JOSM blue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/HtmlPanel.java

    r17117 r17299  
    5757                f.isItalic() ? "italic" : "normal"
    5858        ) + '}');
    59         ss.addRule("a {text-decoration: underline; color: " + JosmEditorPane.getLinkColor("blue") + "}");
     59        ss.addRule("a {text-decoration: underline; color: " + JosmEditorPane.getLinkColor() + "}");
    6060        ss.addRule("ul {margin-left: 1cm; list-style-type: disc}");
    6161        JosmHTMLEditorKit kit = new JosmHTMLEditorKit();
Note: See TracChangeset for help on using the changeset viewer.