Skip to content

Commit

Permalink
Fixed issue #CR-956: wrong colorcode for g-700 grey
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed May 17, 2023
1 parent 5482c09 commit f9ae748
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/admin_themes/Sea_Green/sea_green_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $heading-title-color: #152536;

$g-900 : #1E1E1E;
$g-800 : #333641;
$g-700 : #5E6372;
$g-700 : #6E748C;
$g-600 : #9094A7;
$g-400 : #D3D5DA;
$g-300 : #DDDEE8;
Expand Down Expand Up @@ -178,4 +178,4 @@ $table-border-color : $g-400;
$container-padding: 20px;

// pagination
@import "tables/pagination_varriables.scss";
@import "tables/pagination_varriables.scss";
6 changes: 3 additions & 3 deletions themes/admin/Sea_Green/css/sea_green-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -11094,7 +11094,7 @@ a {
font-weight: 500;
font-size: 1rem;
line-height: 20px;
color: #5E6372;
color: #6E748C;
}

.ls-settings-wrapper {
Expand Down Expand Up @@ -18207,10 +18207,10 @@ input[type=number] {
font-size: 14px;
}
#sidebar .subpanel .wrapper .title {
color: #5E6372;
color: #6E748C;
}
#sidebar .subpanel .wrapper .icon {
color: #5E6372;
color: #6E748C;
}
#sidebar .subpanel.level-0 .menu-selected {
background: linear-gradient(to left, #40ab46 0px, #40ab46 6px, #fff 6px, #fff 100%);
Expand Down
2 changes: 1 addition & 1 deletion themes/admin/Sea_Green/css/sea_green-rtl.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/admin/Sea_Green/css/sea_green.css
Original file line number Diff line number Diff line change
Expand Up @@ -11117,7 +11117,7 @@ a {
font-weight: 500;
font-size: 1rem;
line-height: 20px;
color: #5E6372;
color: #6E748C;
}

.ls-settings-wrapper {
Expand Down Expand Up @@ -18230,10 +18230,10 @@ input[type=number] {
font-size: 14px;
}
#sidebar .subpanel .wrapper .title {
color: #5E6372;
color: #6E748C;
}
#sidebar .subpanel .wrapper .icon {
color: #5E6372;
color: #6E748C;
}
#sidebar .subpanel.level-0 .menu-selected {
background: linear-gradient(to right, #40ab46 0px, #40ab46 6px, #fff 6px, #fff 100%);
Expand Down
2 changes: 1 addition & 1 deletion themes/admin/Sea_Green/css/sea_green.min.css

Large diffs are not rendered by default.

0 comments on commit f9ae748

Please sign in to comment.