cancel
Showing results for 
Search instead for 
Did you mean: 

how to display document actions in view

Isha
Champ in-the-making
Champ in-the-making

Hi,

My requirement is i want to display actions on folders(download,viewDetails etc) bydefault as show. currently when i hover on the action then only i am able to see.

kindly guide me in which file i have to do changes.please refer screenshot action imagewhich is highlighted

2 REPLIES 2

arjunmony
Star Contributor
Star Contributor

Hi,

Can you please let me know , what view you are trying to view the document Library?

You have to update the CSS in the below CSS

http://localhost:8080/share/res/components/documentlibrary/documentlist_v2.css

In default the class is hidden, so please try to override that CSS.

doclist .documents .hidden {
visibility: hidden;
}