diff --git a/web/static/css/prometheus.css b/web/static/css/prometheus.css index da245fd779..d46ae56b85 100644 --- a/web/static/css/prometheus.css +++ b/web/static/css/prometheus.css @@ -57,7 +57,12 @@ input[name=end_input], input[name=range_input] { line-height: 120%; } -#navigation a { padding-right: 1em; text-decoration: none } +#navigation a { + color: #F2F2F2; + padding-right: 1em; + text-decoration: none; +} + #navigation a:visited { color: #F2F2F2 } #navigation a:active { color: #F60 } #navigation a:hover { color: #06C } diff --git a/web/static/js/graph_template.handlebar b/web/static/js/graph_template.handlebar index e242771971..335f340f91 100644 --- a/web/static/js/graph_template.handlebar +++ b/web/static/js/graph_template.handlebar @@ -31,7 +31,7 @@
- ajax_spinner + ajax_spinner
diff --git a/web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png b/web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 0000000000..ac8b229af9 Binary files /dev/null and b/web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png b/web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000000..5a46b47cb1 Binary files /dev/null and b/web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png differ