From f1b1740af2d12d6d539306f6cc66730347c49c95 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Dec 2017 14:03:33 +0100 Subject: [PATCH] now css for container --- css/container.css | 16 ++++++++++++++++ css/menu.css | 15 --------------- fxml/model.fxml | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 css/container.css diff --git a/css/container.css b/css/container.css new file mode 100644 index 0000000..863736b --- /dev/null +++ b/css/container.css @@ -0,0 +1,16 @@ +@import "./constants.css"; + + + +#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/css/menu.css b/css/menu.css index e6ee4bc..a442f4c 100644 --- a/css/menu.css +++ b/css/menu.css @@ -45,19 +45,4 @@ #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 21dbf3c..65f54ee 100644 --- a/fxml/model.fxml +++ b/fxml/model.fxml @@ -311,7 +311,7 @@ - +