cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / extensions / extension_commands_overlay.css
blob407a256ad34c1fce0de7aed8dba8b53f5e26b13a
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 .extension-command-list-command-item-wrapper {
6 margin-left: 12px;
9 .command-title {
10 display: inline-block;
11 margin-top: 1em;
14 .command-container {
15 -webkit-box-orient: horizontal;
16 display: -webkit-box;
17 width: 450px;
20 .command-description {
21 -webkit-box-flex: 1;
22 display: -webkit-box;
23 margin-top: 0.5em;
24 min-height: 2em;
27 .command-shortcut-container {
28 display: -webkit-box;
29 margin-top: 0.25em;
30 min-height: 2em;
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;
43 .command-shortcut-text {
44 display: inline-block;
45 height: 1.4em;
46 min-width: 11em;
47 outline: none;
50 .focused {
51 border: solid 1px rgb(140, 147, 255);
54 .clearable {
55 background: white;
58 .command-clear {
59 float: right;
60 margin-top: 1px;
63 .command-scope {
64 margin-left: 0.25em;
65 margin-top: 0.24em;
68 .capturing {
69 background: rgb(243, 244, 255);
70 border: solid 1px rgb(140, 147, 255);
71 color: #999;
74 .contains-chars {
75 color: rgb(48, 57, 66);
78 .inactive-keybinding {
79 color: #999;