feat(alerting): poc of dragable alert handles

This commit is contained in:
Torkel Ödegaard
2016-06-11 14:37:33 +02:00
parent 66c2594262
commit 0b919c752b
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ define([
'jquery.flot.fillbelow',
'jquery.flot.crosshair',
'./jquery.flot.events',
'./jquery.flot.alerts',
],
function (angular, $, moment, _, kbn, GraphTooltip) {
'use strict';
+5
View File
@@ -315,3 +315,8 @@
font-size: 12px;
}
.alert-handle {
padding: 0.4rem;;
background-color: $dark-4;
box-shadow: $search-shadow;
}