From 0d8af1f6d20b5214b57f8c78ce3853087f98130e Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Sat, 20 Oct 2007 03:02:08 +0000 Subject: [PATCH] ActionItem85: bug fix cursor mouse --- public/designs/themes/default/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css index 63edb6b..2a7a3db 100644 --- a/public/designs/themes/default/style.css +++ b/public/designs/themes/default/style.css @@ -20,11 +20,14 @@ ul.block_control_list padding: 0px; } +div#design_editor h3.block_header { +cursor:move; +} + h3.block_header { position: relative; background: url('images/h3bg.png') repeat-x; - cursor:move; font-family: Sans-serif; font-size: 15px; margin: 0px; -- libgit2 0.21.2