From 7504f89666a013e999d62b717f81475c5084c15e Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 19 Jun 2018 01:03:55 +0100 Subject: [PATCH] Fixed flow control operation argument text colour --- src/web/stylesheets/components/_operation.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index bcc1d794..d5ecf0db 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -162,7 +162,7 @@ div.toggle-string { border-color: var(--fc-operation-border-colour) !important; } -.flow-control-op .form-group * { color: var(--fc-operation-font-colour) !important; } +.flow-control-op .form-group *:not(.arg) { color: var(--fc-operation-font-colour) !important; } .flow-control-op.break { color: var(--fc-breakpoint-operation-font-colour) !important; @@ -178,7 +178,8 @@ div.toggle-string { border-color: var(--disabled-border-colour) !important; } -.disabled .form-group * { color: var(--disabled-font-colour) !important; } +.disabled .form-group *, +.flow-control-op.disabled .form-group * { color: var(--disabled-font-colour) !important; } .break .register-list { color: var(--fc-breakpoint-operation-font-colour) !important;