diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index 418e93def..ea1177e6a 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -80,4 +80,29 @@ } } } + + meter { + background: none; + background-color: #ebf0f4; + border-radius: 0.3rem; + display: block; + width: 100%; + } + + meter::-moz-meter-bar { + background: #52a4ee; + border-bottom-left-radius: 0.3rem; + border-top-left-radius: 0.3rem; + } + + meter::-webkit-meter-optimum-value { + background: #52a4ee; + border-bottom-left-radius: 0.3rem; + border-top-left-radius: 0.3rem; + } + + meter::-webkit-meter-bar { + background: #ebf0f4; + border-radius: 0.3rem; + } } diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index 5c55be1dd..b7dffce48 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -145,9 +145,7 @@