From 929138d1a99bac1ef12eea10425fbeb291535c2b Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 18 Jul 2017 20:20:03 +0200 Subject: style: highlight failing projects rather than timestamp --- dashboards/dashboard.erb | 4 ++-- widgets/gitlab_build_status/gitlab_build_status.html | 2 +- widgets/gitlab_build_status/gitlab_build_status.scss | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboards/dashboard.erb b/dashboards/dashboard.erb index 5c86d7f..50b81c6 100644 --- a/dashboards/dashboard.erb +++ b/dashboards/dashboard.erb @@ -1,5 +1,5 @@ -
  • -
    +
  • +
  • diff --git a/widgets/gitlab_build_status/gitlab_build_status.html b/widgets/gitlab_build_status/gitlab_build_status.html index 00d799b..ebac828 100644 --- a/widgets/gitlab_build_status/gitlab_build_status.html +++ b/widgets/gitlab_build_status/gitlab_build_status.html @@ -4,7 +4,7 @@
  • -
    -
    ()
    +
    ( )
  • diff --git a/widgets/gitlab_build_status/gitlab_build_status.scss b/widgets/gitlab_build_status/gitlab_build_status.scss index 46e867d..2d9a9f6 100644 --- a/widgets/gitlab_build_status/gitlab_build_status.scss +++ b/widgets/gitlab_build_status/gitlab_build_status.scss @@ -3,8 +3,8 @@ // ---------------------------------------------------------------------------- $background-color: #ec663c; $title-color: rgba(255, 255, 255, 0.7); -$label-color: rgba(255, 255, 255, 0.7); -$value-color: #fff; +$label-color: #fff; +$value-color: rgba(255, 255, 255, 0.7); // ---------------------------------------------------------------------------- // Widget-text styles @@ -32,12 +32,12 @@ $value-color: #fff; } .label { + font-weight: 600; color: $label-color; } .value { margin-left: 12px; - font-weight: 600; color: $value-color; } -- cgit v1.2.3