From 91c2e3f719f53f7880a364c4f6e1d126a79da9bc Mon Sep 17 00:00:00 2001 From: vbarkasov Date: Tue, 27 Mar 2018 09:03:44 +0700 Subject: [PATCH] Fix color of second number --- src/apps/callflows/style/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 0ca7dda..c610d91 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -65,6 +65,7 @@ text-indent: 15px; text-align: left; position: relative; + color: white; } #ws_callflow .callflow .root > .content .number_column.full { @@ -81,7 +82,6 @@ #ws_callflow .callflow .root > .content .number_column.first { width: 159px; - color: white; } #ws_callflow .callflow .root > .content .number_column.empty {