From d51bb4c95cb095691d19c5cfcc493fd2e96f1165 Mon Sep 17 00:00:00 2001 From: Pupsmuckel Date: Wed, 23 Jun 2021 16:29:30 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/http/index.html | 2 +- include/http/style.css | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/include/http/index.html b/include/http/index.html index 024cbdc..b7b2668 100644 --- a/include/http/index.html +++ b/include/http/index.html @@ -6,7 +6,7 @@ - neue wichtige Ă„nderung, 2te Ă„nderung +
diff --git a/include/http/style.css b/include/http/style.css index e981cb1..1396422 100644 --- a/include/http/style.css +++ b/include/http/style.css @@ -41,12 +41,15 @@ html { background-color: rgb(107, 122, 192); cursor:pointer; } -.st{ - position: relative; - left: 1.5em; - color: #b91111; - font-size: 80px; - width: 100%; +input[type=range]::-webkit-slider-thumb{ + -webkit-appearance: none; + border:none; + height: 100px; + width: 100px; + background:goldenrod; + margin-top: -15px; + border-radius: o!important; + } .kopfzeile{