Files
2024_WEBSITE_fipf/plugins/cipf_plugin/css/fipf_user_profile.css

35 lines
630 B
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* [/] Options personnelles,
* [/] À propos du compte,
* [/] Mots de passe dapplication,
* [/] Login/Signup
*/
/*
*/
form#your-profile h2:has(+ .form-table .user-rich-editing-wrap),
form#your-profile .form-table:has(.user-rich-editing-wrap) {
display: none;
}
/*
*/
form#your-profile h2:has(+ .form-table .user-description-wrap),
form#your-profile .form-table:has(.user-description-wrap) {
display: none;
}
/*
*/
form#your-profile #application-passwords-section {
display: none;
}
/*
*/
form#your-profile h2:has(+ .form-table.xoo-aff-form-table),
form#your-profile .form-table.xoo-aff-form-table {
display: none;
}