From f62e7553bb66e6776f10fb45da9cc1a6f12f8ec6 Mon Sep 17 00:00:00 2001 From: dpad85 Date: Thu, 2 Feb 2017 13:22:54 +0100 Subject: [PATCH] Fixed selected tab style --- eclair-node/src/main/resources/gui/main/main.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/eclair-node/src/main/resources/gui/main/main.css b/eclair-node/src/main/resources/gui/main/main.css index 88fa71ad4..1c4d4a038 100644 --- a/eclair-node/src/main/resources/gui/main/main.css +++ b/eclair-node/src/main/resources/gui/main/main.css @@ -1,9 +1,13 @@ +/* ---------- Status Bar ---------- */ + .status-bar { -fx-padding: .5em 1em; - -fx-background-color: rgb(230,230,230); + -fx-background-color: rgb(221,221,221); + -fx-border-width: 1px 0 0 0; + -fx-border-color: rgb(181,181,181); } .status-bar .separator:vertical { - -fx-padding: -.5em 1em; + -fx-padding: 0 1em; } .status-bar .separator:vertical .line { @@ -66,4 +70,9 @@ } .tab-content-area { -fx-padding: .5em 1em 0; +} + +.tab:top:selected { + -fx-focus-color: transparent; + -fx-faint-focus-color: transparent; } \ No newline at end of file