Browse Source

CSS updates

Rashid Khan 12 years ago
parent
commit
f7442f6016

+ 1 - 1
src/app/panels/sparklines/module.js

@@ -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 it is too large
+ 0 - 0
src/css/bootstrap.dark.min.css


File diff suppressed because it is too large
+ 0 - 0
src/css/bootstrap.light.min.css


+ 6 - 0
src/vendor/bootstrap/less/overrides.less

@@ -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

Some files were not shown because too many files changed in this diff