Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

mat input change placeholder color

::ng-deep .mat-input-element::placeholder{
    color: red;
}
Comment

angular material change placeholder color

.container {
  .mat-form-field-outline,
  .mat-form-field-empty.mat-form-field-label,
  .mat-form-field-label,
  .mat-form-field-underline,
  .mat-input-element,
  ::placeholder {
    color: $white !important;
  }
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: open page in new tab using jquery 
Javascript :: twitter icon in next js 
Javascript :: equivalent of useHistory in react 
Javascript :: javascript set input field value 
Javascript :: html tag run only after whole page is loaded 
Javascript :: justifycontent react native flatlist 
Javascript :: Codewars Calculate average 
Javascript :: laravel ajax csrf 
Javascript :: background image url react 
Javascript :: how to iterate table rows in javascript 
Javascript :: remove vowels from string javascript 
Javascript :: discord.js empty field 
Javascript :: put two buttons in a row in react native 
Javascript :: get keys of dictionary js 
Javascript :: js substring between two characters 
Javascript :: page redirect after a few seconds 
Javascript :: how to get random colors in js 
Javascript :: Require cycle: node_modules n-fetch-blobindex.js - node_modules n-fetch-blobpolyfillindex.js - node_modules n-fetch-blobpolyfillFetch.js - node_modules n-fetch-blobindex.js 
Javascript :: how to get name array value checked in jquery 
Javascript :: document ready without jquery 
Javascript :: jquery left arrow key press 
Javascript :: min max and average finder in js array 
Javascript :: javascript removing smallest number in array 
Javascript :: sort object by value javascript 
Javascript :: mui textfield font color 
Javascript :: get the last option from select jquery 
Javascript :: console.time js 
Javascript :: how to draw horizontal line in canvas 
Javascript :: jquery datatable export button not showing 
Javascript :: how to get window size in react js 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =