| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| index c8f9f851fa1096b7d26e19171cea86c9725252e0..255d26307f7d07383430c3e0d5fcd1aff290ca1e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| @@ -227,6 +227,11 @@
|
| color: inherit;
|
| }
|
|
|
| +.data-grid tr.unsaved {
|
| + background: rgb(253, 245, 245);
|
| + color: rgb(216, 70, 60);
|
| +}
|
| +
|
| .data-grid:focus tr.selected {
|
| background-color: rgb(56, 121, 217);
|
| color: white;
|
|
|