From 7615a86a4db0c0ca32a95140d50de8c1153aadbf Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Sat, 27 Jan 2018 15:43:31 +0100 Subject: [PATCH] add EU cookie notice --- index.html | 16 ++++++++++++++++ styles.css | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/index.html b/index.html index c48d311..f79d132 100755 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + @@ -22,6 +23,21 @@ + +
Disconnected
diff --git a/styles.css b/styles.css index e2b6694..7f87c39 100755 --- a/styles.css +++ b/styles.css @@ -55,6 +55,10 @@ div.btn-group-control { bottom: 0px; position: fixed !important; } +/* coockie button */ +a.cc-btn:hover { + background-color: #ffd500ff !important; +} /* the battery div */ div#battery { z-index: 35;