Skip to content

Commit

Permalink
bound params can be edit again, added style colors
Browse files Browse the repository at this point in the history
  • Loading branch information
EnviralDesign committed Apr 29, 2021
1 parent 449688c commit f945f1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified UGV4.tox
Binary file not shown.
Binary file modified UberGui_V4_Release.toe
Binary file not shown.
14 changes: 7 additions & 7 deletions css/CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,30 @@ html, body {

.widget_container.readonly div {
font-style: italic;
color: rgb(|+|Minortextcolor|+|);
color: rgb(|+|Readonlycolor|+|);
background-color: rgb(|+|Disabledparametercolor|+|);
--is-read-only: 1;
}

.widget_container.expression div {
font-style: italic;
color: rgb(100,200,200);
color: rgb(|+|Expressioncolor|+|);
background-color: rgb(|+|Disabledparametercolor|+|);
--is-read-only: 1;
}

.widget_container.export div {
font-style: italic;
color: rgb(128,180,128);
color: rgb(|+|Exportcolor|+|);
background-color: rgb(|+|Disabledparametercolor|+|);
--is-read-only: 1;
}

.widget_container.bind div {
font-style: italic;
color: rgb(200,128,200);
background-color: rgb(|+|Disabledparametercolor|+|);
--is-read-only: 1;
/*font-style: italic;*/
color: rgb(|+|Bindcolor|+|);
/*background-color: rgb(|+|Disabledparametercolor|+|);*/
/*--is-read-only: 1; */
}

.widget_label {
Expand Down

0 comments on commit f945f1d

Please sign in to comment.