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.
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
;
20 opacity: 1.0 !important
;
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 {