app/assets/stylesheets/woople-theme/reports/base.css.less in woople-theme-0.8.2 vs app/assets/stylesheets/woople-theme/reports/base.css.less in woople-theme-0.8.3

- old
+ new

@@ -33,9 +33,39 @@ background-color: gold; } } } +.activity_status_report { + background-color: @menuLabelBackground; + padding: @contentPadding / 2; + .border-radius(4px); + .box-shadow(0px 1px rgba(0,0,0,0.25)); + margin-bottom: 2px; + line-height: 0; + + .progress { + margin-bottom: @contentPadding / 2; + } + + .progress-warning { + .bar { + #gradient > .vertical(lighten(@goldStar, 15%), @goldStar); + } + } + + .subtitle { + color: white; + font-size: 11px; + text-align: center; + } + + &:hover { + background-color: #5d92d5; + cursor: pointer; + } +} + .touch .glass_pane { width: 100%; height: 410px; position: absolute; z-index: 100;