mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
seted up default cursor on file attributes
This commit is contained in:
parent
12a3600a71
commit
80d0bf3443
1 changed files with 7 additions and 1 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue