mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(theming): high contrast themes scrollbar
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
32e23c4816
commit
8b14c72fbf
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
|
|||
'--color-info-hover' => $this->util->lighten($colorInfo, 10),
|
||||
'--color-info-text' => $this->util->lighten($colorInfo, 20),
|
||||
|
||||
'--color-scrollbar' => 'auto',
|
||||
'--color-scrollbar' => 'auto transparent',
|
||||
|
||||
// used for the icon loading animation
|
||||
'--color-loading-light' => '#000000',
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ class HighContrastTheme extends DefaultTheme implements ITheme {
|
|||
|
||||
'--color-favorite' => '#936B06',
|
||||
|
||||
'--color-scrollbar' => 'auto',
|
||||
'--color-scrollbar' => 'auto transparent',
|
||||
|
||||
// used for the icon loading animation
|
||||
'--color-loading-light' => '#dddddd',
|
||||
|
|
|
|||
Loading…
Reference in a new issue