From 80d0bf34432179dd7e895975213d61d07fc33844 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 Jul 2012 13:02:10 +0300 Subject: [PATCH] seted up default cursor on file attributes --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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%; }