mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
chore: Hide additional theme settings selectively
This commit is contained in:
parent
f17bb54e6f
commit
e7bc290e15
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue