From 2376e1c658bc620ead46a7886954e47f06cffc97 Mon Sep 17 00:00:00 2001 From: firm1 Date: Wed, 26 Oct 2016 15:33:53 +0200 Subject: [PATCH] Update editor.css --- .../com/zestedesavoir/zestwriter/css/editor.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 +}