From 38ad007b76c3f403013b5da59521619a32401cb1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 23 Jan 2021 15:41:11 -0700 Subject: [PATCH] Add navbar-bg --- license-credits.md | 27 +-------------------------- www/assets/css/app.css | 4 ++-- www/assets/js/main.js | 2 +- www/pages/addresscode.html | 1 + www/pages/appointment.html | 1 + www/pages/credits.html | 29 ++--------------------------- www/pages/home.html | 1 + www/pages/rateresult.html | 1 + www/pages/rates.html | 1 + www/pages/settings.html | 1 + www/pages/track.html | 1 + www/pages/trackresult.html | 1 + 12 files changed, 14 insertions(+), 56 deletions(-) diff --git a/license-credits.md b/license-credits.md index 525c007..81527cb 100644 --- a/license-credits.md +++ b/license-credits.md @@ -2382,32 +2382,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ----- -The following software may be included in this product: cordova-plugin-background-fetch. A copy of the source code may be downloaded from https://github.com/transistorsoft/cordova-plugin-background-fetch.git. This software contains the following license and notice below: - -The MIT License (MIT) - -Copyright (c) 2013 Chris Scott - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ------ - -The following software may be included in this product: cordova-plugin-device, cordova-plugin-inappbrowser, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-inappbrowser (cordova-plugin-inappbrowser), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: +The following software may be included in this product: cordova-plugin-device, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below: Apache License Version 2.0, January 2004 diff --git a/www/assets/css/app.css b/www/assets/css/app.css index f06b65a..d84a44d 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -51,11 +51,11 @@ Framework7 and FontAwesome both have a .fab class background-color: rgba(0,0,0,0.5); } -.navbar { +.navbar, .navbar-bg { background-color: #d0f2fc; } -.theme-dark .navbar { +.theme-dark .navbar, .theme-dark .navbar-bg { background-color: black; } diff --git a/www/assets/js/main.js b/www/assets/js/main.js index 913c8be..c8fcb18 100644 --- a/www/assets/js/main.js +++ b/www/assets/js/main.js @@ -12,7 +12,7 @@ var app = new Framework7({ root: "#app", name: "Helena Express", id: "com.netsyms.helenaexpress.app", - theme: "auto", + theme: "ios", card: { swipeToClose: false }, diff --git a/www/pages/addresscode.html b/www/pages/addresscode.html index ff853d5..35af1ae 100644 --- a/www/pages/addresscode.html +++ b/www/pages/addresscode.html @@ -5,6 +5,7 @@