diff --git a/build/jar/apk-dependency-graph.jar b/build/jar/apk-dependency-graph.jar index a057fb9..3bdf811 100644 Binary files a/build/jar/apk-dependency-graph.jar and b/build/jar/apk-dependency-graph.jar differ diff --git a/gui/Scripts/dependency.css b/gui/Scripts/dependency.css index 881248e..e4cca8c 100644 --- a/gui/Scripts/dependency.css +++ b/gui/Scripts/dependency.css @@ -107,40 +107,33 @@ form { position: absolute; right: 10px; top: 60px; + color: white; +} + +form label { + color: white; +} + +form input::placeholder { + color: white; +} + +#form-background { + position: absolute; + right: 0px; + top: 60px; + width: 390px; + height: 350px; + background-color: #000; + filter: alpha(opacity=40); + -moz-opacity: 0.4; + -khtml-opacity: 0.4; + opacity: 0.4; } #simple-menu { position: absolute; right: 10px; top: 10px; - -} -.editor-button { - background: #000000; - background-image: -webkit-linear-gradient(top, #000000, #6a7175); - background-image: -moz-linear-gradient(top, #000000, #6a7175); - background-image: -ms-linear-gradient(top, #000000, #6a7175); - background-image: -o-linear-gradient(top, #000000, #6a7175); - background-image: linear-gradient(to bottom, #000000, #6a7175); - -webkit-border-radius: 28; - -moz-border-radius: 28; - border-radius: 28px; - text-shadow: 2px 1px 5px #000000; - font-family: Menlo; - color: #ffffff; - font-size: 20px; - padding: 10px 20px 10px 20px; - text-decoration: none; - - -} - -.editor-button:hover { - background: #545f66; - background-image: -webkit-linear-gradient(top, #545f66, #111112); - background-image: -moz-linear-gradient(top, #545f66, #111112); - background-image: -ms-linear-gradient(top, #545f66, #111112); - background-image: -o-linear-gradient(top, #545f66, #111112); - background-image: linear-gradient(to bottom, #545f66, #111112); - text-decoration: none; + z-index: 0; } diff --git a/gui/index.html b/gui/index.html index 12f17f8..a843db6 100644 --- a/gui/index.html +++ b/gui/index.html @@ -47,26 +47,29 @@ -
- reorderLive editor +