Fixed selection problem in mail editor in Firefox.

Monotone-Parent: 54d035c9875133872cd3d137a1234594cb96e36e
Monotone-Revision: 5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-16T17:12:53
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2012-03-16 17:12:53 +00:00
parent 4463c7f8bf
commit 7bbcd93738
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ DIV#rightPanel
right: 0px;
bottom: 0px;
margin-left: 5px;
overflow: hidden; }
overflow: hidden;
-moz-user-select: text;
-khtml-user-select: text; }
DIV#hiddenDragHandle
{ cursor: e-resize;