CSS updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user