mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Change active state of "Remember username" switch
If you activate "Remember username" on the login screen the switch would have the same color as the background. This makes the active state of the switch not really visible. This changes the theming of this switch to use the same color as the login button.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
</var:if>
|
||||
|
||||
<div layout="row" layout-align="center center">
|
||||
<md-switch ng-model="app.creds.rememberLogin" label:arial-label="Remember username">
|
||||
<md-switch class="md-accent md-hue-2" ng-model="app.creds.rememberLogin" label:arial-label="Remember username">
|
||||
<var:string label:value="Remember username"/>
|
||||
</md-switch>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user