chore: Hide additional theme settings selectively

This commit is contained in:
Rene Hampölz 2023-05-26 08:35:36 +00:00
parent f17bb54e6f
commit e7bc290e15

View file

@ -1501,7 +1501,14 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
}
/* hide additional theme settings, as these are made via Nextcloud theming */
#rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal {
/* fonts */
#rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal:nth-of-type(3) {
display: none !important;
}
/* background */
#content.app-snappymail #rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal:nth-of-type(4) {
display: none !important;
}