Chromium Code Reviews| Index: ui/keyboard/resources/elements/kb-altkey-container.html |
| diff --git a/ui/keyboard/resources/elements/kb-altkey-container.html b/ui/keyboard/resources/elements/kb-altkey-container.html |
| index 001fa805e2accc85e33a702ef0d6b91f4286bda8..e604ed399adbdda9a20c93bc252574d7f464da8c 100644 |
| --- a/ui/keyboard/resources/elements/kb-altkey-container.html |
| +++ b/ui/keyboard/resources/elements/kb-altkey-container.html |
| @@ -10,7 +10,7 @@ |
| <style> |
| :host { |
| -webkit-box-flex: 1; |
| - background-color: rgba(0, 0, 0, 0.6); |
| + background-color: rgba(0, 0, 0, 0); |
|
bshe
2014/05/02 20:06:41
background color should be transparent by default.
rsadam
2014/05/05 14:54:31
Done.
|
| bottom: 0; |
| left: 0; |
| position: absolute; |