Angular Material mdInput border around the control

后端 未结 5 1230
深忆病人
深忆病人 2021-01-05 15:07

I would like to style my mdInput control to have a black box around it:

    
      

        
5条回答
  •  天涯浪人
    2021-01-05 15:30

    This worked for me

    .mat-form-field-underline .mat-form-field-ripple {
      background: orange !important;
    }
    

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题