mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-15 01:08:17 -05:00
This version of the Barcode Scanner uses an Android Library project to pull in the ZXing code instead of having to install the separate application.
11 lines
165 B
CSS
11 lines
165 B
CSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
font-family: Arial sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
ul.touchable li {
|
|
padding-top:8px;
|
|
padding-bottom:8px;
|
|
}
|