Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui / textPrompt.css
blob7ff274741fd3ff071b236d6f2878416dbd754d66
1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .text-prompt-editing {
8 -webkit-user-select: text;
9 box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
10 outline: 1px solid rgb(66%, 66%, 66%) !important;
11 background-color: white;
12 -webkit-user-modify: read-write-plaintext-only;
13 text-overflow: clip !important;
14 padding-left: 2px;
15 margin-left: -2px;
16 padding-right: 2px;
17 margin-right: -2px;
18 margin-bottom: -1px;
19 padding-bottom: 1px;
20 opacity: 1.0 !important;
23 .text-prompt-editing,
24 .text-prompt-editing ::content * {
25 color: #222 !important;
26 text-decoration: none !important;
27 -webkit-user-modify: read-write-plaintext-only;
30 ::content .auto-complete-text,
31 .text-prompt-editing ::content .auto-complete-text {
32 color: rgb(128, 128, 128) !important;
33 -webkit-user-select: none;
34 -webkit-user-modify: read-only;
37 .text-prompt-editing ::content br {
38 display: none;