| Index: skin/desktop-options.css | 
| =================================================================== | 
| --- a/skin/desktop-options.css | 
| +++ b/skin/desktop-options.css | 
| @@ -887,12 +887,12 @@ | 
| border-bottom: 0px; | 
| } | 
|  | 
| -li .display | 
| +.list li label | 
| { | 
| margin: 0rem 1rem; | 
| } | 
|  | 
| -.table.list li .display | 
| +.table.list li label | 
| { | 
| flex: 1; | 
| margin: 0rem; | 
| @@ -982,7 +982,7 @@ | 
| -webkit-margin-end: 1.8rem; | 
| } | 
|  | 
| -.table.cols .display | 
| +.table.cols label | 
| { | 
| margin: 0rem; | 
| } | 
| @@ -1030,12 +1030,13 @@ | 
| background-color: #E1F2FA; | 
| } | 
|  | 
| -#dialog .table.list li button[aria-checked="true"] | 
| +#dialog .table.list li button[aria-checked="true"], | 
| +.table.list li em | 
| { | 
| color: #BBB; | 
| } | 
|  | 
| -#dialog .table.list li button .display | 
| +#dialog .table.list li button label | 
| { | 
| flex: none; | 
| margin: 0rem 0.8rem; | 
|  |