ux(annotations): minor polish to annotations editor

This commit is contained in:
Torkel Ödegaard
2016-02-29 09:50:40 +01:00
parent fc8146b53d
commit ae604b6289
3 changed files with 3 additions and 6 deletions

View File

@@ -12,10 +12,7 @@ function (angular, _, $) {
var annotationDefaults = {
name: '',
datasource: null,
showLine: true,
iconColor: '#C0C6BE',
lineColor: 'rgba(255, 96, 96, 0.592157)',
iconSize: 13,
iconColor: 'rgba(255, 96, 96, 1)',
enable: true
};

View File

@@ -76,8 +76,8 @@
<div class="gf-form">
<label class="gf-form-label">
<span>Color</span>
<spectrum-picker ng-model="currentAnnotation.iconColor"></spectrum-picker>
</label>
<spectrum-picker class="gf-form-input" ng-model="currentAnnotation.iconColor"></spectrum-picker>
</div>
</div>
</div>