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-configurations {
24 -webkit-padding-end: 0;
25 -webkit-padding-start: 15px;
26 border-top: 1px solid lightgrey
;
30 /* The arrow at the border #display-configurations to point the focused display.
31 * This is achieved by a square rotated by 45-deg, and it has border at the
32 * upper-half, which were left/top before the rotation. */
33 #display-configuration-arrow {
34 -webkit-transform: rotate
(45deg);
35 border-left: 1px solid lightgrey
;
36 border-top: 1px solid lightgrey
;
43 #display-configurations,
44 #display-configuration-arrow,
45 #display-options-page .action-area
{
46 background-color: white
;
49 #display-options-page .action-area
{
50 /* Because this element has a background-color, we need to emulate the
51 * parent's border-radius (otherwise there's sharp corners). */
52 border-bottom-left-radius: inherit
;
53 border-bottom-right-radius: inherit
;
56 #selected-display-data-container {
60 #selected-display-name {
67 .selected-display-option-row {
71 .selected-display-option-title {
72 display: inline-block
;
77 -webkit-user-select: none
;
78 background: rgb
(240, 240, 240);
80 box-sizing: border-box
;
92 border: solid
2px rgb
(0, 138, 255);
93 color: rgb
(0, 138, 255);
96 #display-options-select-mirroring {
100 .display-options-button {
104 .display-options-button2 {