Fix style colors for wp8
This commit is contained in:
parent
6fe88cdbfe
commit
4f899dd080
18 changed files with 37 additions and 24 deletions
|
|
@ -27,7 +27,8 @@
|
|||
</div>
|
||||
|
||||
<div class="small-6 columns">
|
||||
<button class="radius expand" ng-click="pass.set(index.askPassword.isSetup, index.askPassword.callback)" ng-disabled="!pass.password" style="background-color:{{index.backgroundColor}}" >
|
||||
<button class="radius expand" ng-click="pass.set(index.askPassword.isSetup, index.askPassword.callback)" ng-disabled="!pass.password"
|
||||
ng-style="{'background-color':index.backgroundColor}">
|
||||
<span translate ng-if="index.askPassword.isSetup" translate>SET</span>
|
||||
<span translate ng-if="!index.askPassword.isSetup" translate>ENTER</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue