Update jquery.ime from upstream
Upstream: https://github.com/wikimedia/jquery.ime Changes: * Bug 53695: For languages with no input methods, set "use native keyboard" by default. * Add Venetian input method. * Drop -moz-linear-gradient * Apply /* @embed */ pragma to all images, not just the topmost in each block. * Validate the input method id in load method. Change-Id: I05f8350003227e150948670caf919f05a2b00f88
This commit is contained in:
committed by
Amir E. Aharoni
parent
7de150c90a
commit
db055c8f47
@@ -5,8 +5,6 @@
|
||||
/* @embed */
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
|
||||
/* @embed */
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
|
||||
/* @embed */
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
|
||||
background-color: rgba(255,255,255,0.75);
|
||||
background-position: left 3px center;
|
||||
@@ -176,8 +174,6 @@ span.ime-disable-shortcut {
|
||||
/* @embed */
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/tick.svg');
|
||||
/* @embed */
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/tick.svg');
|
||||
/* @embed */
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/tick.svg');
|
||||
background-position: left 4px center;
|
||||
background-position-x: 4px;
|
||||
|
||||
Reference in New Issue
Block a user