| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 :host { | 7 :host { |
| 8 padding: 10px; | 8 padding: 10px; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 text-shadow: 0 1px 0 hsl(0, 0%, 94%); | 39 text-shadow: 0 1px 0 hsl(0, 0%, 94%); |
| 40 min-height: 2em; | 40 min-height: 2em; |
| 41 padding-left: 10px; | 41 padding-left: 10px; |
| 42 padding-right: 10px; | 42 padding-right: 10px; |
| 43 } | 43 } |
| 44 | 44 |
| 45 button:active { | 45 button:active { |
| 46 background-color: rgb(215, 215, 215); | 46 background-color: rgb(215, 215, 215); |
| 47 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); | 47 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); |
| 48 } | 48 } |
| OLD | NEW |