1
0
Fork 0
forked from 0x2620/oxjs

update mouse events example (CSS)

This commit is contained in:
rolux 2012-04-15 14:21:15 +02:00
commit a7d16c0c05
2 changed files with 7 additions and 3 deletions

View file

@ -2,8 +2,8 @@
position: absolute;
left: 256px;
right: 0px;
height: 15px;
padding: 1px 0 0 2px;
height: 14px;
padding: 2px 0 0 2px;
background: rgb(240, 240, 240);
cursor: pointer;
}
@ -24,9 +24,10 @@
top: 0;
bottom: 0;
width: 253px;
padding: 1px 0 0 2px;
padding: 2px 0 0 2px;
border-width: 0;
border-right: 1px solid rgb(208, 208, 208);
background: rgb(224, 224, 224);
font-weight: bold;
cursor: crosshair;
}