 Issue 29327244:
  Issue 3024 - Added opt-out to Chrome notifications  (Closed)
    
  
    Issue 29327244:
  Issue 3024 - Added opt-out to Chrome notifications  (Closed) 
  | 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> |