Skip to content

Commit

Permalink
Merge pull request #240 from greggroth/css-typo
Browse files Browse the repository at this point in the history
Fix extra box-shadow typo in CSS
  • Loading branch information
isteven committed Mar 24, 2015
2 parents 6e6c85d + e90888e commit a8b78b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isteven-multi-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
.multiSelect .inputFilter:focus {
border: 1px solid #66AFE9 !important;
outline: 0;
-webkit-box-shadow: box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

Expand Down

0 comments on commit a8b78b4

Please sign in to comment.