From 414176bd83a2431767f24a55a4cb90d11ff7711d Mon Sep 17 00:00:00 2001 From: kipp Date: Sun, 26 Apr 1998 03:47:06 +0000 Subject: [PATCH] Add in cursors --- layout/html/document/src/ua.css | 9 +++++---- layout/style/ua.css | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/layout/html/document/src/ua.css b/layout/html/document/src/ua.css index 85fb8fec5912..2ad6eb383721 100644 --- a/layout/html/document/src/ua.css +++ b/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/layout/style/ua.css b/layout/style/ua.css index 85fb8fec5912..2ad6eb383721 100644 --- a/layout/style/ua.css +++ b/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 }