mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #50658 from nextcloud/backport/50657/stable30
[stable30] fix(theming): high contrast themes scrollbar
This commit is contained in:
commit
c5a85dcc1b
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