Commit 49568a03ed4c29054cf64bb1577acfe607f0aada

Authored by Daniela Feitosa
1 parent e4f22efb

Fix: display number of boxes on profile_design

(ActionItem2810)
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1670,6 +1670,8 @@ a.button.disabled, input.disabled {
1670 1670 padding: 2px;
1671 1671 background: #ffd;
1672 1672 margin-bottom: 5px;
  1673 + opacity: 0.8;
  1674 + filter: alpha(opacity=80);
1673 1675 }
1674 1676 .block-target-hover {
1675 1677 background: #ffd;
... ...