Drupal:为管理样式创建一个独特的选择器?

发布于 2024-08-21 10:54:31 字数 73 浏览 7 评论 0原文

我想在管理中以不同的方式设置某些组件的样式。如何在 body 元素上生成唯一的 id/class,以便我可以单独设置管理元素的样式?

I'd like to style some components differently in the admin. How could I generate a unique id/class on the body element so I could style admin elements separately?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

jJeQQOZ5 2024-08-28 10:54:31

您可以首先查看 admin 模块。它可以帮助您创建管理主题和其他人工智能改进。我发现使用 rubik 主题。

您还可以通过检查第一个参数将类放在管理页面上在预处理函数中。对于所有管理页面,第一个参数应该是admin。预处理函数应该位于主题的 template.php 文件中,并根据主题名称命名。

You can start by looking at the admin module. It helps you to create an admin theme and other AI improvements. I found that using the rubik theme.

You can also just put a class on admin pages, by checking the first argument in a preprocess function. For all admin pages they the first arg should be admin. The preprocess function should be in your theme's template.php file, and named according to your theme's name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文