From 4e5830b7eae9d2dcc3623203700fb6d8eb91cc9b Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Wed, 25 Aug 2004 15:12:11 +0000 Subject: [PATCH] Fixing bug 256658. Make the default plugin text not selectable, and change the cursor on it to be a pointer. r+sr=dbaron@dbaron.org, a=ben@bengoodger.com git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161232 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/base/src/nsObjectFrame.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/layout/html/base/src/nsObjectFrame.cpp b/mozilla/layout/html/base/src/nsObjectFrame.cpp index 2fbaf4cb190..eebe462a719 100644 --- a/mozilla/layout/html/base/src/nsObjectFrame.cpp +++ b/mozilla/layout/html/base/src/nsObjectFrame.cpp @@ -1671,6 +1671,8 @@ nsObjectFrame::CreateDefaultFrames(nsIPresContext *aPresContext, "font-size: 12px;" "font-family: sans-serif;" "background: white;" + "cursor: pointer;" + "-moz-user-select: none;" "color: black;", style); // Style things and load the image