Skip to content

Commit

Permalink
Correcting style.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Dec 13, 2023
1 parent c53e698 commit 4868d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/js/natural_js/css/natural.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ a.btn_mouseout__, input[type='button'].btn_mouseout__, button.btn_mouseout__ {
.list__ > .row_data_changed__ input,
.list__ > .row_data_changed__ select,
.list__ > .row_data_changed__ textarea {
color : rgba(0, 0, 0, 1);
color : rgba(0, 0, 0, 0.87);
}

.list__ > .row_data_changed__ {
Expand Down Expand Up @@ -444,7 +444,7 @@ a.btn_mouseout__, input[type='button'].btn_mouseout__, button.btn_mouseout__ {
.grid__ > .row_data_changed__ input,
.grid__ > .row_data_changed__ select,
.grid__ > .row_data_changed__ textarea {
color : rgba(0, 0, 0, 1);
color : rgba(0, 0, 0, 0.87);
}

.grid__ > .row_data_changed__>tr:first-child>td:first-child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ a.btn_mouseout__, input[type='button'].btn_mouseout__, button.btn_mouseout__ {
.list__ > .row_data_changed__ input,
.list__ > .row_data_changed__ select,
.list__ > .row_data_changed__ textarea {
color : rgba(0, 0, 0, 1);
color : rgba(0, 0, 0, 0.87);
}

.list__ > .row_data_changed__ {
Expand Down Expand Up @@ -488,7 +488,7 @@ a.btn_mouseout__, input[type='button'].btn_mouseout__, button.btn_mouseout__ {
.grid__ > .row_data_changed__ input,
.grid__ > .row_data_changed__ select,
.grid__ > .row_data_changed__ textarea {
color : rgba(0, 0, 0, 1);
color : rgba(0, 0, 0, 0.87);
}

.grid__ > .row_data_changed__>tr:first-child>td:first-child {
Expand Down

0 comments on commit 4868d03

Please sign in to comment.