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

Unified Diff: Source/devtools/front_end/resources/indexedDBViews.css

Issue 813173002: [ServiceWorker] Cache inspector out from flag, style & icon changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed Experiment, added icon css Created 6 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: Source/devtools/front_end/resources/indexedDBViews.css
diff --git a/Source/devtools/front_end/resources/indexedDBViews.css b/Source/devtools/front_end/resources/indexedDBViews.css
index 3d57df48baf52cda40382f10f6fce6891991b4a2..4f51c11abf80a19f0694d0ad8f9e524de34eb4d0 100644
--- a/Source/devtools/front_end/resources/indexedDBViews.css
+++ b/Source/devtools/front_end/resources/indexedDBViews.css
@@ -86,6 +86,10 @@
border: 0;
}
+.indexed-db-data-view .data-grid .data-container tr:nth-last-child(2) td {
+ border-bottom: 1px solid #aaa;
+}
+
.indexed-db-data-view .section,
.indexed-db-data-view .section > .header,
.indexed-db-data-view .section > .header .title {
« no previous file with comments | « Source/devtools/front_end/resources/ServiceWorkerCacheViews.js ('k') | Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698