diff options
| author | m.seegmüller <[email protected]> | 2013-05-15 15:44:28 +0200 |
|---|---|---|
| committer | m.seegmüller <[email protected]> | 2013-05-15 15:44:28 +0200 |
| commit | 7780133c1cb1868a0e936dd68e951b1e22d3215b (patch) | |
| tree | 14d47fd6aed20c54c5d07d2ae29d5e12b9cbe104 /less | |
| parent | 31dcb911893c1f7b6eebe097705a3e64568c8654 (diff) | |
| download | bootstrap-7780133c1cb1868a0e936dd68e951b1e22d3215b.tar.xz bootstrap-7780133c1cb1868a0e936dd68e951b1e22d3215b.zip | |
Fixed ugly outline
Removes outline (especially on select-elements in firefox)
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index c7b376cda..fe5396cd1 100644 --- a/less/forms.less +++ b/less/forms.less @@ -64,6 +64,7 @@ input[type="color"] { background-color: @input-bg; border: 1px solid @input-border; border-radius: @input-border-radius; + outline: 0; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); .transition(~"border-color linear .2s, box-shadow linear .2s"); } |
