mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
parent
bbebc22bb9
commit
87995bf707
9 changed files with 174 additions and 29 deletions
|
|
@ -141,25 +141,33 @@
|
|||
#somfyShade #divShadeBitLength {
|
||||
display:inline-block;
|
||||
}
|
||||
#somfyShade[data-proto="8"] #divGPIOControl {
|
||||
#somfyShade[data-proto="8"] #divGPIOControl,
|
||||
#somfyShade[data-proto="9"] #divGPIOControl {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
margin-top: -18px;
|
||||
}
|
||||
#somfyShade[data-proto="8"] #divShadeBitLength {
|
||||
#somfyShade[data-proto="8"] #divShadeBitLength,
|
||||
#somfyShade[data-proto="9"] #divShadeBitLength {
|
||||
display: none;
|
||||
}
|
||||
#divGPIOControl {
|
||||
text-align:center;
|
||||
margin-left:7px;
|
||||
}
|
||||
#divGPIOControl > div.field-group {
|
||||
width: 70px;
|
||||
display: inline-block;
|
||||
}
|
||||
#somfyShade[data-proto="8"] #divStepSettings,
|
||||
#somfyShade[data-proto="9"] #divStepSettings,
|
||||
#somfyShade[data-proto="8"] #divGPIOMy,
|
||||
#somfyShade[data-bitlength="56"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="5"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="6"] #divStepSettings,
|
||||
#somfyShade[data-shadetype="9"] #divStepSettings {
|
||||
#somfyShade[data-shadetype="6"] #divStepSettings {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.group-draggable,
|
||||
.shade-draggable {
|
||||
height:32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue