mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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 */
|
/* 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;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue