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:
authorskaman82 <albert@wd-design.de>2016-06-13 22:28:53 +0300
committerskaman82 <albert@wd-design.de>2016-06-13 22:28:53 +0300
commit17545d8027ff6f481f51dd696b3fd9b5ea57d4fd (patch)
tree69bc6f3bea63cfa063aa4a98272d809407060a48 /main.css
parent8b0bd6cb6fcc17673a6da1e91836ee4fbf7ccd47 (diff)
mag calibration button fix
Diffstat (limited to 'main.css')
-rw-r--r--main.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.css b/main.css
index 1abad7c6..11c702f2 100644
--- a/main.css
+++ b/main.css
@@ -1272,7 +1272,7 @@ dialog {
background-color: #fff;
border-radius: 4px;
border: 1px solid #37a8db;
- color: #37a8db !important;
+ color: #37a8db;
font-family: 'open_sanssemibold', Arial;
font-size: 12px;
line-height: 13px;
@@ -1281,6 +1281,12 @@ dialog {
text-decoration:none;
}
+.default_btn a.disabled {
+ background-color: #fff;
+ border: 1px solid #ccc;
+ color: #ccc;
+}
+
.default_btn a:hover {
background-color: #37a8db;
color: #fff !important;