| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index 0fe267a7f6ff00408cc2c10fca280fb0d7b5490e..2b64ff6e31786724b1c423c628f5a48140fc83e6 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -347,15 +347,16 @@
|
| .search-bubble {
|
| pointer-events: none;
|
| position: absolute;
|
| + z-index: 1;
|
| }
|
|
|
| .search-bubble-innards {
|
| align-items: center;
|
| background-color: var(--paper-yellow-500);
|
| border-radius: 2px;
|
| - display: flex;
|
| - height: 28px;
|
| - padding: 0 16px;
|
| + padding: 4px 10px;
|
| + text-align: center;
|
| + width: 100px;
|
| }
|
|
|
| /* Provides the arrow which points at the anchor element. */
|
| @@ -364,9 +365,9 @@
|
| background-color: var(--paper-yellow-500);
|
| content: '';
|
| height: 10px;
|
| + left: 55px;
|
| position: absolute;
|
| - right: -5px;
|
| - top: 10px;
|
| + top: -5px;
|
| width: 10px;
|
| }
|
| </style>
|
|
|