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 #display-options-page {
6 background-color: rgb
(240, 240, 240);
9 #display-options-content-area {
13 #display-options-displays-view-host {
14 padding: 20px 0 20px 0;
17 #display-options-displays-view {
23 #display-options-displays-view-mirroring {
24 margin: 20px 0 20px 0;
27 #display-configurations {
28 -webkit-padding-end: 0;
29 -webkit-padding-start: 15px;
30 background-color: white
;
31 border-top: 1px solid lightgrey
;
36 /* The arrow at the border #display-configurations to point the focused display.
37 * This is achieved by a square rotated by 45-deg, and it has border at the
38 * upper-half, which were left/top before the rotation. */
39 #display-configuration-arrow {
40 -webkit-transform: rotate
(45deg);
41 background-color: white
;
42 border-left: 1px solid lightgrey
;
43 border-top: 1px solid lightgrey
;
50 #selected-display-data-container {
54 #selected-display-name {
61 .selected-display-option-row {
65 .selected-display-option-title {
66 display: inline-block
;
71 -webkit-user-select: none
;
72 background: rgb
(240, 240, 240);
74 box-sizing: border-box
;
86 border: solid
2px rgb
(0, 138, 255);
87 color: rgb
(0, 138, 255);
90 #display-options-toggle-mirroring {
94 .display-options-button {