New: css for hide an object and for add a pointer cursor
This commit is contained in:
parent
2eded2f792
commit
8127bd02cf
@ -165,6 +165,8 @@ div.float
|
|||||||
float:<?php print $left; ?>;
|
float:<?php print $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For hide object and add pointer cursor */
|
||||||
|
|
||||||
.hideobject { display: none; }
|
.hideobject { display: none; }
|
||||||
.linkobject { cursor: pointer; }
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
|
|||||||
@ -202,6 +202,11 @@ form {
|
|||||||
margin: 0em 0em 0em 0em;
|
margin: 0em 0em 0em 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For hide object and add pointer cursor */
|
||||||
|
|
||||||
|
.hideobject { display: none; }
|
||||||
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
/* For dragging lines */
|
/* For dragging lines */
|
||||||
|
|
||||||
.dragClass {
|
.dragClass {
|
||||||
|
|||||||
@ -166,6 +166,10 @@ div.float
|
|||||||
float:<?php print $left; ?>;
|
float:<?php print $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For hide object and add pointer cursor */
|
||||||
|
|
||||||
|
.hideobject { display: none; }
|
||||||
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
/* For dragging lines */
|
/* For dragging lines */
|
||||||
|
|
||||||
|
|||||||
@ -165,6 +165,10 @@ div.float
|
|||||||
float:<?php print $left; ?>;
|
float:<?php print $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For hide object and add pointer cursor */
|
||||||
|
|
||||||
|
.hideobject { display: none; }
|
||||||
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
/* For dragging lines */
|
/* For dragging lines */
|
||||||
|
|
||||||
|
|||||||
@ -153,6 +153,10 @@ div.float
|
|||||||
float:<?php print $left; ?>;
|
float:<?php print $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For hide object and add pointer cursor */
|
||||||
|
|
||||||
|
.hideobject { display: none; }
|
||||||
|
.linkobject { cursor: pointer; }
|
||||||
|
|
||||||
/* For dragging lines */
|
/* For dragging lines */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user