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:
authorAlberto García Hierro <alberto@garciahierro.com>2018-07-11 00:00:20 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-11 12:54:47 +0300
commit42c45648d3fe2619252abfaabea52f7cecfd0319 (patch)
tree24b1f3fe19f0b5387dee7f023a7dc93d9e053c75 /src
parent8e823748f4e8d317f691768941123d36db6b782c (diff)
Add support for editing more OSD settings from the OSD tab
- Voltage decimals - Crosshairs style - Sidebar scroll for left and right - Sidebar scrolling arrows
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/osd.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/css/tabs/osd.css b/src/css/tabs/osd.css
index 076297d5..c0f32983 100644
--- a/src/css/tabs/osd.css
+++ b/src/css/tabs/osd.css
@@ -421,7 +421,7 @@ button {
border-bottom-right-radius: 3px;
}
-.tab-osd .alarms label {
+.tab-osd .settings label {
display: block;
width: 100%;
border-bottom: 1px solid #ddd;
@@ -429,12 +429,12 @@ button {
padding-bottom: 5px
}
-.tab-osd .alarms label:last-child {
+.tab-osd .settings label:last-child {
border-bottom: none;
padding-bottom: 0;
}
-.tab-osd .alarms input {
+.tab-osd .settings input {
width: 55px;
padding-left: 3px;
height: 18px;
@@ -447,6 +447,15 @@ button {
font-weight: normal;
}
+.tab-osd .settings select {
+ width: 61px;
+ margin-right: 11px;
+}
+
+.tab-osd .settings .switchery {
+ margin-right: 25px;
+}
+
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
.tab-osd .content_wrapper {
height: calc(100% - 30px);