Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 28, 2024
1 parent e4bcde5 commit f5e0074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/main/resources/static/js/natural_js/css/natural.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,15 @@ a.btn_elevated__, input[type='button'].btn_elevated__, button.btn_elevated__ {
}

.thead_wrap__ thead th .asc__ {
color: var(--md-sys-color-on-primary-container);
color: blue;
font-size: 11px;
margin-left: 3px;
}

.thead_wrap__ thead th .desc__ {
color: red;
font-size: 11px;
margin-left: 3px;
}

.tbody_wrap__ {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/js/natural_js/natural.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@
* Sort sort indicator when sort function is activated, You can also enter HTML tags
*/
"sortableItem" : {
"asc" : "",
"desc" : ""
"asc" : "",
"desc" : ""
},
/**
* Multilingual messages
Expand Down

0 comments on commit f5e0074

Please sign in to comment.