diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 57fd32e5..f9d75317 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2925,5 +2925,26 @@ }, "gyroLpfWhyNotSlightlyHigherMessage": { "message": "If there are not vibration problems and motors are not overheating, try going 188Hz instead" + }, + "tabLogicConditions": { + "message": "Logic conditions" + }, + "logicId": { + "message": "#" + }, + "logicEnabled": { + "message": "Enabled" + }, + "logicOperation": { + "message": "Operation" + }, + "logicOperandA": { + "message": "Operand A" + }, + "logicOperandB": { + "message": "Operand B" + }, + "logicFlags": { + "message": "Flags" } } diff --git a/gulpfile.js b/gulpfile.js index dc9314d2..60ca8f99 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -49,7 +49,8 @@ sources.css = [ './src/css/dropdown-lists/css/style_lists.css', './js/libraries/switchery/switchery.css', './js/libraries/jbox/jBox.css', - './node_modules/openlayers/dist/ol.css' + './node_modules/openlayers/dist/ol.css', + './src/css/logic.css' ]; sources.js = [ diff --git a/src/css/logic.css b/src/css/logic.css new file mode 100644 index 00000000..e530aea1 --- /dev/null +++ b/src/css/logic.css @@ -0,0 +1,22 @@ +.logic__background { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: black; + opacity: 0.75; + z-index: 2000; +} + +.logic__content { + position: absolute; + top: 2em; + bottom: 2em; + left: 4em; + right: 4em; + background-color: #efefef; + border-radius: 2px; + z-index: 2001; + padding: 2em; +} \ No newline at end of file diff --git a/tabs/mixer.html b/tabs/mixer.html index 7af25986..e6ad82eb 100644 --- a/tabs/mixer.html +++ b/tabs/mixer.html @@ -125,6 +125,28 @@ + +
+
+
+
+ + + + + + + + + + + + + + +
+
+