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

Unified Diff: chrome/browser/resources/settings/site_settings/usb_devices.html

Issue 2786113002: MD Settings: up contast of headers and other things that use grey 500 on white (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/browser/resources/settings/site_settings/protocol_handlers.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/usb_devices.html
diff --git a/chrome/browser/resources/settings/site_settings/usb_devices.html b/chrome/browser/resources/settings/site_settings/usb_devices.html
index 57a312cc5f8d839686979c532ddbb3bd7753ed29..f1451873e83f20b7de5f9853a09b79eea938fbee 100644
--- a/chrome/browser/resources/settings/site_settings/usb_devices.html
+++ b/chrome/browser/resources/settings/site_settings/usb_devices.html
@@ -14,7 +14,7 @@
display: block;
}
- .site-settings-header {
+ .column-header {
-webkit-margin-start: 20px;
margin-bottom: 15px;
margin-top: 15px;
@@ -22,7 +22,7 @@
</style>
<template is="dom-repeat" items="[[devices_]]">
- <div class="site-settings-header">[[item.objectName]]</div>
+ <div class="column-header">[[item.objectName]]</div>
<div class="list-frame menu-content vertical-list">
<div class="list-item">
« no previous file with comments | « chrome/browser/resources/settings/site_settings/protocol_handlers.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698