• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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. */
4
5.extension-command-list-command-item-wrapper {
6  margin-left: 12px;
7}
8
9.command-title {
10  display: inline-block;
11  margin-top: 1em;
12}
13
14.command-container {
15  -webkit-box-orient: horizontal;
16  display: -webkit-box;
17  width: 450px;
18}
19
20.command-description {
21  -webkit-box-flex: 1;
22  display: -webkit-box;
23  margin-top: 0.5em;
24  min-height: 2em;
25}
26
27.command-shortcut-container {
28  display: -webkit-box;
29  margin-top: 0.25em;
30  min-height: 2em;
31}
32
33.command-shortcut {
34  border: solid 1px #BFBFBF;
35  border-radius: 2px;
36  color: rgb(48, 57, 66);
37  display: inline-block;
38  height: 1.4em;
39  min-width: 12.5em;
40  padding: 3px 0 1px 4px;
41}
42
43.command-shortcut-text {
44  display: inline-block;
45  height: 1.4em;
46  min-width: 11em;
47  outline: none;
48}
49
50.focused {
51  border: solid 1px rgb(140, 147, 255);
52}
53
54.clearable {
55  background: white;
56}
57
58.command-clear {
59  float: right;
60  margin-top: 1px;
61}
62
63.command-scope {
64  margin-left: 0.25em;
65  margin-top: 0.24em;
66}
67
68.capturing {
69  background: rgb(243, 244, 255);
70  border: solid 1px rgb(140, 147, 255);
71  color: #999;
72}
73
74.contains-chars {
75  color: rgb(48, 57, 66);
76}
77
78.inactive-keybinding {
79  color: #999;
80}
81