Skip to content

Commit 5e742dd

Browse files
author
Akshara Hegde
committed
fix - theme color
1 parent a9e0383 commit 5e742dd

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

jet/static/jet/css/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ $chart-scaleLineColor: transparentize(#000, 0.9) !default;
207207
$chart-scaleFontColor: $content-contrast2-text-color !default;
208208

209209
// Paginator
210-
$paginator-active-background-color: #00d2f6;
210+
$paginator-active-background-color: #00c4bf;

jet/static/jet/css/themes/default/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/green/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/light-blue/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/light-gray/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/light-green/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/light-violet/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/primary/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $error-text-color: #c7254e;
1616
$link-color: #79A7D8;
1717
$hover-link-color: #1cacfc;
1818

19-
$contrast-color: #00d2f6;
19+
$contrast-color: #00c4bf;
2020

2121
$font: Arial, sans-serif !default;
2222
$font-size: 14px;
@@ -202,4 +202,4 @@ $chart-scaleLineColor: transparentize(#000, 0.9);
202202
$chart-scaleFontColor: $content-contrast2-text-color;
203203

204204
// Paginator
205-
$paginator-active-background-color: #00d2f6;
205+
$paginator-active-background-color: #00c4bf;

jet/static/jet/css/themes/primary/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/primary/jquery-ui.theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/css/themes/primary/select2.theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)