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

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

Issue 2215773002: Add ability to add/edit cookie in Chrome Dev Tool (front-end) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manage cookie flags from the context menu Created 4 years, 4 months 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698