From 15404a9c9c64d765a40f14ac527d4fe66ec41fe8 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Tue, 1 Jun 2021 19:49:10 +0200 Subject: [PATCH] del: index.html --- Modules/Website/index.html | 15731 ----------------------------- Modules/Website/src/MainPage.elm | 3 + 2 files changed, 3 insertions(+), 15731 deletions(-) delete mode 100644 Modules/Website/index.html diff --git a/Modules/Website/index.html b/Modules/Website/index.html deleted file mode 100644 index 5ec062a..0000000 --- a/Modules/Website/index.html +++ /dev/null @@ -1,15731 +0,0 @@ - - - - - Main - - - - - -

-
-
-
-
-
\ No newline at end of file
diff --git a/Modules/Website/src/MainPage.elm b/Modules/Website/src/MainPage.elm
index 47f47cb..1663d7b 100644
--- a/Modules/Website/src/MainPage.elm
+++ b/Modules/Website/src/MainPage.elm
@@ -13,6 +13,7 @@ import Http
 import Json.Decode exposing (Decoder, int, string, succeed)
 import Json.Decode.Pipeline exposing (required)
 import Json.Encode as Encode
+import Html.Events exposing (onMouseOver)
 
 
 type alias Form =
@@ -286,6 +287,7 @@ formatButton position label state =
         , Border.widthEach borders
         , Border.color color.blue
         , width (px 80)
+        , mouseOver [ Background.color color.lightBlue ]
         , Background.color <|
             if state == Input.Selected then
                 color.lightBlue
@@ -370,6 +372,7 @@ view model =
             , Border.color color.darkBlue
             , paddingXY 32 16
             , Border.rounded 3
+            , mouseOver [ Background.color color.darkBlue ]
             ]
             { onPress = Just (PostForm model.form)
             , label = Element.text "Download"