Skip to content
Snippets Groups Projects
Commit 8127bd02 authored by Regis Houssin's avatar Regis Houssin
Browse files

New: css for hide an object and for add a pointer cursor

parent 2eded2f7
Branches
Tags
No related merge requests found
......@@ -165,6 +165,8 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
......
......@@ -202,6 +202,11 @@ form {
margin: 0em 0em 0em 0em;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */
.dragClass {
......
......@@ -166,6 +166,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */
......
......@@ -165,6 +165,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */
......
......@@ -153,6 +153,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment