| Index: third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| index 4752503cb6c8caa4102b5305d13f2e056e58fe2c..e33ff52c401f359633a403d70ae53c0e32d0dacf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| @@ -91,6 +91,30 @@
|
| white-space: nowrap;
|
| }
|
|
|
| +.suggest-box .suggest-box-content-item.additional {
|
| + background-color: #f9f9f9;
|
| +}
|
| +
|
| +.suggest-box .suggest-box-content-item.additional::before {
|
| + display: inline-block;
|
| + content: "";
|
| + -webkit-user-select: none;
|
| + background-image: url(Images/toolbarButtonGlyphs.png);
|
| + background-size: 352px 168px;
|
| + width: 10px;
|
| + height: 10px;
|
| + position: relative;
|
| + top: 2px;
|
| + margin-right: 4px;
|
| + background-position: -192px -96px;
|
| +}
|
| +
|
| +@media (-webkit-min-device-pixel-ratio: 1.5) {
|
| +.suggest-box .suggest-box-content-item.additional::before {
|
| + background-image: url(Images/toolbarButtonGlyphs_2x.png);
|
| +}
|
| +} /* media */
|
| +
|
| .suggest-box .suggest-box-content-item .prefix {
|
| font-weight: bold;
|
| }
|
|
|