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

Unified Diff: chrome/browser/resources/settings/site_settings/protocol_handlers.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
Index: chrome/browser/resources/settings/site_settings/protocol_handlers.html
diff --git a/chrome/browser/resources/settings/site_settings/protocol_handlers.html b/chrome/browser/resources/settings/site_settings/protocol_handlers.html
index 609ac01f040d352a74de45d0f27ce91f6d13b2e7..4cea82f8706c8de2b94806cdeb20c5a2c98fa77b 100644
--- a/chrome/browser/resources/settings/site_settings/protocol_handlers.html
+++ b/chrome/browser/resources/settings/site_settings/protocol_handlers.html
@@ -16,7 +16,7 @@
display: block;
}
- .site-settings-header {
+ .column-header {
-webkit-margin-start: 20px;
margin-bottom: 15px;
margin-top: 15px;
@@ -32,7 +32,7 @@
</div>
<template is="dom-repeat" items="[[protocols]]" as="protocol">
- <div class="site-settings-header">[[protocol.protocol]]</div>
+ <div class="column-header">[[protocol.protocol]]</div>
<div class="list-frame menu-content vertical-list">
<template is="dom-repeat" items="[[protocol.handlers]]">

Powered by Google App Engine
This is Rietveld 408576698