| Index: chrome/browser/resources/md_downloads/toolbar.css
|
| diff --git a/chrome/browser/resources/md_downloads/toolbar.css b/chrome/browser/resources/md_downloads/toolbar.css
|
| index 3613c8678595f98151856b6f35cf041101b01521..44eb7cbee3e639570fe8baec356200f7441b6cae 100644
|
| --- a/chrome/browser/resources/md_downloads/toolbar.css
|
| +++ b/chrome/browser/resources/md_downloads/toolbar.css
|
| @@ -39,8 +39,7 @@
|
| -webkit-margin-end: 8px;
|
| }
|
|
|
| -#actions,
|
| -#search-term {
|
| +#actions {
|
| color: rgb(192, 199, 205);
|
| }
|
|
|
| @@ -51,36 +50,6 @@
|
| justify-content: flex-end;
|
| }
|
|
|
| -#search paper-input-container {
|
| - margin-top: 2px;
|
| - max-width: 200px;
|
| - padding: 2px 0;
|
| - width: 100%;
|
| -}
|
| -
|
| -#search-term {
|
| - --paper-input-container-color: rgb(192, 199, 205);
|
| - --paper-input-container-focus-color: rgb(192, 199, 205);
|
| - --paper-input-container-input: {
|
| - color: inherit;
|
| - font-family: inherit;
|
| - font-size: inherit;
|
| - };
|
| - --paper-input-container-input-color: rgb(192, 199, 205);
|
| - z-index: 0;
|
| -}
|
| -
|
| -#search-term input[type='search']::-webkit-search-decoration,
|
| -#search-term input[type='search']::-webkit-search-cancel-button,
|
| -#search-term input[type='search']::-webkit-search-results-button {
|
| - -webkit-appearance: none;
|
| -}
|
| -
|
| -#search-term input[type='search']::-webkit-search-cancel-button {
|
| - display: block;
|
| - width: 20px;
|
| -}
|
| -
|
| paper-icon-button {
|
| --iron-icon-height: 20px;
|
| --iron-icon-width: 20px;
|
| @@ -91,26 +60,6 @@ paper-icon-button {
|
| };
|
| }
|
|
|
| -#search-term paper-icon-button {
|
| - --iron-icon-height: 16px;
|
| - --iron-icon-width: 16px;
|
| - --paper-icon-button: {
|
| - -webkit-margin-end: -8px;
|
| - height: 16px;
|
| - padding: 8px;
|
| - width: 16px;
|
| - };
|
| - position: absolute;
|
| - right: 0;
|
| - top: -4px;
|
| - z-index: 1;
|
| -}
|
| -
|
| -:host-context([dir='rtl']) #search-term paper-icon-button {
|
| - left: 0;
|
| - right: auto;
|
| -}
|
| -
|
| #more {
|
| --paper-menu-button: {
|
| padding: 0;
|
|
|