diff --git a/css/styles.css b/css/styles.css index e1fdda0..fa8350f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -54,6 +54,13 @@ .changed-value { color: green; } +#monitoringControls { + display: none; +} +#deviceControl.border { + border: 1px solid #ccc; + padding: 10px; +} @keyframes pulse { 0% { transform: scale(0.75); } 50% { transform: scale(1.25); } diff --git a/index.html b/index.html index 0daf05c..021c44e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Sonoff - ewelink device monitoring - + @@ -36,7 +36,7 @@

Connecting and fetching data...
- +
-
+ - -