Update jquery.ime from upstream

Resolves an RTL issue in the IME selector.

Updating to
db91278db3

Bug: T164474
Change-Id: Ief78ff773d6c289c707f2b0b99d1759a6885f9c5
This commit is contained in:
Amire80
2017-05-09 12:54:12 +03:00
parent ed3ba044d5
commit 2df208fe9f
2 changed files with 2 additions and 5 deletions

View File

@@ -8,7 +8,6 @@
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,13 +167,11 @@ span.ime-disable-shortcut {
.imeselector-menu .ime-checked {
/* @embed */
background: url(../images/tick.png) no-repeat left center;
background: url(../images/tick.png) no-repeat left 4px center;
/* @embed */
background-image: -webkit-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;
}
.imeselector-menu .ime-help-link {