diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-03 10:23:14 +0200 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-04-10 06:49:21 +0000 |
commit | 0b53084ccb3e7481134a6ec0e2cc016ff963bd0b (patch) | |
tree | e3f118ae4fbbc0c620bdd1649a899c349cc6c0b8 /core/src | |
parent | b68680596d3dfec4a156a1ce3224ea9c1c8f272c (diff) | |
download | nextcloud-server-0b53084ccb3e7481134a6ec0e2cc016ff963bd0b.tar.gz nextcloud-server-0b53084ccb3e7481134a6ec0e2cc016ff963bd0b.zip |
Use the primary element color in case it primary color is too bright
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 34243062ba6..42c684ad510 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -188,7 +188,7 @@ padding: 4px 4px 4px 14px; &.ui-state-focus, &.ui-state-active { - box-shadow: inset 4px 0 var(--color-primary); + box-shadow: inset 4px 0 var(--color-primary-element); color: var(--color-main-text); } } |