Commit 49568a03ed4c29054cf64bb1577acfe607f0aada
1 parent
e4f22efb
Exists in
master
and in
28 other branches
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,6 +1670,8 @@ a.button.disabled, input.disabled { | ||
1670 | padding: 2px; | 1670 | padding: 2px; |
1671 | background: #ffd; | 1671 | background: #ffd; |
1672 | margin-bottom: 5px; | 1672 | margin-bottom: 5px; |
1673 | + opacity: 0.8; | ||
1674 | + filter: alpha(opacity=80); | ||
1673 | } | 1675 | } |
1674 | .block-target-hover { | 1676 | .block-target-hover { |
1675 | background: #ffd; | 1677 | background: #ffd; |