| Index: skin/desktop-options.css | 
| =================================================================== | 
| --- a/skin/desktop-options.css | 
| +++ b/skin/desktop-options.css | 
| @@ -642,6 +642,35 @@ | 
| Acceptable ads | 
| */ | 
|  | 
| +#acceptable-ads.show-notification #tracking-notification | 
| +{ | 
| +  display: block; | 
| +} | 
| + | 
| +#tracking-notification | 
| +{ | 
| +  position: relative; | 
| +  display: none; | 
| +  padding: 1.5rem; | 
| +  margin-bottom: 1rem; | 
| +  border: 2px solid #ffd7a3; | 
| +  background-color: #fefbe3; | 
| +} | 
| + | 
| +#hide-tracking-notification | 
| +{ | 
| +  position: absolute; | 
| +  right: 1rem; | 
| +  top: 1rem; | 
| +} | 
| + | 
| +#tracking-notification .link | 
| +{ | 
| +  color: inherit; | 
| +  text-decoration: underline; | 
| +  font-weight: 700; | 
| +} | 
| + | 
| #acceptable-ads ul | 
| { | 
| position: relative; | 
| @@ -655,7 +684,7 @@ | 
| padding-right: 2.2rem; | 
| } | 
|  | 
| -#acceptable-ads button | 
| +#acceptable-ads ul button | 
| { | 
| position: absolute; | 
| margin-top: 0.3rem; | 
| @@ -1335,7 +1364,8 @@ | 
| } | 
|  | 
| #dialog-close, | 
| -#hide-notification | 
| +#hide-notification, | 
| +#hide-tracking-notification | 
| { | 
| border: 0rem; | 
| padding: 0rem; | 
| @@ -1345,7 +1375,8 @@ | 
| } | 
|  | 
| #dialog-close::before, | 
| -#hide-notification::after | 
| +#hide-notification::after, | 
| +#hide-tracking-notification::after | 
| { | 
| content: ""; | 
| display: block; | 
| @@ -1477,7 +1508,17 @@ | 
| background-image: url(icons/delete.svg#secondary); | 
| } | 
|  | 
| +#hide-tracking-notification::after | 
| +{ | 
| +  background-image: url(icons/delete.svg#tertiary); | 
| +} | 
| + | 
| #hide-notification:hover::after | 
| { | 
| background-image: url(icons/delete.svg#secondary-hover); | 
| } | 
| + | 
| +#hide-tracking-notification:hover::after | 
| +{ | 
| +  background-image: url(icons/delete.svg#tertiary-hover); | 
| +} | 
|  |