From 021e46adf8ef6d79282a6c9ced91f0761caf31a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 29 Oct 2014 11:14:42 +0100 Subject: [PATCH] =?utf8?q?CSS:=20Klassen=20f=C3=BCr=20interaktive=20text?= =?utf8?q?=20=20mit=20javascript.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/common.css b/css/common.css index 687220650..fb8ec75a3 100644 --- a/css/common.css +++ b/css/common.css @@ -60,3 +60,9 @@ input.grow_on_focus { } input.grow_on_focus:focus { width: 150px } +/* clickable text anchors, usually with attached javascript handlers */ +.interact { color: gray } +.interact:hover { color: black; } +.cursor-default { cursor: default } +.cursor-pointer { cursor: pointer } +.cursor-help { cursor: help } -- 2.20.1