| Index: skin/options.css | 
| =================================================================== | 
| --- a/skin/options.css | 
| +++ b/skin/options.css | 
| @@ -52,6 +52,7 @@ | 
| margin: 20px 10px; | 
| font-family: "Source Sans Pro", sans-serif; | 
| font-size: 14px; | 
| +  color: #494949; | 
| } | 
|  | 
| h1 | 
| @@ -80,6 +81,11 @@ | 
| margin: 0px; | 
| } | 
|  | 
| +[aria-hidden="true"] | 
| +{ | 
| +  display: none !important; | 
| +} | 
| + | 
| input[type="search"]::-webkit-search-cancel-button | 
| { | 
| display: none; | 
| @@ -606,6 +612,11 @@ | 
| Advanced tab content | 
| */ | 
|  | 
| +#tweaks .table li | 
| +{ | 
| +  padding-bottom: 0px; | 
| +} | 
| + | 
| #filter-lists > div | 
| { | 
| display: none; | 
| @@ -872,7 +883,7 @@ | 
| Tooltips | 
| */ | 
|  | 
| -.tooltip, #block-element-explanation a | 
| +.tooltip | 
| { | 
| border-bottom: dashed 1px; | 
| color: #3A7BA6; | 
| @@ -905,15 +916,6 @@ | 
| -webkit-margin-start: 8px; | 
| } | 
|  | 
| -#block-element-explanation a | 
| -{ | 
| -  color: black; | 
| -  border-bottom-color: #3A7BA6; | 
| -  font-weight: 600; | 
| -  -moz-padding-start: 0px; | 
| -  -webkit-padding-start: 0px; | 
| -} | 
| - | 
| div[role="tooltip"] | 
| { | 
| background-color: rgba(45, 45, 45, 0.95); | 
|  |