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
3 * found in the LICENSE file. */
5 .bluetooth-device-list {
10 .bluetooth-device[notconnectable] {
14 .bluetooth-device[connected] {
15 font-weight: bold
; /* semibold */
18 #bluetooth-options .bluetooth-device-list
{
22 #bluetooth-options .button-strip
{
23 -webkit-box-pack: justify
;
26 #bluetooth-options .button-strip #bluetooth-scanning-label
,
27 #bluetooth-options .button-strip #bluetooth-scan-stopped-label
{
32 #bluetooth-scanning-label,
33 #bluetooth-scan-stopped-label {
34 -webkit-margin-start: 5px;
38 #bluetooth-scanning-icon {
41 vertical-align: middle
;
45 #bluetooth-paired-devices-list {
46 min-height: 96px !important
;
49 #bluetooth-paired-devices-list,
50 #bluetooth-unpaired-devices-list {
51 /* Prevent dialog from expanding if many devices are found. */
57 .bluetooth-empty-list-label {
58 box-sizing: border-box
;
64 #bluetooth-paired-devices-list-empty-placeholder {
68 #bluetooth-unpaired-devices-list-empty-placeholder {
72 /* Fix the dimensions of the message area so that the dialog does not change
73 change size during the pairing process as the message changes. Sized
74 generously to accomodate the longest of the messages. */
75 #bluetooth-pairing-message-area {
78 padding: 6px 0 !important
;
82 /* Force the message to be vertical centered so that a shorter message does not
83 look out of place when there is room for a much longer message. */
84 #bluetooth-pairing-message-contents {
86 vertical-align: middle
;
89 #bluetooth-pairing-instructions,
90 #bluetooth-pairing-passkey-display,
91 #bluetooth-pairing-passkey-entry,
92 #bluetooth-pairing-pincode-entry,
98 #bluetooth-pairing-instructions {
102 #bluetooth-pairing-passkey-display,
103 #bluetooth-pairing-passkey-entry,
104 #bluetooth-pairing-pincode-entry {
108 .bluetooth-keyboard-button {
109 -webkit-padding-end: 15px;
110 -webkit-padding-start: 15px;
111 border: 1px solid
#ccc;
113 box-shadow: 0 0 0 1px #222;
115 display: inline-block
;
122 text-shadow: 0 1px 0 rgba
(255, 255, 255, 0.5);
123 vertical-align: baseline
;
126 .bluetooth-keyboard-button:last-child {
130 #bluetooth-enter-key {
134 .bluetooth-passkey-char {
135 -webkit-margin-start: 45px;
138 font-weight: 600; /* semibold */
142 .bluetooth-passkey-char:first-child {
143 -webkit-margin-start: 0;
146 .bluetooth-keyboard-button.key-typed {
150 .bluetooth-keyboard-button.key-next {
151 background: rgb
(77, 144, 254);
152 background-image: none
;
153 border: 2px solid rgb
(77, 144, 254);
158 .bluetooth-keyboard-button.key-untyped {
159 border: 1px solid
#d4d4d4;
160 box-shadow: 0 0 0 1px #888;