Chromium Code Reviews| 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 573b9698d6ee430c3cf6455e1adbb5a8c1590d72..990c9785beaf37127bdcb12fce76188d246db0fd 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 |
| @@ -246,6 +246,15 @@ |
| -webkit-mask-position: -20px -96px; |
| } |
| +.data-grid tr.unsaved { |
| + background-color: hsl(0, 100%, 92%); |
| + color: red; |
|
dgozman
2016/12/14 17:20:21
This color is too bright.
kdzwinel
2016/12/15 12:38:50
I took this background+text color combination from
|
| +} |
| + |
| +.data-grid:focus tr.selected.unsaved { |
| + background-color: hsl(0, 100%, 70%); |
| +} |
| + |
| .data-grid-resizer { |
| position: absolute; |
| top: 0; |