forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support to load keymaps from url (qmk#403)
* add support to load keymaps from url * adding modal * review * CSS style the modal box (#1) - remove min-height from .input-url-modal to not waste space - apply full border declaration to .input-url-modal - apply padding to .input-url-modal - apply CSS rules to .input-url-modal's child elements - makes the modal's appearance more consistent with main UI - swap positions of Load and Cancel buttons * css fix
- Loading branch information
Showing
4 changed files
with
103 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -584,6 +584,7 @@ a img { | |
#source, | ||
#export, | ||
#import, | ||
#import-url, | ||
#settings, | ||
#printkeymaps, | ||
#testkeys, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters