From 40b202372ad57e71324041c4de34c959156b1150 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Thu, 29 Jul 2021 15:07:51 +0200 Subject: [PATCH] fixed checkmark color --- src/stylesheets/primeng.scss | 1 + src/stylesheets/theme-styles.scss | 2 +- src/stylesheets/theme.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/primeng.scss b/src/stylesheets/primeng.scss index 0fafb150..639e9940 100644 --- a/src/stylesheets/primeng.scss +++ b/src/stylesheets/primeng.scss @@ -39,6 +39,7 @@ .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before { top: 8px!important; left: 2px !important; + border-color: var(--drgstn-text-primary); } p.-datatable .p-sortable-column .p-sortable-column-icon { diff --git a/src/stylesheets/theme-styles.scss b/src/stylesheets/theme-styles.scss index 03427b70..9bec1d11 100644 --- a/src/stylesheets/theme-styles.scss +++ b/src/stylesheets/theme-styles.scss @@ -7,7 +7,7 @@ --drgstn-background: #ffffff; --drgstn-panel: #f8f8f8; --drgstn-info: #61c43d; - --drgstn-text-primary: #151515; + --drgstn-text-primary: #020202; --drgstn-text-secondary: #eeeeee; --drgstn-border: rgba(0, 0, 0, 0.2); --drgstn-tooltip: rgba(74, 74, 74, 0.9); diff --git a/src/stylesheets/theme.css b/src/stylesheets/theme.css index 8f68f595..e939fdc9 100644 --- a/src/stylesheets/theme.css +++ b/src/stylesheets/theme.css @@ -7,7 +7,7 @@ --drgstn-background: #FFFFFF; --drgstn-panel: #ff3a3a; --drgstn-info: #61c43d; - --drgstn-text-primary: #363636; + --drgstn-text-primary: #000000; --drgstn-text-secondary: #FFFFFF; --drgstn-border: rgba(0, 0, 0, 0.2); --drgstn-tooltip: rgba(74, 74, 74, 0.9); -- GitLab