Commit 0d8af1f6d20b5214b57f8c78ce3853087f98130e
1 parent
ae462c5e
Exists in
master
and in
29 other branches
ActionItem85: bug fix cursor mouse
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@767 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
public/designs/themes/default/style.css
... | ... | @@ -20,11 +20,14 @@ ul.block_control_list |
20 | 20 | padding: 0px; |
21 | 21 | } |
22 | 22 | |
23 | +div#design_editor h3.block_header { | |
24 | +cursor:move; | |
25 | +} | |
26 | + | |
23 | 27 | h3.block_header |
24 | 28 | { |
25 | 29 | position: relative; |
26 | 30 | background: url('images/h3bg.png') repeat-x; |
27 | - cursor:move; | |
28 | 31 | font-family: Sans-serif; |
29 | 32 | font-size: 15px; |
30 | 33 | margin: 0px; | ... | ... |