node-red-contrib-zigbee2mqtt
Version:
Zigbee2mqtt connectivity nodes for node-red
57 lines (53 loc) • 1.13 kB
CSS
.form-row label.l-width {
width: 25%;
min-width: 120px;
}
.form-row label.a-width {
width: auto;
}
.s-width {width:70% ;}
.ms-choice {
height:34px;
border: 1px solid rgb(204, 204, 204);
line-height: 34px ;
}
.ms-search input {
width:100% ;
}
.ms-drop li label {
width:20px ;
}
.ms-drop li span {
padding-left:5px ;
}
button.active {
background-color: #ddd;
}
.help_block {
display: none;
}
.help-tips {
font-style: italic;
font-size: 12px;
}
.red-ui-editor .form-horizontal li.token-input-input-token-facebook input {
height:23px ;
width: 50px;
padding: 1px 4px;
background-color: #fafafa;
border: 1px dashed #91bacf;
margin: 3px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 12px;
}
li.token-input-token-facebook {
height:19px ;
}
.tokeninput-label {
float:left;
line-height: 23px;
padding: 3px 5px 0 0;
}
.ms-drop ul > li .disabled {color: #2a2a2a ;font-weight: bold;opacity: 1;}