Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change bootstrap input focus glow

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
Comment

PREVIOUS NEXT
Code Example
Css :: css opacity example 
Css :: media queries css wit logical operators 
Css :: css animation stay at end 
Css :: css selector not contain 
Css :: div class sr-only 
Css :: make element float on top 
Css :: reset all input styles with 1 property css 
Css :: scroll start from bottom css 
Css :: add white background to svg 
Css :: overflow scrollbar with variable height 
Css :: css blur gradient 
Css :: red color rgb 
Css :: move element in front of another css 
Css :: nth last of type 
Css :: boostrap line 
Css :: css button border 
Css :: text shadow neon 
Css :: css disable button click 
Css :: disabled button tailwind css class on basis of true false 
Css :: hide overflow but still scroll 
Css :: hide element css 
Css :: first child css in material ui 
Css :: how to get element details using cssselector using beautifulsoup 
Css :: remove the outline from bootstrap input and input fields 
Css :: css move animation 
Css :: css focus border radius 
Css :: make text bold without font-weight 
Css :: space-evenly vs space-around 
Css :: line-weight css 
Css :: css vendor prefixes 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =