From 72f5772d0f3904fab1d96dacf2a18e4e19cede30 Mon Sep 17 00:00:00 2001 From: kipp Date: Sun, 26 Apr 1998 03:47:06 +0000 Subject: [PATCH] Add in cursors git-svn-id: svn://10.0.0.236/trunk@683 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 9 +++++---- mozilla/layout/style/ua.css | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index 85fb8fec591..2ad6eb38372 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -40,6 +40,7 @@ BODY { color: black; padding: 12px; display: block; + cursor: arrow; } // XXX Use this! @@ -107,10 +108,10 @@ UL, OL { DT { margin-bottom: 0 } DD { margin-top: 0; margin-left: .25in; } -A:link { color: blue; text-decoration: underline } -A:visited { color: purple; text-decoration: underline } -A:active { color: lime; text-decoration: underline } -A:out-of-date { color: red; text-decoration: underline } +A:link { color: blue; text-decoration: underline; cursor: hand; } +A:visited { color: purple; text-decoration: underline; cursor: hand; } +A:active { color: lime; text-decoration: underline; cursor: hand; } +A:out-of-date { color: red; text-decoration: underline; cursor: hand; } A:link IMG { border: 2px solid blue; text-decoration: underline } A:visited IMG { border: 2px solid purple; text-decoration: underline } diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index 85fb8fec591..2ad6eb38372 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -40,6 +40,7 @@ BODY { color: black; padding: 12px; display: block; + cursor: arrow; } // XXX Use this! @@ -107,10 +108,10 @@ UL, OL { DT { margin-bottom: 0 } DD { margin-top: 0; margin-left: .25in; } -A:link { color: blue; text-decoration: underline } -A:visited { color: purple; text-decoration: underline } -A:active { color: lime; text-decoration: underline } -A:out-of-date { color: red; text-decoration: underline } +A:link { color: blue; text-decoration: underline; cursor: hand; } +A:visited { color: purple; text-decoration: underline; cursor: hand; } +A:active { color: lime; text-decoration: underline; cursor: hand; } +A:out-of-date { color: red; text-decoration: underline; cursor: hand; } A:link IMG { border: 2px solid blue; text-decoration: underline } A:visited IMG { border: 2px solid purple; text-decoration: underline }