Update jquery.ime and jquery.webfonts from upstream
Change-Id: I7963adc763c53df87cfb8452fde514554a332e6c
This commit is contained in:
committed by
Gerrit Code Review
parent
93ab761e34
commit
a98ff90d49
@@ -1,5 +1,8 @@
|
||||
.imeselector {
|
||||
position: absolute;
|
||||
/* Fix rgba fallback bug - http://css-tricks.com/ie-background-rgb-bug */
|
||||
/* @embed */
|
||||
background: url('../images/ime-active.png') no-repeat 3px center #fff;
|
||||
/* @embed */
|
||||
background: url('../images/ime-active.png') no-repeat 3px center rgba(255,255,255,0.75);
|
||||
cursor: pointer;
|
||||
@@ -9,7 +12,7 @@
|
||||
box-shadow: 0 1px 3px 0 #777;
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
font-family: 'sans';
|
||||
font-family: sans-serif;
|
||||
white-space: nowrap;
|
||||
z-index: 9999;
|
||||
}
|
||||
@@ -139,6 +142,20 @@ span.ime-disable-shortcut {
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
.imeselector-menu.position-top:before {
|
||||
border-bottom: 0 none;
|
||||
border-top: 7px solid #888;
|
||||
top: auto;
|
||||
bottom: -7px;
|
||||
}
|
||||
|
||||
.imeselector-menu.position-top:after {
|
||||
border-bottom: 0 none;
|
||||
border-top: 6px solid #FFFFFF;
|
||||
top: auto;
|
||||
bottom: -6px;
|
||||
}
|
||||
|
||||
.imeselector-menu .checked {
|
||||
/* @embed */
|
||||
background: url(../images/tick.png) 4px center no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user