mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
chore: Hide unnecessary theme settings
This commit is contained in:
parent
9c7f522c82
commit
9306808263
1 changed files with 5 additions and 0 deletions
|
|
@ -1107,6 +1107,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-lighter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide additional theme settings, as these are made via Nextcloud theming */
|
||||||
|
#rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* admin settings
|
* admin settings
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue