2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
8 color: rgb
(48, 57, 66);
9 font-family: Arial
, sans-serif
;
13 padding: 20px 20px 65px 0;
25 -webkit-flex-direction: row
;
26 display: -webkit-flex
;
38 color: rgb
(92, 97, 102);
45 -webkit-border-start: 6px solid transparent
;
49 .tab-header.selected {
50 -webkit-border-start-color: rgb
(78, 87, 100);
53 .tab-header > button {
54 background-color: white
;
63 .tab-header:not(.selected) > button {
67 #content > div:not
(.selected
) {
72 border-bottom: 1px solid
#eee;
82 -webkit-box-align: baseline
;
83 -webkit-box-orient: horizontal
;
100 -webkit-box-orient: horizontal
;
101 display: -webkit-box
;
106 -webkit-border-radius: 6px;
107 background-color: rgb
(64, 192, 64);
108 border: 0 solid transparent
;
115 background-color: rgb
(224, 32, 32);
118 .port-icon.connected {
119 -webkit-transform: scale
(1.2);
120 background-color: rgb
(0, 255, 0);
123 .port-icon.transient {
124 -webkit-transform: scale
(1.2);
125 background-color: orange
;
134 -webkit-box-align: center
;
135 -webkit-box-orient: horizontal
;
136 display: -webkit-box
;
140 .browser-header > .browser-name {
151 display: inline-block
;
156 -webkit-box-orient: horizontal
;
157 display: -webkit-box
;
165 display: inline-block
;
173 background-color: #eee;
178 background-color: #ccc;
185 background-color: #ddd;
193 color: rgb
(151, 156, 160);
205 color: rgb
(17, 85, 204);
211 text-decoration: underline
;
214 .list:not(.pages) .subrow {
220 pointer-events: none
;
224 border: 1px solid
#aaa;
231 .open > input:focus {
232 -webkit-transition: border-color
200ms;
233 border-color: rgb
(77, 144, 254);
242 border-bottom: 1px solid
#eee;
246 #device-settings input
{
247 vertical-align: middle
;
250 #device-settings button
{
254 #port-forwarding-overlay {
255 -webkit-box-align: center
;
256 -webkit-box-pack: center
;
257 background-color: rgba
(255, 255, 255, 0.75);
259 display: -webkit-box
;
266 #port-forwarding-overlay:not
(.open
) {
270 #port-forwarding-config {
271 -webkit-border-radius: 3px;
273 box-shadow: 0 4px 23px 5px rgba
(0, 0, 0, 0.2), 0 2px 6px rgba
(0,0,0,0.15);
275 padding: 17px 17px 12px;
280 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG');
285 .close-button:active {
286 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG_P');
289 .close-button:hover {
290 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG_H');
293 #port-forwarding-config > .close-button
{
299 #port-forwarding-config-title {
303 #port-forwarding-config-list {
304 border: 1px solid
#eee;
311 .port-forwarding-pair {
312 -webkit-flex-direction: row
;
313 display: -webkit-flex
;
316 .port-forwarding-pair:hover {
317 background-color: #eee;
320 .port-forwarding-pair
.selected
,
321 .port-forwarding-pair.selected:hover {
322 background-color: #ccc;
325 .port-forwarding-pair input {
326 border: 1px solid transparent
;
332 .port-forwarding-pair.fresh:not(.selected) input {
336 .port-forwarding-pair input.port {
340 .port-forwarding-pair input.location {
344 .port-forwarding-pair:not(.empty) input.invalid {
345 background-color: rgb
(255, 200, 200);
348 .port-forwarding-pair .close-button {
352 .port-forwarding-pair
.fresh
.close-button
,
353 .port-forwarding-pair:not(.selected):not(:hover) .close-button:not(:hover) {
354 background-image: none
;
355 pointer-events: none
;
358 .port-forwarding-pair:not(.selected) .close-button:not(:hover) {
362 #port-forwarding-enable {
363 vertical-align: middle
;
366 #port-forwarding-config-buttons > button
{
370 #port-forwarding-config-buttons > label
{