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. */
7 background: rgb
(63, 85, 102);
9 content-sizing: padding-box
;
16 flex: 1 0 var
(--downloads-side-column-basis
);
20 -webkit-margin-end: 0;
21 -webkit-margin-start: 24px;
31 width: var
(--downloads-item-width
);
34 :host
(:not
([downloads-showing
])) #actions
{
35 justify-content: center
;
38 #actions paper-button
{
39 -webkit-margin-end: 8px;
44 color: rgb
(192, 199, 205);
48 -webkit-padding-end: 10px;
49 box-sizing: border-box
;
51 justify-content: flex-end
;
54 #search paper-input-container
{
62 --paper-input-container-color: rgb
(192, 199, 205);
63 --paper-input-container-focus-color: rgb
(192, 199, 205);
64 --paper-input-container-input: {
69 --paper-input-container-input-color: rgb
(192, 199, 205);
73 #search-term input
[type
='search']::-webkit-search-decoration
,
74 #search-term input
[type
='search']::-webkit-search-cancel-button
,
75 #search-term input
[type
='search']::-webkit-search-results-button
{
76 -webkit-appearance: none
;
80 --iron-icon-height: 20px;
81 --iron-icon-width: 20px;
82 --paper-icon-button: {
89 #search-term paper-icon-button
{
90 --iron-icon-height: 16px;
91 --iron-icon-width: 16px;
92 --paper-icon-button: {
93 -webkit-margin-end: -8px;
104 :host-context
([dir
='rtl']) #search-term paper-icon-button
{
110 --paper-menu-button: {
113 -webkit-margin-start: 16px;
117 -webkit-user-select: none
;
123 background: #eaeaea; /* TODO(dbeam): real color? */
126 @media not all and
(max-width: 1024px) {
127 /* Hide vertical dot menu when there's enough room for #actions. */
133 @media all and
(max-width: 1024px) {
134 /* Hide #actions for narrow windows; they're shown in a vertical dot menu. */