Revision 021e46ad
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
css/common.css | ||
---|---|---|
60 | 60 |
} |
61 | 61 |
input.grow_on_focus:focus { width: 150px } |
62 | 62 |
|
63 |
/* clickable text anchors, usually with attached javascript handlers */ |
|
64 |
.interact { color: gray } |
|
65 |
.interact:hover { color: black; } |
|
66 |
.cursor-default { cursor: default } |
|
67 |
.cursor-pointer { cursor: pointer } |
|
68 |
.cursor-help { cursor: help } |
Auch abrufbar als: Unified diff
CSS: Klassen für interaktive text <a> mit javascript.