X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fdaypicker.css;h=5b3738e493dbe35f3fe51899762177090b7704df;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=12e5b34686b2c0cc262551422e2c26fb3a793b5a;hpb=1e125c0779df70008295c00bfab4f8d89f183192;p=roojs1 diff --git a/css/daypicker.css b/css/daypicker.css index 12e5b34686..5b3738e493 100644 --- a/css/daypicker.css +++ b/css/daypicker.css @@ -1,16 +1,24 @@ -.x-form-daypick-item td div { +.x-form-daypick-item td div +{ width: 30px; text-align: center; } -.x-form-daypick-icons td img { +.x-form-daypick-icons td img +{ background: url(../images/default/menu/chk-sprite.gif) no-repeat 0 0; width: 16px; height: 16px; margin: 0; margin-left: 5px; + cursor: pointer; -} \ No newline at end of file +} + +.x-form-daypick-icons td img.x-menu-item-checked +{ + background-position: 0 -16px; +}