CSS updates

This commit is contained in:
Rashid Khan 2013-11-05 15:35:52 -07:00
parent 0bc482eba0
commit f7442f6016
4 changed files with 9 additions and 3 deletions

View File

@ -332,7 +332,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
max: _.isUndefined(scope.series.range.to) ? null : scope.series.range.to.getTime() max: _.isUndefined(scope.series.range.to) ? null : scope.series.range.to.getTime()
}, },
grid: { grid: {
hoverable: true, hoverable: false,
show: false show: false
} }
}; };

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -289,6 +289,12 @@ div.flot-text {
padding: 3px 10px 0px 10px; padding: 3px 10px 0px 10px;
} }
.alert-warning {
background-color: @warningBackground;
border-color: @warningBorder;
color: @warningText;
}
/* =================================================== /* ===================================================
* popover-extra-placements.css v0.1 * popover-extra-placements.css v0.1
* http://twitter.github.com/bootstrap-popover-extra-placements * http://twitter.github.com/bootstrap-popover-extra-placements