Update from upstream

Change-Id: Ibc85020501e8193d7d104b13a966920c3de0f655
This commit is contained in:
Amir E. Aharoni
2013-04-17 15:17:39 +03:00
parent c8dcc35ef7
commit 02654e58ef

View File

@@ -2,9 +2,9 @@
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;
background: url('../images/ime-active.png') no-repeat left 3px center #fff;
/* @embed */
background: url('../images/ime-active.png') no-repeat 3px center rgba(255,255,255,0.75);
background: url('../images/ime-active.png') no-repeat left 3px center rgba(255,255,255,0.75);
cursor: pointer;
height: 15px;
font-size: small;