From fb579ccc65a788c8206b6f241d9f625bd67ff11b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Dec 2017 13:52:25 +0100 Subject: [PATCH] added searchbar for tests --- css/menu.css | 15 +++++++++++++++ fxml/model.fxml | 8 ++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/css/menu.css b/css/menu.css index a442f4c..e6ee4bc 100644 --- a/css/menu.css +++ b/css/menu.css @@ -45,4 +45,19 @@ #submenu{ -fx-background-color: null; +} + + + +#mag_searchbar{ + -fx-border-radius: 0 0 1 0; + -fx-background-color: #ffffff; + -fx-border-color: #eeeeee; + + -fx-background-radius: 0; + -fx-border-radius: 0; + + -fx-pref-height: 26; + -fx-pref-width: 759; + -fx-margin: 20 0 20 0; } \ No newline at end of file diff --git a/fxml/model.fxml b/fxml/model.fxml index 231775d..21dbf3c 100644 --- a/fxml/model.fxml +++ b/fxml/model.fxml @@ -14,7 +14,7 @@ - + @@ -309,11 +309,11 @@ - + - + - +