Update jquery.ime from upstream

version: v0.1.0+20131019 (commit: 4ac70e0047)
upstream: https://github.com/wikimedia/jquery.ime

Changes:
* Language tags are case insensitive now
* Fixes to Hindi and Persian input methods
* Shift modifier key support
* Misc CSS fixes

Bug: 54117
Change-Id: I581a1006c34fd86372facdae85ea48b4ed1ffc2c
This commit is contained in:
Santhosh Thottingal
2013-10-19 17:22:22 +05:30
parent 6a08a6d216
commit cc413a3a4d
4 changed files with 43 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-color: rgba(255,255,255,0.75);
background-position: left 3px center;
background-position-x: 3px;
height: 15px;
font-size: small;
padding: 2px 2px 1px 20px;
@@ -168,10 +169,12 @@ span.ime-disable-shortcut {
.imeselector-menu .ime-checked {
/* @embed */
background: url(../images/tick.png) no-repeat left 4px center;
background: url(../images/tick.png) no-repeat left center;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/tick.svg');
background-image: -moz-linear-gradient(transparent, transparent), url('../images/tick.svg');
background-image: linear-gradient(transparent, transparent), url('../images/tick.svg');
background-position: left 4px center;
background-position-x: 4px;
}
.imeselector-menu .ime-help-link {