开发者

Where are the CSS styles for Dynamic Data web projects?

开发者 https://www.devze.com 2023-01-05 06:06 出处:网络
In an ASP.NET Dynamic Data web site/project, all the templates have CSS classes like CssClass=\"DDFilter\", but I can\'t find these styles anywhere.Are they served dynamically from a handler or someth

In an ASP.NET Dynamic Data web site/project, all the templates have CSS classes like CssClass="DDFilter", but I can't find these styles anywhere. Are they served dynamically from a handler or something, or do I have to provide them all mysel开发者_开发问答f?


You can find the default under Site.css which is automatically made when you create a Dynamic Data project. The Site.css file is located under the root (after creation between global.asax and Site.master)

Grz, Kris.

0

精彩评论

暂无评论...
验证码 换一张
取 消