From d03ca8a272310008bae96461830e698d142761ce Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sun, 15 Jun 2014 10:54:49 +0200 Subject: [PATCH] removed some customizations to have a more "default" look of the app --- src/de/geofroggerfx/fx/geofrogger.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/de/geofroggerfx/fx/geofrogger.css b/src/de/geofroggerfx/fx/geofrogger.css index 664c0eb..4f225d9 100644 --- a/src/de/geofroggerfx/fx/geofrogger.css +++ b/src/de/geofroggerfx/fx/geofrogger.css @@ -4,7 +4,6 @@ } .menu-bar { - -fx-background-color: #aeb5ba, linear-gradient(to bottom, #ecf4fa 0%, #ced4d9 100%); -fx-background-insets: 0, 0 0 1 0; } @@ -22,10 +21,6 @@ -fx-padding: 0; } -.form { - -fx-background-color: #aeb5ba, linear-gradient(to bottom, #ecf4fa 0%, #ced4d9 100%); -} - .details-header, .cache-header { -fx-background-color: linear-gradient(to bottom, #aaaaaa 0%, #888888 100%);