Override cursor to auto in paragraph. Fixes #164

pull/1/head
Victor Dubiniuk 11 years ago
parent d283572fce
commit c7b6af1bba

@ -298,3 +298,7 @@ margin-top:-1px;
#odf-toolbar + #notification-container {
z-index: 501;
}
document p{
cursor:auto;
}
Loading…
Cancel
Save