1 /* Copyright 2015 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. */
6 @apply
(--downloads-shared-style
);
8 background: rgb
(63, 85, 102);
10 content-sizing: padding-box
;
17 flex: 1 0 var
(--downloads-side-column-basis
);
21 -webkit-margin-end: 0;
22 -webkit-margin-start: 24px;
31 width: var
(--downloads-item-width
);
35 -webkit-margin-end: 10px;
37 justify-content: flex-end
;
40 #search paper-input-container
{
45 --paper-input-container-color: rgba
(255, 255, 255, .5);
46 --paper-input-container-focus-color: white
;
47 --paper-input-container-input: {
51 --paper-input-container-input-color: white
;
55 #search-term input
[type
='search']::-webkit-search-cancel-button
,
56 #search-term input
[type
='search']::-webkit-search-results-button
{
57 -webkit-appearance: none
;
61 --iron-icon-height: 16px;
62 --iron-icon-width: 16px;
63 --paper-icon-button: {
70 #search-term paper-icon-button
{
77 :host-context
([dir
='rtl']) #search-term paper-icon-button
{
83 --paper-menu-button: {
89 -webkit-user-select: none
;
95 background: #eaeaea; /* TODO(dbeam): real color? */
98 @media not all and
(max-width: 1024px) {
99 /* Hide vertical dot menu when there's enough room for #actions. */
105 @media all and
(max-width: 1024px) {
106 /* Hide #actions for narrow windows; they're shown in a vertical dot menu. */