diff --git a/README.md b/README.md index 51a5321..9787b59 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Mittels der Netatmo-Energy API werden die aktuellen Einstellungen abgeholt bzw. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 1.2.2 (2022-04-03) +* (ioKlausi) Added a slider to each valve to change the temperature and added some API requests to admin tab to transfer changes to the cloud + ### 1.2.1 (2022-04-01) * (ioKlausi) Messages for specific events created diff --git a/admin/img/check.png b/admin/img/check.png new file mode 100644 index 0000000..93e5a34 Binary files /dev/null and b/admin/img/check.png differ diff --git a/admin/style.css b/admin/style.css index f07d80f..bcd7475 100755 --- a/admin/style.css +++ b/admin/style.css @@ -289,4 +289,32 @@ i.icon-grey { } .tooltip:hover:after, a:hover:before { opacity: 1; +} +.myslider { + -webkit-appearance: none; + background: #d3d3d3; + outline: none; + opacity: 0.7; + -webkit-transition: .2s; + transition: opacity .2s; + } + +.myslider:hover { + opacity: 1; +} + +.myslider::-webkit-slider-thumb { + -webkit-appearance: none; + appearance: none; + width: 25px; + height: 25px; + background: #04AA6D; + cursor: pointer; +} + +.myslider::-moz-range-thumb { + width: 25px; + height: 25px; + background: #04AA6D; + cursor: pointer; } \ No newline at end of file diff --git a/admin/tab_m.html b/admin/tab_m.html index 7962e66..4fe2088 100644 --- a/admin/tab_m.html +++ b/admin/tab_m.html @@ -15,20 +15,11 @@ - - +