Revision 021e46ad
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
css/common.css | ||
---|---|---|
}
|
||
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 }
|
Auch abrufbar als: Unified diff
CSS: Klassen für interaktive text <a> mit javascript.