Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-09-14 13:55:16 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-09-14 13:55:16 +0300
commit9c627f7445cf0bcc502420a1911f8385df06c242 (patch)
tree8c21d7ee0531975ab3b3dff8c678bf85f851887b /src
parente3b89453e842ae2da6207b45fb3b58fdabdcb3a3 (diff)
Report logic condiotion activation status
Diffstat (limited to 'src')
-rw-r--r--src/css/logic.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/css/logic.css b/src/css/logic.css
index 24d8f04d..f70c9e6e 100644
--- a/src/css/logic.css
+++ b/src/css/logic.css
@@ -44,4 +44,20 @@ input.logic_element__operand--value {
.logic_cell__operandA,
.logic_cell__operandB {
text-align: left;
+}
+
+.logic_cell__active_marker {
+ border: 1px solid #aaa;
+ width: 12px;
+ height: 12px;
+ border-radius: 6px;
+ display: inline-block;
+}
+
+.logic_cell__active_marker--active {
+ background-color:rgb(55, 168, 219);
+}
+
+.logic_cell__active_marker--inactive {
+ background-color:transparent;
} \ No newline at end of file