projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188696a
)
CSS: Klassen für interaktive text <a> mit javascript.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 29 Oct 2014 10:14:42 +0000
(11:14 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 18 Dec 2014 14:42:15 +0000
(15:42 +0100)
css/common.css
patch
|
blob
|
history
diff --git
a/css/common.css
b/css/common.css
index
6872206
..
fb8ec75
100644
(file)
--- 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 }