cipf added css to hide parts of user profil when fipf see them

This commit is contained in:
asus
2024-03-31 23:38:04 +02:00
parent 0a30bca907
commit 75205571fe
6 changed files with 80 additions and 5 deletions

View File

@@ -0,0 +1,34 @@
/*
* [/] 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;
}