From 8f9be6d312345a9127c13df876dc91f6b9e6d408 Mon Sep 17 00:00:00 2001 From: tauriedavis Date: Tue, 31 Jan 2017 13:26:32 -0800 Subject: 27240 Make progress bars consistent --- app/assets/stylesheets/framework/common.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 0ce94a26a7f..a4b38723bbd 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -253,6 +253,8 @@ li.note { .progress { margin-bottom: 0; margin-top: 4px; + box-shadow: none; + background-color: $border-gray-light; } } -- cgit v1.2.1