Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 29327244: Issue 3024 - Added opt-out to Chrome notifications (Closed)
Patch Set: Made `getNotificationButtons` independent of external variables Created Sept. 11, 2015, 2:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -129,6 +129,11 @@
color: #b0b0b0;
}
+.focused
+{
+ box-shadow: 0px 0px 10px #e03030;
+}
+
</style>
</head>
<body>
@@ -275,7 +280,7 @@
<div id="shouldShowBlockElementMenuContainer">
<input type="checkbox" id="shouldShowBlockElementMenu" /><label for="shouldShowBlockElementMenu" class="i18n_show_block_element_menu"></label>
</div>
- <div id="shouldShowNotificationsContainer">
+ <div id="shouldShowNotificationsContainer" data-section="notifications">
<input type="checkbox" id="shouldShowNotifications" /><label for="shouldShowNotifications" class="i18n_overlay_shownotifications_label"></label>
</div>
</p>
« lib/notificationHelper.js ('K') | « lib/notificationHelper.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld