summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css')
-rw-r--r--chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css b/chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css
deleted file mode 100644
index 2eb7bd8b15d..00000000000
--- a/chromium/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Copyright 2015 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. */
-
-#addDevice {
- color: blue;
-}
-
-#deviceList {
- -webkit-margin-start: 15px;
- max-height: 300px;
- overflow-y: auto;
-}
-
-cr-expand-button {
- -webkit-margin-end: 10px;
-}
-
-iron-icon {
- -webkit-margin-end: 10px;
-}
-
-settings-bluetooth-add-device-dialog,
-settings-bluetooth-pair-device-dialog {
- height: 400px;
- padding: 0;
- width: 500px;
-}
-
-span.no-devices {
- margin: 10px 20px;
-}