Skip to content

Commit

Permalink
Add experimental CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Jul 22, 2019
1 parent 201dee6 commit 68013b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/nrc/nrc_crk_cans/nrc_crk_cans.kpj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<FileType>.kmn</FileType>
<Details>
<Name>Plains Cree Syllabics Keyboard</Name>
<Copyright>Copyright © 2019 National Research Council Canada</Copyright>
<Copyright>Copyright © 2019 National Research Council Canada</Copyright>
</Details>
</File>
<File>
Expand Down
23 changes: 23 additions & 0 deletions release/nrc/nrc_crk_cans/source/nrc_crk_cans.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@charset "UTF-8";

/**
* Experimental styles for KeymanWeb.
*/

/* Background colour: */
.phone.android .kmw-key-layer-group { background-color: #464646 }

/* Key shape: */
.phone.android .kmw-key {
border: none;
border-radius: 0;
box-shadow: none;
}

/* Key colours: */
.phone.android .kmw-key.kmw-key-default { color: #FFF; background-color: #4F4F4F }
.phone.android .kmw-key.kmw-key-shift,
.phone.android .kmw-key.kmw-key-special { color: #FFF; background-color: #545454 }
.phone.android .kmw-key.kmw-key-shift-on,
.phone.android .kmw-key.kmw-key-special-on { color: #000; background-color: #76FCCD }
.phone.android .kmw-key.kmw-key-touched { color: #000; background-color: #3A3D42 }

0 comments on commit 68013b3

Please sign in to comment.