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
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-10-24 18:01:38 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-10-24 18:01:38 +0300
commitc19d93eec63c70db0130b40cff7daa00eb566c27 (patch)
tree23fde336bb4b8e9cb5721e5fe9a578d28d1572d3 /main.css
parent015a673d6b93c8b2c6464cc4c8dad3a174da9457 (diff)
Block errornous mixer combinations
Diffstat (limited to 'main.css')
-rw-r--r--main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.css b/main.css
index 5011b7ff..387d9266 100644
--- a/main.css
+++ b/main.css
@@ -2157,4 +2157,10 @@ ol li {
list-style: decimal;
padding-left: 0.5em;
margin-left: 1em;
+}
+
+.red-background,
+.red-background td,
+.red-background th {
+ background-color: tomato !important;
} \ No newline at end of file