Commit f7442f60 by Rashid Khan

CSS updates

parent 0bc482eb
......@@ -332,7 +332,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
max: _.isUndefined(scope.series.range.to) ? null : scope.series.range.to.getTime()
},
grid: {
hoverable: true,
hoverable: false,
show: false
}
};
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -289,6 +289,12 @@ div.flot-text {
padding: 3px 10px 0px 10px;
}
.alert-warning {
background-color: @warningBackground;
border-color: @warningBorder;
color: @warningText;
}
/* ===================================================
* popover-extra-placements.css v0.1
* http://twitter.github.com/bootstrap-popover-extra-placements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment