質問

We set up multiple views on our libraries. Is there a way to style these so it's more obvious for the users? I looked for css but couldn't find anything that relates to the library views. Thanks in advance for your help!!

enter image description here

役に立ちましたか?

解決

CSS is the way to go.

If you inspect the html you can find a couple classes to get you started.

/*regular item*/
.ms-pivotControl-surfacedOpt{}

/*selected item*/
.ms-pivotControl-surfacedOpt-selected{}

For more on the view selector, you take a look at some JavaScript customizations as well:

List View Web part not showing all available views for list

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top