mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
created new color variables, changed primary to blue, changed success-btns to primary-btns.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
|
||||
<div class="gf-form-group gf-form-button-row">
|
||||
<button type="submit" ng-click="ctrl.save()" class="btn btn-success width-7">Save</button>
|
||||
<button type="submit" ng-click="ctrl.save()" class="btn btn-primary width-7">Save</button>
|
||||
<button type="submit" ng-click="ctrl.testNotification()" class="btn btn-secondary width-7">Send Test</button>
|
||||
<a href="alerting/notifications" class="btn btn-inverse">Back</a>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="page-action-bar__spacer">
|
||||
</div>
|
||||
|
||||
<a href="alerting/notification/new" class="btn btn-success">
|
||||
<a href="alerting/notification/new" class="btn btn-primary">
|
||||
<i class="fa fa-plus"></i>
|
||||
New Channel
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user