]> wagnertech.de Git - kivitendo-erp.git/blobdiff - css/common.css
Project::full_description: style=full für »kein Kunde verknüpft« gefixt
[kivitendo-erp.git] / css / common.css
index 6872206505a35c10dbc6f8c1d98095fab69a1c68..2594ef665ff0fc84932c44f2029448ba207bee44 100644 (file)
@@ -42,7 +42,7 @@ a.cti_call_action {
   position: relative;
   top: 2px;
   vertical-align: center;
-  background-image: url(../../image/icons/16x16/phone.png);
+  background-image: url(../image/icons/16x16/phone.png);
   background-repeat: no-repeat;
 }
 
@@ -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 }