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
{
31 #bluetooth-scanning-label {
32 -webkit-margin-start: 5px;
36 #bluetooth-scanning-icon {
39 vertical-align: middle
;
43 #bluetooth-paired-devices-list {
44 min-height: 96px !important
;
47 #bluetooth-paired-devices-list,
48 #bluetooth-unpaired-devices-list {
49 /* Prevent dialog from expanding if many devices are found. */
55 .bluetooth-empty-list-label {
56 box-sizing: border-box
;
62 #bluetooth-paired-devices-list-empty-placeholder {
66 #bluetooth-unpaired-devices-list-empty-placeholder {
70 /* Fix the dimensions of the message area so that the dialog does not change
71 change size during the pairing process as the message changes. Sized
72 generously to accomodate the longest of the messages. */
73 #bluetooth-pairing-message-area {
76 padding: 6px 0 !important
;
80 /* Force the message to be vertical centered so that a shorter message does not
81 look out of place when there is room for a much longer message. */
82 #bluetooth-pairing-message-contents {
84 vertical-align: middle
;
87 #bluetooth-pairing-instructions,
88 #bluetooth-pairing-passkey-display,
89 #bluetooth-pairing-passkey-entry,
90 #bluetooth-pairing-pincode-entry,
96 #bluetooth-pairing-instructions {
100 #bluetooth-pairing-passkey-display,
101 #bluetooth-pairing-passkey-entry,
102 #bluetooth-pairing-pincode-entry {
106 .bluetooth-keyboard-button {
107 -webkit-padding-end: 15px;
108 -webkit-padding-start: 15px;
109 background-image: -webkit-gradient
(linear
,
112 color-stop
(0, #e9e9e9),
113 color-stop
(1, #f5f5f5));
114 border: 1px solid
#d4d4d4;
116 box-shadow: 0 2px 5px rgba
(0, 0, 0, 0.07),
117 inset
0 1px 1px 1px #fff,
118 inset
0 -1px 1px 1px #ddd;
120 display: inline-block
;
128 text-shadow: 0 1px 0 rgba
(255, 255, 255, 0.5);
129 vertical-align: baseline
;
132 .bluetooth-keyboard-button:last-child {
136 #bluetooth-enter-key {
140 .bluetooth-passkey-char {
141 -webkit-margin-start: 45px;
144 font-weight: 600; /* semibold */
148 .bluetooth-passkey-char:first-child {
149 -webkit-margin-start: 0;
152 .bluetooth-keyboard-button.key-typed {
153 border: 1px solid
#ccc;
154 box-shadow: 0 0 0 1px #888,
155 inset
0 1px 1px 1px #fff,
156 inset
0 -1px 1px 1px #eee;
160 .bluetooth-keyboard-button.key-pin {