| Index: skin/options.css | 
| =================================================================== | 
| --- a/skin/options.css | 
| +++ b/skin/options.css | 
| @@ -344,12 +344,9 @@ | 
| flex: 1; | 
| } | 
|  | 
| -.table.list li:nth-child(odd) | 
| -{ | 
| -  background-color: #F5F5F5; | 
| -} | 
| - | 
| -.table.cols li:nth-child(even) | 
| +.table.list li:nth-child(odd), | 
| +.table.cols li:nth-child(even), | 
| +.table li.empty-placeholder | 
| { | 
| background-color: #F5F5F5; | 
| } | 
| @@ -585,6 +582,12 @@ | 
| -webkit-padding-start: 12px; | 
| } | 
|  | 
| +#whitelisting .controls.mode-edit > button, | 
| +#whitelisting .controls:not(.mode-edit) > div | 
| +{ | 
| +  display: none; | 
| +} | 
| + | 
| #whitelisting .controls input[type="text"] | 
| { | 
| border: 0px; | 
|  |