【问题标题】:how to change the md-menu background color fro:m CSS如何从 CSS 更改 md 菜单背景颜色
【发布时间】:2016-08-22 17:40:42
【问题描述】:

我正在使用 angular materiel 并且我使用了 md-menu,但我想从 css 文件中更改 md-menu 的背景颜色。有没有办法从 css 访问 md 菜单背景? 谢谢你

【问题讨论】:

    标签: javascript css angularjs sass


    【解决方案1】:

    .mdl-menu 的颜色来自 .mdl-menu__outline 类。

    因此,将其添加到您的 css 中会改变颜色

    .mdl-menu__outline {
       background-color: <YOUR-COLOR>;
    }
    

    另外,请注意“material-design-lite”标签也存在。让您更快、更轻松地获得帮助。

    【讨论】:

      猜你喜欢
      • 2015-04-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多