| Index: skin/desktop-options.css | 
| =================================================================== | 
| --- a/skin/desktop-options.css | 
| +++ b/skin/desktop-options.css | 
| @@ -115,6 +115,12 @@ | 
| cursor: pointer; | 
| } | 
| +button:disabled, | 
| +button[aria-disabled="true"] | 
| +{ | 
| + cursor: default; | 
| +} | 
| + | 
| /* Ignore .icon to avoid overriding "specific" (primary, secondary) styles */ | 
| button.primary:not(.icon), | 
| .button.primary:not(.icon) | 
| @@ -282,6 +288,11 @@ | 
| background-image: url(icons/checkbox.svg?on#on); | 
| } | 
| +button[role="checkbox"][aria-checked="true"].icon:disabled:not(.toggle)::before | 
| +{ | 
| + background-image: url(icons/checkbox.svg?on-disabled#on-disabled); | 
| +} | 
| + | 
| button[role="checkbox"].icon.toggle::before | 
| { | 
| background-image: url(icons/toggle.svg?on#on); | 
| @@ -1074,6 +1085,11 @@ | 
| font-weight: 400; | 
| } | 
| +li.preconfigured [data-hide="preconfigured"] | 
| +{ | 
| + display: none !important; | 
| +} | 
| + | 
| /* | 
| Tooltips | 
| */ |