Skip to content
Snippets Groups Projects
Verified Commit 9a87dbae authored by cypherpunks1's avatar cypherpunks1 Committed by Pier Angelo Vendrame
Browse files

Bug 40717: Hide Windows SSO in settings

parent 5e200391
No related merge requests found
...@@ -598,6 +598,13 @@ html|label[disabled] { ...@@ -598,6 +598,13 @@ html|label[disabled] {
margin-inline-start: 0; margin-inline-start: 0;
} }
@media (-moz-platform: windows) {
#windows-sso,
#windows-sso-caption {
display: none;
}
}
/** /**
* Dialog * Dialog
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment