diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-22 20:14:00 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 03:28:02 -0500 |
| commit | 713b4ef564ad41d42b1d1d8a83753a9684f26001 (patch) | |
| tree | a274c0b9125273f6ab511a7ecc0f40fd9509a3f5 /static/grapheneos.css | |
| parent | bd2626b41e5fde8a057a61dd504c11468e2b497a (diff) | |
Implement web install using fastboot.js
This implements the WebUSB-based web installer using fastboot.js to
act as a fastboot client. A bare minimum UI with a plain-text
status/progress caption for each step is included, as well as a plain
button to trigger it and basic error handling.
WebADB has been removed now that we are only using fastboot.js.
Initial features:
- Unlocking and locking the bootloader
- Downloading the latest GrapheneOS release available for the device
- Flashing the factory images zip
- Reusing USB connections
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index d3c3af01..6272805c 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -150,6 +150,11 @@ footer a, footer a:visited { list-style-type: none; } +.error-text { + /* Baseline Material error color */ + color: #b00020; +} + /* latin */ @font-face { font-family: 'Roboto'; |
