From 94b6fdead2767d4663c3ae0e00445ce46fe34b6c Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sun, 13 Aug 2017 00:56:47 -0400 Subject: [PATCH] Color shift slider, close buttons, fix mouse end --- css/style.css | 13 ++++++++++--- index.html | 10 +++++++++- js/proximity.js | 43 +++++++++++++++++++++++++++++++++++++------ 3 files changed, 56 insertions(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index 9bc60c4..4ecfdd4 100644 --- a/css/style.css +++ b/css/style.css @@ -26,7 +26,7 @@ td, th { form input, form button { margin-bottom: 5px; - margin-top: 10px; + margin-top: 5px; } form label, form label strong { @@ -42,8 +42,8 @@ form label strong { input { color: white; - background-color: #2e2e2e; - border-color: #4a4a4a; + background-color: rgba(46, 46, 46, 0.2); + border-color: #222222; } input[type=number] { @@ -75,3 +75,10 @@ div.panel { left: 0; z-index: 10; } + +#close-controls, #close-help { + position: absolute; + top: 0; + right: 0; + padding: 3px 6px; +} diff --git a/index.html b/index.html index 55a960e..1c2b311 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@