Add navbar-bg
This commit is contained in:
parent
9cd8ef3c72
commit
38ad007b76
@ -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 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:
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
|
@ -51,11 +51,11 @@ Framework7 and FontAwesome both have a .fab class
|
|||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar, .navbar-bg {
|
||||||
background-color: #d0f2fc;
|
background-color: #d0f2fc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-dark .navbar {
|
.theme-dark .navbar, .theme-dark .navbar-bg {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ var app = new Framework7({
|
|||||||
root: "#app",
|
root: "#app",
|
||||||
name: "Helena Express",
|
name: "Helena Express",
|
||||||
id: "com.netsyms.helenaexpress.app",
|
id: "com.netsyms.helenaexpress.app",
|
||||||
theme: "auto",
|
theme: "ios",
|
||||||
card: {
|
card: {
|
||||||
swipeToClose: false
|
swipeToClose: false
|
||||||
},
|
},
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="addresscode">
|
<div class="page" data-name="addresscode">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="appointment">
|
<div class="page" data-name="appointment">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<p>This program is licensed under the Mozilla Public License 2.0.
|
<p>This program is licensed under the Mozilla Public License 2.0.
|
||||||
To get the source code, visit https://source.netsyms.com/Netsyms/PCRepairApp.
|
To get the source code, visit https://source.netsyms.com/Netsyms/HelenaExpressApp.
|
||||||
<br>
|
<br>
|
||||||
This application relies on and is bundled with third-party code.
|
This application relies on and is bundled with third-party code.
|
||||||
See below for the their licenses and where to find source code.
|
See below for the their licenses and where to find source code.
|
||||||
@ -2412,32 +2412,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 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:
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="home">
|
<div class="page" data-name="home">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="title">{{js "SETTINGS.branding.apptitle"}}</div>
|
<div class="title">{{js "SETTINGS.branding.apptitle"}}</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="rateresult">
|
<div class="page" data-name="rateresult">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="rates">
|
<div class="page" data-name="rates">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="settings">
|
<div class="page" data-name="settings">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a href="#" class="link icon-only" onclick="router.back({force: true, ignoreCache: true})">
|
<a href="#" class="link icon-only" onclick="router.back({force: true, ignoreCache: true})">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="track">
|
<div class="page" data-name="track">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<div class="page" data-name="trackresult">
|
<div class="page" data-name="trackresult">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
<div class="navbar-bg"></div>
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<a class="link back" href="#">
|
<a class="link back" href="#">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user