OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 .bluetooth-device-list { | 5 .bluetooth-device-list { |
6 margin: 10px; | 6 margin: 10px; |
7 padding: 5px 10px; | 7 padding: 5px 10px; |
8 } | 8 } |
9 | 9 |
10 .bluetooth-device[paired] { | 10 .bluetooth-device[paired] { |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 font-size: 20px; | 125 font-size: 20px; |
126 font-weight: 600; /* semibold */ | 126 font-weight: 600; /* semibold */ |
127 padding-bottom: 5px; | 127 padding-bottom: 5px; |
128 } | 128 } |
129 | 129 |
130 .bluetooth-passkey-char:first-child { | 130 .bluetooth-passkey-char:first-child { |
131 -webkit-margin-start: 0; | 131 -webkit-margin-start: 0; |
132 } | 132 } |
133 | 133 |
134 .bluetooth-keyboard-button.key-typed { | 134 .bluetooth-keyboard-button.key-typed { |
135 color: #222; | |
136 border: 1px solid #ccc; | 135 border: 1px solid #ccc; |
137 box-shadow: 0 0 0 1px #888, | 136 box-shadow: 0 0 0 1px #888, |
138 inset 0 1px 1px 1px #fff, | 137 inset 0 1px 1px 1px #fff, |
139 inset 0 -1px 1px 1px #eee; | 138 inset 0 -1px 1px 1px #eee; |
| 139 color: #222; |
140 } | 140 } |
OLD | NEW |