2 * Copyright 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 /* This is required for correct sizing of flex items because we rely
9 * on an old version of the flexbox spec.
10 * Longer-term we should remove this, see crbug.com/473625 */
15 :host-context
(.platform-mac
) .monospace
,
16 :host-context
(.platform-mac
) .source-code
,
17 .platform-mac
.monospace
,
18 .platform-mac .source-code {
19 font-size: 11px !important
;
20 font-family: Menlo
, monospace
;
23 :host-context
(.platform-windows
) .monospace
,
24 :host-context
(.platform-windows
) .source-code
,
25 .platform-windows
.monospace
,
26 .platform-windows .source-code {
27 font-size: 12px !important
;
28 font-family: Consolas
, Lucida Console
, monospace
;
31 :host-context
(.platform-linux
) .monospace
,
32 :host-context
(.platform-linux
) .source-code
,
33 .platform-linux
.monospace
,
34 .platform-linux .source-code {
35 font-size: 11px !important
;
36 font-family: dejavu sans mono
, monospace
;
40 font-family: monospace
;
41 font-size: 11px !important
;
42 white-space: pre-wrap
;
46 box-sizing: border-box
;
54 -webkit-user-drag: none
;
82 flex-direction: row
!important
;
88 flex-direction: column
!important
;
96 .flex-auto-important {
97 flex: auto
!important
;
107 justify-content: center
;
121 display: none
!important
;
125 font-size: 10px !important
;
126 font-family: monospace
;
129 .highlighted-search-result {
133 background-color: rgba
(255, 255, 0, 0.8);
138 text-decoration: underline
;
139 color: rgb
(17, 85, 204);
145 font-family: inherit
;
149 input
[type
="search"]:focus
,
150 input
[type
="text"]:focus
{
151 outline: auto
5px -webkit-focus-ring-color
;
155 .highlighted-search-result.current-search-result {
159 background-color: rgba
(255, 127, 0, 0.8);
167 -webkit-user-select: text
;
168 box-shadow: rgba
(0, 0, 0, .5) 3px 3px 4px;
169 outline: 1px solid rgb
(66%, 66%, 66%) !important
;
170 background-color: white
;
171 -webkit-user-modify: read-write-plaintext-only
;
172 text-overflow: clip
!important
;
179 opacity: 1.0 !important
;
184 color: #222 !important
;
185 text-decoration: none
!important
;