diff --git a/css/style.css b/css/style.css index 71caa2f9..c1bdc5ee 100644 --- a/css/style.css +++ b/css/style.css @@ -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%; }