aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-07-11 16:42:02 +0200
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-07-24 15:56:30 +0200
commitddb808e13629e9fb7216787ed9d76544236377b0 (patch)
tree0da9473778a2e745d9292242a6faf4ca491b62b6 /apps/theming/lib
parent7548e62181832dca36fa1a6ad4ec715d71fe83e6 (diff)
downloadnextcloud-server-ddb808e13629e9fb7216787ed9d76544236377b0.tar.gz
nextcloud-server-ddb808e13629e9fb7216787ed9d76544236377b0.zip
Change color for primary element on hover
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/Themes/CommonThemeTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/CommonThemeTrait.php b/apps/theming/lib/Themes/CommonThemeTrait.php
index 3a14382d3c0..1aa1174fabc 100644
--- a/apps/theming/lib/Themes/CommonThemeTrait.php
+++ b/apps/theming/lib/Themes/CommonThemeTrait.php
@@ -64,7 +64,7 @@ trait CommonThemeTrait {
// used for buttons, inputs...
'--color-primary-element' => $colorPrimaryElement,
- '--color-primary-element-hover' => $this->util->mix($colorPrimaryElement, $colorMainBackground, 60),
+ '--color-primary-element-hover' => $this->util->mix($colorPrimaryElement, $colorMainBackground, 75),
'--color-primary-element-text' => $this->util->invertTextColor($colorPrimaryElement) ? '#000000' : '#ffffff',
// used for hover/focus states