| <!-- |
| -- Copyright 2013 The Chromium Authors. All rights reserved. |
| -- Use of this source code is governed by a BSD-style license that can be |
| -- found in the LICENSE file. |
| --> |
| |
| <polymer-element name="kb-altkey-set" attributes="offset char" |
| on-pointerout="{{out}}"> |
| <template> |
| <style> |
| :host { |
| -webkit-box-shadow: 0 0 12px 5px rgba(204, 204, 204, 0.65), |
| 0 3px 4px 4px rgba(136, 136, 136, 0.65); |
| background-color: #ffffff; |
| border-radius: 2px; |
| display: -webkit-box; |
| text-align: center; |
| position: absolute; |
| } |
| </style> |
| <content select="*"></content> |
| </template> |
| </polymer-element> |