Update jquery.ime from upstream

Bug: 49317
Change-Id: If84ed1017d68e4061b86464c683c82102a8986d1
This commit is contained in:
Santhosh Thottingal
2013-06-10 12:23:58 +05:30
parent d10b5c86fc
commit 2c2e0f6142
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg'); background-image: -moz-linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg'); background-image: linear-gradient(transparent, transparent), url('../images/ime-active.svg');
background-color: #fff; background-color: #fff;
background-position: 3px; background-position: left 3px center;
cursor: pointer; cursor: pointer;
height: 15px; height: 15px;
font-size: small; font-size: small;

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20130607 /*! jquery.ime - v0.1.0+20130610
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2013 Santhosh Thottingal; Licensed GPL, MIT */ * Copyright (c) 2013 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) { ( function ( $ ) {