summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css')
-rw-r--r--chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css b/chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css
deleted file mode 100644
index 89b913d6612..00000000000
--- a/chromium/chrome/browser/resources/options/chromeos/keyboard_overlay.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright 2013 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. */
-
-#send-function-keys-description {
- color: gray;
-}
-
-#auto-repeat-settings-section {
- -webkit-margin-start: 30px;
- display: table;
- white-space: nowrap;
-}
-
-#auto-repeat-settings-section .row {
- display: table-row;
-}
-
-#auto-repeat-settings-section .row > * {
- display: table-cell;
-}
-
-#auto-repeat-settings-section input[type='range'] {
- margin-left: 5px;
- margin-right: 5px;
-}