Chromium Code Reviews| Index: chrome/browser/resources/apps_debugger/css/items.css |
| diff --git a/chrome/browser/resources/apps_debugger/css/items.css b/chrome/browser/resources/apps_debugger/css/items.css |
| index 78893987e9a8567bdafd9b6639df10bdf26b72ea..7e76b432e35f40dd8a36e1ab5e862311ed61d3a5 100644 |
| --- a/chrome/browser/resources/apps_debugger/css/items.css |
| +++ b/chrome/browser/resources/apps_debugger/css/items.css |
| @@ -331,10 +331,21 @@ html[dir='rtl'] .enable-control { |
| display: inline-block; |
| } |
| +.install-warnings { |
| + background: pink; |
| + border-radius: 3px; |
| + margin-top: 5px; |
| + padding: 2px 5px; |
| +} |
| + |
| .install-warnings a { |
| -webkit-margin-start: 0; |
| } |
| +.install-warnings ul { |
| + margin: 0; |
| +} |
| + |
| .extension-details-summary { |
| margin-bottom: 10px; |
| } |