1 /* Copyright (c) 2014 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.
7 height: calc
(100% - 12px);
15 .summary-log-container {
26 border: 1px solid gray
;
27 box-shadow: 0px 4px 10px 4px rgba
(0,0,0,0.3);
28 background-color: white
;
41 -webkit-user-select: text
;
47 border: 1px solid rgba
(0, 0, 0, 0.3);
50 display: inline-block
;
54 background-color: #DDF;
58 background-color: #DFD;
62 content: "\2011"; /** non-breaking hyphen */
66 background-color: #FDD;
73 .key-down.unreleased {
74 background-color: #F77;
77 .key-down.unreleased::before {
85 .chord-div:not(.all-keys-released)::after {
89 .chord-div.all-keys-released::after {
90 content: " \2714"; /* tick */
94 .chord-div.some-keys-still-pressed::after {
95 content: " \2716"; /* cross */