mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Disable background blur on highcontrast
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
019e85d92c
commit
5ee61a5fc6
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
|
|||
$variables['--color-background-dark'] = $this->util->lighten($colorMainBackground, 30);
|
||||
$variables['--color-background-darker'] = $this->util->lighten($colorMainBackground, 30);
|
||||
|
||||
$variables['--color-main-background-blur'] = $colorMainBackground;
|
||||
$variables['--filter-background-blur'] = 'none';
|
||||
|
||||
$variables['--color-placeholder-light'] = $this->util->lighten($colorMainBackground, 30);
|
||||
$variables['--color-placeholder-dark'] = $this->util->lighten($colorMainBackground, 45);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue