From d720fcaaebc0baba4c8fb01f5945acee04af3546 Mon Sep 17 00:00:00 2001 From: Trent White Date: Tue, 21 Mar 2017 13:13:35 -0400 Subject: [PATCH] orange grafana.com seemed too much. making it gray --- public/app/core/components/search/search.html | 2 +- .../plugins/partials/plugin_list.html | 2 +- public/img/icn-dashboard-tiny.svg | 30 +++++++++++-------- public/sass/components/_search.scss | 9 +++--- public/sass/pages/_plugins.scss | 5 +--- 5 files changed, 25 insertions(+), 23 deletions(-) diff --git a/public/app/core/components/search/search.html b/public/app/core/components/search/search.html index 59d603b3f1a..23700fd869c 100644 --- a/public/app/core/components/search/search.html +++ b/public/app/core/components/search/search.html @@ -69,7 +69,7 @@ - Find dashboards on Grafana.com + Find dashboards on Grafana.com
diff --git a/public/app/features/plugins/partials/plugin_list.html b/public/app/features/plugins/partials/plugin_list.html index 9296494994f..88911a0ec2f 100644 --- a/public/app/features/plugins/partials/plugin_list.html +++ b/public/app/features/plugins/partials/plugin_list.html @@ -27,7 +27,7 @@ - Find more plugins on Grafana.com + Find more plugins on Grafana.com diff --git a/public/img/icn-dashboard-tiny.svg b/public/img/icn-dashboard-tiny.svg index d8529cbf336..3d24f95cbdf 100644 --- a/public/img/icn-dashboard-tiny.svg +++ b/public/img/icn-dashboard-tiny.svg @@ -1,7 +1,7 @@ + width="16px" height="17px" viewBox="0 0 16 17" style="enable-background:new 0 0 16 17;" xml:space="preserve"> - + + - + - + + - + - + + - + - + + - + diff --git a/public/sass/components/_search.scss b/public/sass/components/_search.scss index d715789d2eb..dc4ba998f63 100644 --- a/public/sass/components/_search.scss +++ b/public/sass/components/_search.scss @@ -107,15 +107,16 @@ } .search-button-row-explore-link { - color: $text-muted; + color: $gray-3; font-size: $font-size-sm; position: relative; - top: 0; + top: 1.0rem; &:hover { color: $link-hover-color; } - span {color: $brand-primary;} - img {vertical-align: top;} + img { + vertical-align: text-bottom; + } } } diff --git a/public/sass/pages/_plugins.scss b/public/sass/pages/_plugins.scss index e95cd380089..c93d94f40b5 100644 --- a/public/sass/pages/_plugins.scss +++ b/public/sass/pages/_plugins.scss @@ -38,16 +38,13 @@ } .get-more-plugins-link { - color: $text-muted; + color: $gray-3; font-size: $font-size-sm; position: relative; top: 1.2rem; &:hover { color: $link-hover-color; } - span { - color: $brand-primary; - } img { vertical-align: top; }