ItEr06S03ArquitecturaClientesItEr05S03: Hover cursor changes on planner components
Sligh changes on CSS files to highlight hover effects.
This commit is contained in:
parent
0e418ad9ae
commit
8c47fb0216
1 changed files with 5 additions and 6 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size:0.8em;
|
font-size:0.8em;
|
||||||
z-index:10;
|
z-index:10;
|
||||||
|
cursor: pointer;
|
||||||
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Task lane properties */
|
/* Task lane properties */
|
||||||
|
|
@ -66,6 +68,7 @@
|
||||||
.end, .start, .mid, .arrow {
|
.end, .start, .mid, .arrow {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
padding:4px;
|
padding:4px;
|
||||||
|
cursor: crosshair;
|
||||||
}
|
}
|
||||||
|
|
||||||
.end, .start {
|
.end, .start {
|
||||||
|
|
@ -76,14 +79,10 @@
|
||||||
width:1px;
|
width:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.center {
|
|
||||||
float:left;
|
|
||||||
overflow-x:scroll;
|
|
||||||
width:600px;
|
|
||||||
}
|
|
||||||
.footer {
|
.footer {
|
||||||
clear:both;
|
clear:both;
|
||||||
} */
|
margin:20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Width: ganttpanel constant,
|
/* Width: ganttpanel constant,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue