Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / toolbar.css
blob70a0079d8a81a03d6ef10732e464911a4438fd6b
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. */
5 :host {
6 @apply(--downloads-shared-style);
7 -webkit-padding-end: 8px; /* + 8px from the search/(X) icon = 16px. */
8 -webkit-padding-start: 24px;
9 align-items: center;
10 background: rgb(63, 85, 102);
11 color: white;
12 content-sizing: padding-box;
13 display: flex;
14 padding-bottom: 8px;
15 padding-top: 8px;
18 #title {
19 margin: 0;
22 #title,
23 #search {
24 flex: 1 0 var(--downloads-side-column-basis);
27 #actions {
28 display: flex;
29 flex: none;
30 width: var(--downloads-item-width);
33 #search {
34 display: flex;
35 justify-content: flex-end;
38 #search-term {
39 --paper-input-container-color: rgba(255, 255, 255, .5);
40 --paper-input-container-input: {
41 font-size: 14px;
43 --paper-input-container-input-color: white;
44 --paper-input-container-focus-color: white;
45 --paper-input-container-label: {
46 font-size: 14px;