diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-01 11:45:06 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-01 11:45:06 +0200 |
commit | 453ba03962ececcdff9264bea606b7bc488c1803 (patch) | |
tree | 169d81bb94e2c2849d1756c65ad3a528a9d944db /html/import_frame.html | |
parent | 544c6df3ab1e331c6b6779b76ad33180a06b0b4d (diff) | |
download | browser-extension-453ba03962ececcdff9264bea606b7bc488c1803.tar.gz browser-extension-453ba03962ececcdff9264bea606b7bc488c1803.zip |
add styling for popup page\n\nThis does not include styling for contents of the import dialog
Diffstat (limited to 'html/import_frame.html')
-rw-r--r-- | html/import_frame.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/import_frame.html b/html/import_frame.html index 0511e6c..835977d 100644 --- a/html/import_frame.html +++ b/html/import_frame.html @@ -5,7 +5,6 @@ <span></span> </li> </template> -<h2> Settings import </h2> <input id="import_loading_radio" type="radio" name="import_window_content" class="show_next"></input> <span> Loading... </span> <input id="import_failed_radio" type="radio" name="import_window_content" class="show_next"></input> |