diff --git a/src/main/resources/com/zestedesavoir/zestwriter/css/editor.css b/src/main/resources/com/zestedesavoir/zestwriter/css/editor.css index da2254206..096d20c9a 100644 --- a/src/main/resources/com/zestedesavoir/zestwriter/css/editor.css +++ b/src/main/resources/com/zestedesavoir/zestwriter/css/editor.css @@ -1,18 +1,24 @@ .findReplace-highlightsFind{ - -fx-background-fill: #fdde02; + -fx-background-fill: #FFF9C8; + -fx-border-color: #fdde02; + -fx-border-width: 1px; } .findReplace-highlightsFindAction{ -fx-background-fill: #ff9900; -fx-font-weigh: bold; -fx-underline: true; + -fx-border-color: #fdde02; + -fx-border-width: 1px; } .findReplace-highlightsReplace{ -fx-background-fill: #ff9900; + -fx-border-color: #fdde02; + -fx-border-width: 1px; } .lineno { -fx-alignment: top-left; -fx-label-padding: 5, 5, 5, 5; -} \ No newline at end of file +}