From 35ca82a94e9111fd60bae7689e702c1787cb8473 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Mon, 29 Apr 2019 04:29:57 +0300 Subject: [PATCH] v0.14: Update UI icons, colors, tune building POM --- pom.xml | 14 +++++++++++++- src/main/resources/Settings/SettingsLayout.fxml | 8 ++++---- src/main/resources/res/landing.css | 4 ++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e3f8475..93a0c39 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ https://github.com/developersu/mplayer4anime - mplayer front end to play content pairs, that mostly used for anime (mka+mkv, mp4+ac3, mkv+srt) + mplayer front end to play content pairs that are mostly used for anime (mka+mkv, mp4+ac3, mkv+srt) 2018-2019 @@ -157,6 +157,18 @@ 1.8 + + + maven-jar-plugin + 2.4 + + + default-jar + none + + + + org.apache.maven.plugins maven-assembly-plugin diff --git a/src/main/resources/Settings/SettingsLayout.fxml b/src/main/resources/Settings/SettingsLayout.fxml index 73af378..b7a0488 100644 --- a/src/main/resources/Settings/SettingsLayout.fxml +++ b/src/main/resources/Settings/SettingsLayout.fxml @@ -58,7 +58,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -110,7 +110,7 @@ - + diff --git a/src/main/resources/res/landing.css b/src/main/resources/res/landing.css index 48ff804..e0b9134 100644 --- a/src/main/resources/res/landing.css +++ b/src/main/resources/res/landing.css @@ -97,7 +97,7 @@ -fx-fill: #000000; } .tab-paneSettings .tab:selected SVGPath{ - -fx-fill: #267a9e; + -fx-fill: #f90000; } .tab-paneSettings .tab{ -fx-background-color: #ffffff; @@ -114,7 +114,7 @@ -fx-faint-focus-color: transparent; -fx-border-radius: 0 0 0 0; -fx-border-width: 0 0 5 0; - -fx-border-color: #8dbee4; + -fx-border-color: #0067ab; } .tab-paneSettings > .tab-header-area {