Browse Source

Fix color of second number

pull/4/head
vbarkasov 8 years ago
parent
commit
91c2e3f719
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/callflows/style/app.css

+ 1
- 1
src/apps/callflows/style/app.css View File

@ -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 {


Loading…
Cancel
Save