Commit 4a7e9657489dc8857f57786816b43fdd516faa2c
1 parent
5e116483
Exists in
master
and in
28 other branches
ActionItem965: better styles
* a more discrete delete button * better style for invisible block
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
public/designs/icons/default/cancel-HC.gif
public/stylesheets/blocks.css
| @@ -9,6 +9,8 @@ | @@ -9,6 +9,8 @@ | ||
| 9 | 9 | ||
| 10 | .invisible-block { | 10 | .invisible-block { |
| 11 | background: url(/images/hachure.png); | 11 | background: url(/images/hachure.png); |
| 12 | + opacity: 0.25; | ||
| 13 | + filter: alpha(opacity=25); | ||
| 12 | } | 14 | } |
| 13 | 15 | ||
| 14 | /* ie6 hack */ | 16 | /* ie6 hack */ |
| @@ -16,6 +18,7 @@ | @@ -16,6 +18,7 @@ | ||
| 16 | position: relative; | 18 | position: relative; |
| 17 | } | 19 | } |
| 18 | 20 | ||
| 21 | + | ||
| 19 | /*********************************************************** | 22 | /*********************************************************** |
| 20 | * the handles to where you can drag the blocks | 23 | * the handles to where you can drag the blocks |
| 21 | ***********************************************************/ | 24 | ***********************************************************/ |