diff --git a/css/menu.css b/css/menu.css index 292ba4f..4dd938e 100644 --- a/css/menu.css +++ b/css/menu.css @@ -29,4 +29,9 @@ -fx-background-color: #fffffd; +} + +.menu_item{ + -fx-border-width: 0 0 1 0; + -fx-border-color: #dddddd } \ No newline at end of file diff --git a/fxml/model.fxml b/fxml/model.fxml index 695c627..837e47a 100644 --- a/fxml/model.fxml +++ b/fxml/model.fxml @@ -36,11 +36,11 @@ - + - + @@ -49,6 +49,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/menu/dictionary.png b/src/menu/dictionary.png new file mode 100644 index 0000000..3046a82 Binary files /dev/null and b/src/menu/dictionary.png differ diff --git a/src/menu/exercises.png b/src/menu/exercises.png new file mode 100644 index 0000000..3fb7eac Binary files /dev/null and b/src/menu/exercises.png differ diff --git a/src/menu/magazines.png b/src/menu/magazines.png new file mode 100644 index 0000000..d593d99 Binary files /dev/null and b/src/menu/magazines.png differ diff --git a/src/menu/translator.png b/src/menu/translator.png new file mode 100644 index 0000000..6b8a266 Binary files /dev/null and b/src/menu/translator.png differ