Fix color of help links
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
<div class="modal-header">
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Assign groups to apps to control access to the app.</p>
|
||||
<p>Add users to groups and assign one or more groups to an app to control access to the app.</p>
|
||||
<p>Each group additionally serves as an email list at <b><i>groupname</i>@{{ config.fqdn }}</b>. Any email sent to this address will be forwarded to all group members.</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@@ -280,7 +280,7 @@
|
||||
<div>
|
||||
<div class="text-left">
|
||||
<h1>
|
||||
Users <sup style="font-size: 14px;" ng-show="mailConfig.enabled"><a href="" ng-click="showUserHelp()"><i class="fa fa-question-circle"></i></a></sup> <button class="btn btn-primary btn-outline pull-right" ng-click="useradd.show()"><i class="fa fa-user-plus"></i> New User</button>
|
||||
Users <sup class="help" style="font-size: 14px;" ng-show="mailConfig.enabled"><a href="" ng-click="showUserHelp()"><i class="fa fa-question-circle"></i></a></sup> <button class="btn btn-primary btn-outline pull-right" ng-click="useradd.show()"><i class="fa fa-user-plus"></i> New User</button>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
@@ -339,7 +339,7 @@
|
||||
<div>
|
||||
<div class="text-left">
|
||||
<h1>
|
||||
Groups <sup style="font-size: 14px;" ng-show="mailConfig.enabled"><a href="" ng-click="showGroupHelp()"><i class="fa fa-question-circle"></i></a></sup> <button class="btn btn-primary btn-outline pull-right" ng-click="groupAdd.show()"><i class="fa fa-plus"></i> New Group</button>
|
||||
Groups <sup style="font-size: 14px;" class="help" ng-show="mailConfig.enabled"><a href="" ng-click="showGroupHelp()"><i class="fa fa-question-circle"></i></a></sup> <button class="btn btn-primary btn-outline pull-right" ng-click="groupAdd.show()"><i class="fa fa-plus"></i> New Group</button>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user