Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css

Issue 2567873002: DevTools: Add ability to add and edit cookies (Closed)
Patch Set: Code review fixes - part 2. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}
+
+.data-grid:focus tr.selected.unsaved {
+ background-color: hsl(0, 100%, 70%);
+}
+
.data-grid-resizer {
position: absolute;
top: 0;

Powered by Google App Engine
This is Rietveld 408576698