Fix style colors for wp8
This commit is contained in:
parent
6fe88cdbfe
commit
4f899dd080
18 changed files with 37 additions and 24 deletions
|
|
@ -146,7 +146,8 @@
|
|||
|
||||
<div class="row" ng-show="!send.onGoingProcess">
|
||||
<div class="large-6 medium-6 small-12 columns">
|
||||
<button type="submit" class="button black radius expand" ng-disabled="sendForm.$invalid || send.blockUx" style="background-color:{{index.backgroundColor}}" translate>
|
||||
<button type="submit" class="button black radius expand" ng-disabled="sendForm.$invalid || send.blockUx"
|
||||
ng-style="{'background-color':index.backgroundColor}" translate>
|
||||
Send
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue