Skip to content

Commit

Permalink
Merge pull request #3 from CryptoForge/master
Browse files Browse the repository at this point in the history
Updates for iOS release
  • Loading branch information
CryptoForge committed Aug 24, 2018
2 parents 7f09d87 + 5b94f6e commit 626df3c
Show file tree
Hide file tree
Showing 78 changed files with 11,535 additions and 3,759 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ plugins

.vscode/
dist/
lib/
lib/

#Apple Files
.DS_Store
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ git checkout master
yarn install
cordova plugin add cordova-plugin-qrscanner cordova-plugin-file cordova-plugin-http cordova-clipboard cordova-plugin-inappbrowser cordova-plugin-device cordova-plugin-wkwebview-engine cordova-plugin-whitelist
cordova plugin add cordova-plugin-google-analytics
cordova plugin add cordova-plugin-splashscreen
cordova plugin add cordova-plugin-statusbar
cordova plugin add cordova-plugin-disable-ios11-statusbar
```

## Android
Expand Down
Binary file modified assets/.DS_Store
Binary file not shown.
145 changes: 23 additions & 122 deletions assets/css/index.css
Original file line number Diff line number Diff line change
@@ -1,150 +1,51 @@
div {
box-sizing: border-box;
}

.RedButton{
background-color: #f44336;
background-color: #f44336 !important;
color: #ffffff !important;
box-shadow: 2px 3px #404040 !important;
}

.GreenButton{
background-color: #4CAF50;
background-color: #4CAF50 !important;
color: #ffffff !important;
box-shadow: 2px 3px #404040 !important;
}

.YellowButton{
background-color: #ffd700;
background-color: #ffd700 !important;
color: #000000 !important;
box-shadow: 2px 3px #404040 !important;
}

.LightGreyButton{
background-color: #B9B9B9;
color: #000000;
}

#settings {
background-color: #515151 !important;
background: #515151 !important;
height: 100% !important;
width: 100% !important;
box-sizing: border-box;
}

#privatekeys {
background-color: #515151 !important;
background: #515151 !important;
width: 100% !important;
box-sizing: border-box;
background-color: #B9B9B9 !important;
color: #000000 !important;
box-shadow: 2px 3px #404040 !important;
}

#privatekeysrow {
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
#qrwrapper {
text-align: center;
}

#privatekeyscol {
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
}

#privatekeysp {
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
font-size: 12px;
border:solid 0px !important;
}
#addressp{
color: #ffd700 !important;
}

#sendinput {
background-color: #FFFFFF !important;
background: #FFFFFF !important;
}

#insite {
background-color: #FFFFFF !important;
background: #FFFFFF !important;
}


#checkboxes:checked{
background-color: #f44336 !important;
background: #f44336 !important;
}
#qrbox{
background-color: #ffffff !important;
box-shadow: 2px 3px #404040 !important;
padding: 15px !important;
border: 5px solid #000000 !important;
display: inline-block;

#setlang {
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
}

#setcurr {
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
}

#splash{
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
height: 100% !important;
box-sizing: border-box !important;
}

#splashicon{
color: #ffd700 !important;
}

#mainsplit{
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
height: 100% !important;
box-sizing: border-box !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}

#mainlist{
background-color: #515151 !important;
background: #515151 !important;
color: #ffd700 !important;
}

#settingHeader{
background-color: #000000!important;
background: #000000 !important;
color: #ffd700 !important;
font-size: 130% !important;
}

#mainicons{
color: #000000 !important;
background: #ffd700 !important;
background-color: #ffd700 !important;
}

#qricon{
color: #000000 !important;
background: #ffd700 !important;
background-color: #ffd700 !important;
height: 55% !important;
padding-bottom: 5% !important;
vertical-align: middle !important;
}

#planeicon{
color: #000000 !important;
background: #ffd700 !important;
background-color: #ffd700 !important;
height: 55% !important;
padding-bottom: 5% !important;
vertical-align: middle !important;
padding-right: 5%
}
padding-right: 5% !important;
}

a:link {
color: #e69500 !important;
Expand Down
Loading

0 comments on commit 626df3c

Please sign in to comment.