Search
 
SCRIPT & CODE EXAMPLE
 

CSS

mat radio button color

::ng-deep .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
	opacity: 0.5 !important;     /*click effect color change*/
	background-color: blue !important;
}

::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
	background-color: blue!important;   /*inner circle color change*/
}

::ng-deep.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color:blue!important; /*outer ring color change*/
}
Comment

PREVIOUS NEXT
Code Example
Css :: Hide Google Recaptcha V3 | how to hide the reCaptcha v3 badge 
Css :: sm size website 
Css :: sidebar fixed when scrolling down css 
Css :: antd css 
Css :: open applications bat start 
Css :: Install Node Sass/Scss 
Css :: ul text decoration css 
Css :: how to lighten a color in css 
Css :: html css hide details arrow 
Css :: codeigniter return last inserted id 
Css :: line break inside content css 
Css :: hr tag customize using css 
Css :: center div inside div vertically and horizontally 
Css :: css line under text 
Css :: how to compile scss to css minify css 
Css :: easiest way to invert css to dark mode 
Css :: text area focus css 
Css :: css thinner hr 
Css :: kotlin string to int 
Css :: css not last child 
Css :: css bg code 
Css :: how to change height font css 
Css :: css sticky navigatiojn 
Css :: css strikethrough html text 
Css :: scrollbar not working 
Css :: scrollbar height css 
Css :: css for bigger screen size 
Css :: force aspect ratio div 
Css :: how to put image in button css 
Css :: chenge number of lines of text in css 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =