Hide New and Add documents buttons from menubar in form lirbary
<style type="text/css">
#Ribbon.Documents.New.AddDocument-Large {
DISPLAY: none
}
#Ribbon.Documents.New.NewDocument-Large {
DISPLAY: none
}
</style>
------------------------------
For hide Open with explorer view button
<style type="text/css">
#Ribbon.Library.Actions.OpenWithExplorer-Medium {
DISPLAY: none
}
</style>
#Ribbon.Documents.New.AddDocument-Large {
DISPLAY: none
}
#Ribbon.Documents.New.NewDocument-Large {
DISPLAY: none
}
</style>
------------------------------
For hide Open with explorer view button
<style type="text/css">
#Ribbon.Library.Actions.OpenWithExplorer-Medium {
DISPLAY: none
}
</style>
Comments
Post a Comment