summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/options/chromeos/display_options.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/options/chromeos/display_options.css')
-rw-r--r--chromium/chrome/browser/resources/options/chromeos/display_options.css106
1 files changed, 0 insertions, 106 deletions
diff --git a/chromium/chrome/browser/resources/options/chromeos/display_options.css b/chromium/chrome/browser/resources/options/chromeos/display_options.css
deleted file mode 100644
index de3995fb4dd..00000000000
--- a/chromium/chrome/browser/resources/options/chromeos/display_options.css
+++ /dev/null
@@ -1,106 +0,0 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-#display-options-page {
- background-color: rgb(240, 240, 240);
-}
-
-#display-options-content-area {
- padding: 0;
-}
-
-#display-options-displays-view-host {
- padding: 20px 0 20px 0;
-}
-
-#display-options-displays-view {
- overflow: hidden;
- position: relative;
- width: 100%;
-}
-
-#display-configurations {
- -webkit-padding-end: 0;
- -webkit-padding-start: 15px;
- border-top: 1px solid lightgrey;
- padding-top: 15px;
-}
-
-/* The arrow at the border #display-configurations to point the focused display.
- * This is achieved by a square rotated by 45-deg, and it has border at the
- * upper-half, which were left/top before the rotation. */
-#display-configuration-arrow {
- -webkit-transform: rotate(45deg);
- border-left: 1px solid lightgrey;
- border-top: 1px solid lightgrey;
- height: 20px;
- position: absolute;
- width: 20px;
- z-index: 1;
-}
-
-#display-configurations,
-#display-configuration-arrow,
-#display-options-page .action-area {
- background-color: white;
-}
-
-#display-options-page .action-area {
- /* Because this element has a background-color, we need to emulate the
- * parent's border-radius (otherwise there's sharp corners). */
- border-bottom-left-radius: inherit;
- border-bottom-right-radius: inherit;
-}
-
-#selected-display-data-container {
- z-index: 2;
-}
-
-#selected-display-name {
- font-size: large;
- font-weight: normal;
- margin-top: 5px;
- padding: 0;
-}
-
-.selected-display-option-row {
- margin-top: 10px;
-}
-
-.selected-display-option-title {
- display: inline-block;
- margin-right: 10px;
-}
-
-.displays-display {
- -webkit-user-select: none;
- background: rgb(240, 240, 240);
- border: solid 1px;
- box-sizing: border-box;
- font-weight: bold;
- position: absolute;
- text-align: center;
- z-index: 2;
-}
-
-.display-mirrored {
- border: solid 1px;
-}
-
-.displays-focused {
- border: solid 2px rgb(0, 138, 255);
- color: rgb(0, 138, 255);
-}
-
-#display-options-select-mirroring {
- margin-right: 5px;
-}
-
-.display-options-button {
- width: 140px;
-}
-
-.display-options-button2 {
- width: 120px;
-}