mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
parent
76d3491f4c
commit
f738be6782
8 changed files with 35 additions and 27 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=2.2.2d" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.2d" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.2d" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.2.2e" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.2e" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.2e" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.2.2d"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.2.2e"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
|
|
@ -1252,7 +1252,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.2.2d';
|
||||
appVersion = 'v2.2.2e';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
|
|||
|
|
@ -158,16 +158,14 @@
|
|||
.shadectl-buttons[data-shadetype="10"] > .button-outline[data-cmd="down"] i {
|
||||
top:.3em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.shadectl-buttons:not([data-shadetype="5"]):not([data-shadetype="9"]) > .button-outline[data-cmd="toggle"] {
|
||||
display: none;
|
||||
}
|
||||
.somfyShadeCtl[data-shadetype="5"] .shadectl-mypos,
|
||||
.somfyShadeCtl[data-shadetype="9"] .shadectl-mypos,
|
||||
.somfyShadeCtl[data-tilt="3"] .shadectl-mypos .my-pos,
|
||||
.somfyShadeCtl:not([data-shadetype="1"]) .shadectl-mypos .my-pos-tilt {
|
||||
.somfyShadeCtl:not([data-shadetype="1"]) .shadectl-mypos .my-pos-tilt,
|
||||
.somfyShadeCtl[data-tilt="0"] .shadectl-mypos .my-pos-tilt {
|
||||
display: none;
|
||||
}
|
||||
.somfyShadeCtl:not([data-shadetype="1"][data-tilt="3"]) .shadectl-mypos label.my-pos:after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue