diff --git a/UGV4.tox b/UGV4.tox index 8d25606..d7ca03d 100644 Binary files a/UGV4.tox and b/UGV4.tox differ diff --git a/UberGui_V4_Release.toe b/UberGui_V4_Release.toe index 28e2717..29906f6 100644 Binary files a/UberGui_V4_Release.toe and b/UberGui_V4_Release.toe differ diff --git a/css/CSS.css b/css/CSS.css index 9a1e652..d7513fa 100644 --- a/css/CSS.css +++ b/css/CSS.css @@ -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 {