| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| index 935bf339b41f8d91e190de3555ef759ea1e5eb2d..4d16f143d27dbd70169f492ab4e567cddeeae379 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -361,6 +361,11 @@ label[is=dt-icon-label] {
|
| -webkit-mask-size: 140px 20px;
|
| }
|
|
|
| +.spritesheet-arrowicons {
|
| + background-image: url(Images/popoverArrows.png);
|
| + background-size: 19px 76px;
|
| +}
|
| +
|
| .force-white-icons [is=ui-icon].spritesheet-smallicons, [is=ui-icon].force-white-icons.spritesheet-smallicons {
|
| -webkit-mask-image: -webkit-image-set(url(Images/smallIcons.png) 1x, url(Images/smallIcons_2x.png) 2x);
|
| -webkit-mask-size: 190px 30px;
|
|
|