seted up default cursor on file attributes

This commit is contained in:
coderaiser 2012-07-24 13:02:10 +03:00
parent 12a3600a71
commit 80d0bf3443

View file

@ -193,7 +193,13 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
width: 25%;
}
ul,li{list-style-type:none;}
ul,li{
/* making cursor just arrow,
* not text editing cursor
*/
cursor:default;
list-style-type:none;
}
button{
width:10%;
}