Skip to content

Instantly share code, notes, and snippets.

View nikki7788's full-sized avatar

hossein nikbakht nikki7788

View GitHub Profile
@nikki7788
nikki7788 / Bootstrap: no blue glow
Created March 17, 2018 20:30 — forked from juliuscsurgo/Bootstrap: no blue glow
Twitter Bootstrap: remove the blue glow in the form inputs
input[type="text"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}